-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.14 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.14 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
{
"name": "flare",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"test": "jest",
"start": "next start"
},
"packageManager": "npm@10.5.2",
"overrides": {
"react": "$react",
"react-dom": "$react-dom"
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.4",
"@emailjs/browser": "^4.4.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^6.4.1",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.6.0",
"@tensorflow-models/mobilenet": "^2.1.1",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-node": "^4.22.0",
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.7",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"eslint-config-prettier": "^10.0.1",
"framer-motion": "^12.4.10",
"googleapis": "^144.0.0",
"lodash": "^4.17.21",
"mongodb": "^6.12.0",
"next": "15.2.8",
"next-auth": "^4.24.11",
"next-pwa": "^5.6.0",
"next-seo": "^6.6.0",
"node-fetch": "^3.3.2",
"nodemailer": "^6.10.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"query-string": "^9.1.1",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-toastify": "^11.0.5",
"recharts": "^2.12.7",
"stripe": "^17.6.0",
"swiper": "^11.2.2",
"typescript": "^5.7.3",
"uuid": "^11.1.0",
"workbox-webpack-plugin": "^7.3.0",
"zod": "^3.25.48",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/node": "22.12.0",
"@types/nodemailer": "^6.4.17",
"@types/react": "19.0.8",
"@types/swiper": "^5.4.3",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"msw": "^2.7.0",
"postcss": "^8.5.1",
"prisma": "^6.4.1",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.5"
}
}