-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.4 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.4 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
{
"name": "e-commerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^2.4.1",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.7",
"@mui/x-data-grid": "^7.12.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.17.0",
"@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.1.0",
"@types/bcrypt": "^5.0.2",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.4",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"firebase": "^10.12.5",
"micro": "^10.0.1",
"moment": "^2.30.1",
"next": "^14.2.17",
"next-auth": "^4.24.7",
"postcss": "8.4.39",
"query-string": "^9.1.0",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.52.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"stripe": "^16.2.0",
"tailwindcss": "3.4.4",
"typescript": "5.5.3"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"prisma": "^5.17.0"
}
}