-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 907 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
36
37
{
"name": "itsupplies",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon --watch server.js --watch api server.js",
"build": "next build",
"start": "node -r dotenv/config server.js dotenv_config_path=./prod.env"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@woocommerce/woocommerce-rest-api": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"nanoid": "^2.1.8",
"next": "^9.1.4",
"node-mailjet": "^3.3.1",
"node-sass": "^4.13.0",
"nprogress": "^0.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}