-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 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
41
42
43
{
"name": "webpack-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "wp --mode development",
"watch": "nodemon --watch webpack.*.js --exec \"npm start\"",
"build": "wp --mode production",
"build:stats": "wp --mode production --json > stats.json"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"css-loader": "^5.2.4",
"css-minimizer-webpack-plugin": "^3.0.0",
"git-revision-webpack-plugin": "^5.0.0",
"glob": "^7.1.7",
"mini-css-extract-plugin": "^1.6.0",
"mini-html-webpack-plugin": "^3.1.3",
"nodemon": "^2.0.7",
"postcss-loader": "^5.2.0",
"purgecss-webpack-plugin": "^4.0.3",
"style-loader": "^2.0.0",
"tailwindcss": "^2.1.2",
"terser-webpack-plugin": "^5.1.2",
"webpack": "^5.37.0",
"webpack-merge": "^5.7.3",
"webpack-nano": "^1.1.1",
"webpack-plugin-serve": "^1.4.1"
}
}