-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.58 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "packw",
"version": "2.3.7",
"description": "Webpack5 out-of-the-box dx for react project.",
"bin": {
"packw": "./bin/cli.js"
},
"main": "./lib/pack.js",
"typings": "./types/pack.d.ts",
"scripts": {
"dev": "father-build -w",
"build": "father-build && tsc"
},
"tags": [
"react",
"webpack",
"webpack5",
"webpack-cli tool"
],
"keywords": [
"react",
"webpack",
"webpack-cli tool"
],
"author": "leonwgc",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/plugin-proposal-decorators": "^7.17.2",
"@babel/plugin-transform-optional-chaining": "^7.16.7",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@babel/runtime-corejs3": "^7.26.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"address": "^2.0.3",
"ali-oss": "^6.22.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"babel-plugin-import": "^1.13.8",
"babel-plugin-lodash": "^3.3.4",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"clean-webpack-plugin": "^4.0.0",
"commander": "^8.3.0",
"core-js": "^3.39.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"draftlog": "^1.0.13",
"ejs": "^3.1.10",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"html-webpack-plugin": "^5.6.3",
"import-local": "^3.2.0",
"less": "^3.13.1",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.1",
"react-refresh": "^0.14.2",
"sass": "^1.82.0",
"sass-loader": "^12.6.0",
"style-loader": "^4.0.0",
"typescript": "^5.7.2",
"webpack": "^5.97.0",
"webpack-dev-server": "^3.11.3",
"webpack-merge": "^5.10.0",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^7.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/node": "^16.18.96",
"@types/webpack-dev-server": "^3.11.6",
"babel-preset-minify": "^0.5.2",
"father-build": "^1.22.5"
},
"files": [
"lib",
"bin",
"types"
]
}