-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 890 Bytes
/
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
{
"name": "bsale-base-express",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www & webpack --mode development --devtool source-map -w",
"build": "webpack --config ./webpack.config.js --mode production"
},
"dependencies": {
"axios": "^0.21.1",
"cookie-parser": "~1.4.4",
"css-loader": "^3.4.2",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"material-components-web": "^6.0.0",
"mini-css-extract-plugin": "^0.9.0",
"nodemon": "^2.0.2",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pm2": "4.4.0",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"serve-favicon": "^2.0.1",
"svelte": "^3.48.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"redis": "^3.0.2",
"connect-redis": "^4.0.4",
"svelte-loader": "^3.1.2"
}
}