-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.13 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
47
{
"name": "booknodegenerator",
"version": "0.0.0",
"private": true,
"main": "./bin/www.js",
"scripts": {
"webpack": "webpack",
"start": "nodemon --inspect ./bin/www.js",
"heroku-postbuild": "webpack --mode production"
},
"dependencies": {
"@popperjs/core": "^2.11.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"bootstrap": "^5.2.3",
"busboy": "^1.6.0",
"cookie-parser": "~1.4.6",
"cors": "^2.8.5",
"css-loader": "^6.7.3",
"debug": "~4.3.4",
"dotenv": "^16.0.3",
"express": "~4.18.2",
"http-errors": "~2.0.0",
"i": "^0.3.7",
"material-icons": "^1.13.4",
"mongoose": "^7.0.3",
"morgan": "~1.10.0",
"npm": "^9.6.4",
"postcss-loader": "^7.2.4",
"sass": "^1.61.0",
"sass-loader": "^13.2.2",
"select2": "^4.1.0-rc.0",
"select2-bootstrap-5-theme": "^1.3.0",
"style-loader": "^3.3.2",
"twig": "^1.16.0"
},
"devDependencies": {
"jquery": "^3.6.4",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2",
"webpack-manifest-plugin": "^5.0.0"
},
"engines": {
"node": "17.3.0"
}
}