-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
83 lines (83 loc) · 2.48 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
{
"name": "fec-builder",
"version": "2.7.1",
"bin": {
"fec-builder": "./lib/bin.js"
},
"scripts": {
"dev": "ts-node ./src/bin.ts -r ./samples/typescript-react",
"build": "rm -rf lib && tsc && chmod +x lib/bin.js",
"build-config-doc": "ts-node src/schema2md.ts",
"prepublishOnly": "npm run build"
},
"engines": {
"node": ">=12"
},
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@babel/runtime-corejs3": "^7.12.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@svgr/webpack": "^5.5.0",
"@swc/core": "^1.3.14",
"@swc/helpers": "^0.4.12",
"babel-loader": "^8.2.1",
"copy-webpack-plugin": "^6.3.1",
"core-js": "^3.7.0",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.3.0",
"del": "^6.0.0",
"html-webpack-plugin": "5.3.2",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-svgo": "^9.0.0",
"immer": "^8.0.3",
"jsonc-parser": "^3.2.0",
"less": "^3.12.2",
"less-loader": "^7.1.0",
"lodash": "^4.17.20",
"log4js": "^6.3.0",
"mini-css-extract-plugin": "^1.3.9",
"mustache": "^4.2.0",
"postcss-loader": "^4.3.0",
"postcss-preset-env": "~7.2.3",
"qiniu": "^7.3.2",
"react-refresh": "^0.9.0",
"semver": "^7.3.2",
"source-map-loader": "^3.0.0",
"style-loader": "^2.0.0",
"swc-loader": "^0.2.3",
"ts-loader": "^9.2.4",
"typescript": "~4.1.3",
"walk": "^2.3.14",
"webpack": "^5.52.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-dev-server": "^3.11.3",
"webpackbar": "^5.0.2",
"yargs": "^16.1.1"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^6.3.0",
"@types/css-minimizer-webpack-plugin": "^1.1.1",
"@types/lodash": "^4.14.165",
"@types/mini-css-extract-plugin": "^1.2.2",
"@types/mustache": "^4.2.2",
"@types/postcss-preset-env": "^7.7.0",
"@types/semver": "^7.3.4",
"@types/walk": "^2.3.0",
"@types/webpack-bundle-analyzer": "^4.4.0",
"@types/webpack-dev-server": "^3.11.1",
"@types/yargs": "^15.0.9",
"ts-node": "^9.1.1"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Front-End-Engineering-Cloud/builder.git"
}
}