-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "toggle-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env FLAGD_OFFLINE_FLAG_SOURCE_PATH=./flags.json next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@openfeature/flagd-core": "^0.2.5",
"@openfeature/flagd-provider": "^0.13.1",
"@openfeature/ofrep-web-provider": "^0.3.1",
"@openfeature/react-sdk": "^0.4.8",
"@openfeature/server-sdk": "^1.16.2",
"@opentelemetry/api-events": "^0.54.2",
"@opentelemetry/exporter-logs-otlp-proto": "^0.54.2",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.54.2",
"@opentelemetry/exporter-trace-otlp-proto": "^0.54.2",
"@opentelemetry/sdk-events": "^0.54.2",
"@tanstack/react-query": "^5.59.20",
"@vercel/otel": "^1.10.0",
"lucide-react": "^0.454.0",
"next": "14.2.17",
"object-hash": "^3.0.0",
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.5",
"uuid": "^10.0.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.59.20",
"@types/node": "^20",
"@types/object-hash": "^3.0.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.2.12",
"postcss": "^8",
"tailwindcss": "^3.4.14",
"typescript": "^5"
}
}