This repository was archived by the owner on Apr 2, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
40 lines (40 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.17 KB
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": "",
"version": "",
"description": "",
"private": true,
"scripts": {
"debug": "webpack-dev-server --hot -w --config webpack.dev.js",
"bulic": "webpack --define process.env.NODE_ENV=\"production\" --config webpack.prod.js"
},
"author": "fybug",
"license": "Apache2",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^2.0.2",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"html-webpack-plugin": "^4.5.0",
"html-withimg-loader": "^0.1.16",
"image-webpack-loader": "^4.6.0",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^0.9.0",
"postcss-apply": "^0.12.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.3",
"script-ext-html-webpack-plugin": "^2.1.5",
"url-loader": "^1.1.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"main": "postcss.config.js",
"keywords": []
}