-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 988 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
33
{
"name": "webpack-base64",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"wallper": "webpack --config wallper.config.js",
"fix-memory-limit": "cross-env LIMIT=8096 increase-memory-limit"
},
"author": "",
"license": "ISC",
"dependencies": {
"copy-webpack-plugin": "^6.0.2",
"fs-extra": "^9.0.1",
"webpack-parallel-uglify-plugin": "^1.1.2"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"increase-memory-limit": "^1.0.7",
"raw-loader": "^4.0.1",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}