generated from savvy-coders/savvy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 858 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": "savvy-starter",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"parcel-build": "parcel build index.html && cp _redirects ./dist/",
"serve": "parcel index.html",
"app:watch": "nodemon --watch ./server -e js ./server/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"buffer": "^6.0.3",
"eslint": "^8.4.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.1",
"node": "^16.13.1",
"nodemon": "^3.0.2",
"prettier": "1.19.1"
},
"dependencies": {
"axios": "^1.6.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"html-literal": "^1.1.0",
"lodash": "^4.17.21",
"mongodb": "^6.3.0",
"mongoose": "^6.12.5",
"navigo": "^8.11.1",
"parcel": "^2.10.3",
"yargs-parser": ">=13.1.2"
}
}