-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (33 loc) · 819 Bytes
/
package.json
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
{
"name": "my-e-com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"@stripe/react-stripe-js": "^1.7.0",
"@stripe/stripe-js": "^1.25.0",
"axios": "^0.26.0",
"base64-arraybuffer": "^1.0.2",
"cloudinary": "^1.29.0",
"moment": "^2.29.1",
"next": "^12.1.4",
"next-http-proxy-middleware": "^1.2.2",
"nextjs-progressbar": "^0.0.14",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-icons": "^4.3.1",
"styled-components": "^5.3.3",
"swr": "^1.2.2"
},
"devDependencies": {
"@types/react": "^17.0.39",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0"
}
}