-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
44 lines (44 loc) · 1.18 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "pevn-starter",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodemon app.js",
"build": "node_modules/.bin/webpack --config webpack.config.js"
},
"dependencies": {
"body-parser": "~1.19.0",
"cookie-parser": "~1.4.4",
"debug": "~4.1.1",
"express": "^4.17.1",
"express-webpack-assets": "^0.1.0",
"morgan": "~1.9.1",
"pg": "^7.17.0",
"pg-hstore": "^2.3.3",
"pug": "^2.0.4",
"pug-html-loader": "^1.1.5",
"sequelize": "^5.21.3",
"serve-favicon": "~2.5.0",
"vue": "^2.6.11",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.7.7",
"assets-webpack-plugin": "^3.9.10",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.1",
"file-loader": "^5.0.2",
"mini-css-extract-plugin": "^0.9.0",
"nodemon": "^2.0.2",
"sequelize-cli": "^5.5.1",
"style-loader": "^1.1.2",
"url-loader": "^3.0.0",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}