-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.13 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
48
{
"name": "cravyn_web_frontend",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"production": {
"sourceMaps": false,
"minify": true,
"optimizeFonts": true,
"optimizeImages": true,
"compress": true,
"analyze": false
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@opentelemetry/api-logs": "^0.57.0",
"@opentelemetry/instrumentation": "^0.57.0",
"@opentelemetry/sdk-logs": "^0.57.0",
"@sentry/nextjs": "^8.54.0",
"@tanstack/react-query": "^5.59.17",
"@tanstack/react-query-devtools": "^5.59.17",
"@vercel/analytics": "^1.4.1",
"@vercel/otel": "^1.10.0",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.7.7",
"framer-motion": "^11.11.9",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"next": "14.2.13",
"react": "^18",
"react-apexcharts": "^1.5.0",
"react-dom": "^18"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}