-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 673 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 673 Bytes
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
{
"name": "webpack-mini-css-extract-plugin-error",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"clean-webpack-plugin": "^3.0.0",
"decache": "^4.6.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"terser-webpack-plugin": "^3.0.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
"sass-loader": "^8.0.2"
}
}