-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "comran-org",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"start:dev": "webpack serve --mode=development"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"nodemon": "^2.0.6",
"vue": "^2.6.12",
"webpack": "^5.5.1",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.3.0"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^5.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",
"html-webpack-pug-plugin": "^2.0.0",
"mini-css-extract-plugin": "^1.3.1",
"pug": "^2.0.0-beta11",
"pug-html-loader": "^1.1.5",
"pug-loader": "^2.4.0",
"raw-loader": "^4.0.2",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"stylus": "^0.54.8",
"stylus-loader": "^4.3.0"
}
}