-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
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
38
39
40
41
42
43
44
45
46
{
"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": {
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.1",
"events": "^3.3.0",
"nodemon": "^3.0.2",
"path-browserify": "^1.0.1",
"prettier": "1.19.1",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"url": "^0.11.3",
"util": "^0.12.5"
},
"dependencies": {
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"html-literal": "^1.1.0",
"lodash": "^4.17.21",
"mongodb": "^6.3.0",
"mongoose": "^6.12.4",
"navigo": "^8.11.1",
"parcel": "^2.10.3"
}
}