-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.27 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
{
"name": "mini-css-extract-plugin-hmr-testcase",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "node server.js",
"fix": "run-s fix:uninstall fix:gh-src",
"unfix": "run-s fix:uninstall fix:npm-src",
"fix:uninstall": "npm uninstall mini-css-extract-plugin",
"fix:gh-src": "npm i -D git://github.com/NetMatch/mini-css-extract-plugin.git#hmr-error-recovery",
"fix:npm-src": "npm i -D mini-css-extract-plugin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NetMatch/mini-css-extract-plugin-hmr-testcase.git"
},
"author": "NetMatch",
"license": "MIT",
"bugs": {
"url": "https://github.com/NetMatch/mini-css-extract-plugin-hmr-testcase/issues"
},
"homepage": "https://github.com/NetMatch/mini-css-extract-plugin-hmr-testcase#readme",
"dependencies": {},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.1.0",
"express": "^4.17.1",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"npm-run-all": "^4.1.5",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6",
"webpack-dev-middleware": "^3.7.0",
"webpack-hot-middleware": "^2.25.0"
}
}