-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1011 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1011 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
35
36
37
38
{
"name": "resumepet",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./index.js",
"dev": "nodemon -e js,hbs,json,css ./index.js",
"watch": "webpack --watch"
},
"dependencies": {
"@babel/core": "^7.21.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-handlebars": "^6.0.7",
"hbs": "~4.0.4",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"prettier-plugin-hbs": "^1.0.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"connect-livereload": "^0.6.1",
"css-loader": "^6.7.1",
"dotenv": "^16.0.1",
"eslint": "^8.34.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"livereload": "^0.9.3",
"nodemon": "^2.0.16",
"prettier": "^2.8.4",
"style-loader": "^3.3.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},
"devDependencies": {}
}