-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 797 Bytes
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
{
"name": "jcommerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^3.15.1",
"axios": "^0.26.1",
"cookie": "^0.4.2",
"formidable": "^2.0.1",
"fs": "0.0.1-security",
"gsap": "^3.10.4",
"jsonwebtoken": "^8.5.1",
"mv": "^2.1.1",
"next": "12.1.0",
"puppeteer": "^14.3.0",
"rc-slider": "^10.0.0",
"react": "17.0.2",
"react-colorful": "^5.5.1",
"react-dom": "17.0.2",
"three": "^0.140.2",
"vanilla-tilt": "^1.7.2",
"vanta": "^0.5.22",
"yarn": "^1.22.19"
},
"devDependencies": {
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"prisma": "^3.15.2"
}
}