-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.21 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.21 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "flowdash",
"version": "0.6.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:e2e": "playwright test"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@neondatabase/serverless": "^1.0.1",
"@sentry/nextjs": "^10.2.0",
"@types/js-cookie": "^3.0.6",
"@types/pino": "^7.0.4",
"@vercel/blob": "^1.1.1",
"@vercel/postgres": "^0.10.0",
"accept-language": "^3.0.20",
"axios": "^1.11.0",
"bcryptjs": "^3.0.2",
"chart.js": "^4.5.0",
"drizzle-orm": "^0.44.5",
"edge-csrf": "^1.0.11",
"exceljs": "^4.4.0",
"framer-motion": "^11.2.12",
"geist": "^1.4.2",
"i18next": "^25.3.2",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"i18next-resources-to-backend": "^1.2.1",
"jose": "^6.0.12",
"js-cookie": "^3.0.5",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"next": "^14.2.4",
"papaparse": "^5.5.3",
"pg": "^8.12.0",
"pino": "^8.21.0",
"rate-limiter-flexible": "^7.2.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^8.0.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-i18next": "^14.1.2",
"react-icons": "^5.5.0",
"recharts": "^3.1.0",
"sharp": "^0.34.3",
"zod": "^4.0.17"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@playwright/test": "^1.55.0",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^14.3.1",
"@types/bcryptjs": "^2.4.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/papaparse": "^5.3.16",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"pino-pretty": "^11.2.1",
"playwright": "^1.55.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
}
}