-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
51 lines (51 loc) · 1.67 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "webpack-demo",
"version": "3.0.8",
"description": "",
"main": "index.js",
"scripts": {
"deploy": "gh-pages -d dist",
"build:i18n": "wp --config webpack.i18n.js",
"build:ssr": "wp --config webpack.ssr.js",
"build:multi": "wp --config webpack.multi.js",
"build:stats": "wp --mode production --json > stats.json",
"build:mf": "wp --config webpack.mf.js --mode production",
"start:mf": "wp --config webpack.mf.js --mode development",
"start": "wp --mode development",
"build": "wp --mode production"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.3",
"browser-refresh": "^1.7.3",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"express": "^4.17.3",
"gh-pages": "^3.2.3",
"git-revision-webpack-plugin": "^5.0.0",
"glob": "^7.2.0",
"loader-runner": "^4.2.0",
"memfs": "^3.4.1",
"mini-css-extract-plugin": "^2.6.0",
"mini-html-webpack-plugin": "^3.1.3",
"postcss-loader": "^6.2.1",
"prettier": "^2.6.0",
"purgecss-webpack-plugin": "^4.1.3",
"tailwindcss": "^3.0.23",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.70.0",
"webpack-merge": "^5.8.0",
"webpack-nano": "^1.1.1",
"webpack-plugin-serve": "^1.6.0"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}