generated from savvy-coders/savvy-spa-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 820 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 820 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
{
"name": "savvy-spa-starter",
"version": "1.0.1",
"description": "",
"type": "module",
"scripts": {
"build": "parcel build index.html && cp _redirects ./dist/",
"start": "parcel index.html",
"app:watch": "nodemon --watch ./server -e js ./server/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"buffer": "^6.0.3",
"eslint": "^9.28.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.1",
"nodemon": "^3.1.11",
"prettier": "1.19.1",
"url": "^0.11.4"
},
"dependencies": {
"axios": "^1.13.2",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"html-literal": "^1.1.0",
"lodash": "^4.17.21",
"mongoose": "^8.20.0",
"navigo": "^8.11.1",
"parcel": "^2.16.1"
}
}