-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.05 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
{
"name": "e-commerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.10.1",
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@prisma/client": "^4.0.0",
"@sanity/client": "^3.3.3",
"@sanity/image-url": "^1.0.1",
"@stripe/stripe-js": "^1.35.0",
"cookie": "^0.5.0",
"framer-motion": "^7.2.0",
"js-cookie": "^3.0.1",
"next": "12.1.6",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.4.0",
"react-select": "^5.4.0",
"react-switch": "^7.0.0",
"stripe": "^10.8.0",
"swiper": "^8.3.2"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4"
},"browser":{
"child_process": false
}
}