-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
137 lines (137 loc) · 5.22 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"private": true,
"scripts": {
"w4start": "webpack serve --config=webpack.config.js --mode development",
"w4build": "webpack --config=webpack.config.js --mode production",
"wbuildexample": "cross-env RELEASE_MODULE=example yarn wbuild",
"clean": "node delete.js --all true",
"mergeBranch": "node ./roadhog.js --mergeBranch",
"mergeBranchExample": "git checkout feature/system && yarn mergeBranch -- --base master --release feature/system",
"mergeBranchExampleComment": "mergeBranchExample 为 mergeBranch 的使用例子,mergeBranchExampleComment 为注释。就是发布 feature/system 分支,但是发布之前先合并 master 的代码",
"start": "node ./roadhog.js --watch",
"release": "node ./roadhog.js --build",
"cdn": "find ./ -type f -name '*.html' | xargs perl -pi -e 's|//cdn.bootcss.com/|//cdn.staticfile.org/|g'",
"cdnbootcss": "find ./ -type f -name '*.html' | xargs perl -pi -e 's|//cdn.staticfile.org/|//cdn.bootcss.com/|g'",
"nginx": "node ./nginx/nginx.js",
"lint": "eslint --ext .js --fix",
"lintAll": "eslint --ext .js --fix src test",
"aprecommit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint"
},
"dependencies": {
"@antv/data-set": "^0.10.2",
"@babel/plugin-proposal-decorators": "^7.12.12",
"ali-react-table": "^0.13.1",
"arraybuffer-loader": "^1.0.8",
"base64-js": "1.2.0",
"bizcharts": "^3.5.6",
"blueimp-canvas-to-blob": "^3.14.0",
"braft-editor": "^2.3.8",
"cropperjs": "^1.3.5",
"dva": "^2.2.2",
"dva-loading": "^2.0.0",
"echarts-for-react": "^2.0.8",
"es5-imcompatible-versions": "^0.1.11",
"intl-messageformat": "9.3.12",
"jwt-decode": "^2.2.0",
"left-pad": "^1.3.0",
"md5": "^2.3.0",
"number-precision": "^1.3.2",
"nzh": "^1.0.4",
"path-to-regexp": "^2.2.1",
"qr.js": "^0.0.0",
"qs": "^6.5.2",
"raw-loader": "^4.0.2",
"rc-form": "^2.4.9",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-draggable": "^3.0.5",
"react-images": "^1.0.0",
"react-intl": "2.9.0",
"react-sortable-hoc": "^1.9.1",
"redux-thunk": "^2.3.0",
"scratch-audio": "^0.1.0-prerelease.20200528195344",
"scratch-gui": "^0.1.0-prerelease.20201102040237",
"scratch-l10n": "^3.10.20201030030814",
"scratch-render": "^0.1.0-prerelease.20201029234547",
"scratch-storage": "^1.3.3",
"scratch-svg-renderer": "^0.2.0-prerelease.20201019174008",
"scratch-vm": "^0.2.0-prerelease.20201016122132",
"store": "^2.0.12",
"string-replace-loader": "^3.0.1",
"viser-react": "^2.4.6",
"webpack-cli": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-do-expressions": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-function-bind": "^7.12.1",
"@babel/plugin-proposal-function-sent": "^7.12.1",
"@babel/plugin-proposal-json-strings": "^7.12.1",
"@babel/plugin-proposal-logical-assignment-operators": "^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-numeric-separator": "^7.12.7",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-proposal-pipeline-operator": "^7.12.1",
"@babel/plugin-proposal-throw-expressions": "^7.12.1",
"@babel/plugin-syntax-class-properties": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/runtime-corejs2": "^7.12.5",
"autoprefixer": "^10.1.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-dva-hmr": "^0.3.2",
"babel-plugin-import": "^1.13.3",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^5.1.6",
"ejs": "^2.5.8",
"ejs-loader": "^0.5.0",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-umi": "^0.1.1",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"git-rev-sync": "^1.11.1",
"happypack": "^5.0.1",
"html-webpack-plugin": "^3.1.0",
"husky": "^0.12.0",
"less": "^2.7.3",
"less-loader": "^7.2.0",
"lint-staged": "^9.2.0",
"mini-css-extract-plugin": "^1.3.3",
"moment": "^2.22.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss": "^8.2.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^4.1.0",
"postcss-preset-env": "^6.7.0",
"postcss-pxtorem": "^5.1.1",
"react-decoration": "^2.0.0",
"react-dev-utils": "^11.0.1",
"redbox-react": "^1.4.3",
"rimraf": "^2.6.2",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^3.7.3",
"svg-transform-loader": "^2.0.13",
"svgo": "^1.0.5",
"svgo-loader": "^2.1.0",
"thread-loader": "^3.0.1",
"upath": "^1.1.2",
"url-loader": "^4.1.1",
"webpack": "^4.44.2",
"webpack-dev-server": "^3.11.0",
"webpack-spritesmith": "^0.4.1"
}
}