-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 891 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": "",
"main": "index.js",
"scripts": {
"server:watch": "nodemon --watch ./server -e js ./server/index.js",
"parcel-build": "parcel build index.html && cp _redirects ./dist/",
"serve": "parcel index.html",
"start": "node ./server/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.12"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"html-literal": "^1.1.0",
"jshint": "^2.13.0",
"lodash": "^4.17.21",
"mongoose": "^5.13.7",
"morgan": "^1.10.0",
"navigo": "^7.1.3",
"node": "^15.8.0",
"normalize.css": "^8.0.1",
"parcel-bundler": "^1.12.3",
"yargs-parser": ">=13.1.2"
}
}