-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.75 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.75 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
44
45
46
47
48
49
50
51
52
53
{
"name": "webpack-demo",
"version": "3.0.15",
"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.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@tailwindcss/postcss": "^4.1.11",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"browser-refresh": "^1.7.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"express": "^5.1.0",
"gh-pages": "^6.3.0",
"git-revision-webpack-plugin": "^5.0.0",
"glob": "^11.0.3",
"loader-runner": "^4.3.0",
"loader-utils": "^3.3.1",
"memfs": "^4.17.2",
"mini-css-extract-plugin": "^2.9.2",
"mini-html-webpack-plugin": "^3.1.3",
"postcss-loader": "^8.1.1",
"prettier": "^3.6.2",
"purgecss-webpack-plugin": "^7.0.2",
"tailwindcss": "^4.1.11",
"terser-webpack-plugin": "^5.3.14",
"webpack": "^5.99.9",
"webpack-merge": "^6.0.1",
"webpack-nano": "^1.1.1",
"webpack-plugin-serve": "^1.6.0"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
}
}