-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 852 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 852 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
37
{
"name": "react-reserve",
"version": "1.0.0",
"description": "Project for MERN Stack - The Complete Guide",
"main": "index.js",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"js-cookie": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.6.7",
"next": "^9.0.2",
"nookies": "^2.0.8",
"nprogress": "^0.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-stripe-checkout": "^2.6.3",
"semantic-ui-react": "^0.87.3",
"shortid": "^2.2.14",
"stripe": "^7.5.0",
"uuid": "^3.3.2",
"validator": "^11.1.0"
},
"devDependencies": {
"brfs": "^2.0.2",
"json-loader": "^0.5.7",
"transform-loader": "^0.2.4"
}
}