-
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) · 789 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 789 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": "webshop",
"version": "1.0.0",
"description": "MERN Stack Project",
"main": "index.js",
"engines": {
"node": "12.16.x"
},
"scripts": {
"dev": "next",
"start": "next start -p $PORT",
"build": "next build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.2",
"bcrypt": "^5.0.0",
"js-cookie": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.5.6",
"mongoose": "^5.9.10",
"next": "^12.1.0",
"nookies": "^2.2.3",
"nprogress": "^0.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-stripe-checkout": "^2.6.3",
"semantic-ui-react": "^0.87.3",
"shortid": "^2.2.14",
"stripe": "^7.15.0",
"uuid": "^3.4.0",
"validator": "^13.7.0"
}
}