forked from ksc-fe/kpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
201 lines (201 loc) · 6.89 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
{
"name": "@king-design/intact",
"version": "3.4.3",
"description": "A component library written in Intact for Intact, Vue, React and Angular",
"main": "es/index.js",
"engines": {
"node": "^14 || ^16"
},
"scripts": {
"test": "karma start test/karma.conf.js",
"snapshots": "cross-env UPDATE=1 npm run test",
"test:all": "lerna exec -- npm run test",
"test:react": "lerna exec --scope @king-design/react -- npm run test",
"test:vue": "lerna exec --scope @king-design/vue -- npm run test",
"test:vue-legacy": "lerna exec --scope @king-design/vue-legacy -- npm run test",
"snapshots:all": "lerna exec -- npm run snapshots",
"cover": "cross-env UPDATE=2 npm run test",
"start": "node server.js",
"build": "cross-env NODE_ENV=production gulp build",
"build:angular": "gulp build:angular",
"dev": "node server.js",
"dev:doc": "cross-env THEME=ksyun NODE_OPTIONS='--max-old-space-size=4096' gulp doc:dev",
"build:doc": "cross-env NODE_OPTIONS='--max-old-space-size=4096' gulp doc:build",
"watch:doc": "gulp doc:watch",
"deploy:doc": "cross-env NODE_OPTIONS='--max-old-space-size=4096' NODE_ENV=production gulp doc:deploy",
"_prepublishOnly": "npm run build && (git commit -am'chore: build [skip ci]' || echo 'has not files to commit') && git push",
"_publish": "npm run _prepublishOnly && lerna exec -- npm publish",
"release": "npm run release-patch",
"alpha": "lerna version prerelease --preid alpha --force-publish && npm run _publish -- --tag=alpha",
"beta": "npm run prelease",
"prelease": "lerna version prerelease --preid beta --force-publish && npm run _publish -- --tag=beta",
"release-patch": "lerna version patch --force-publish && npm run _publish",
"release-minor": "lerna version minor --force-publish && npm run _publish",
"release-major": "lerna version major --force-publish && npm run _publish",
"prelease-patch": "lerna version prepatch --preid beta --force-publish && npm run _publish -- --tag=beta",
"prelease-minor": "lerna version preminor --preid beta --force-publish && npm run _publish -- --tag=beta",
"prelease-major": "lerna version premajor --preid beta --force-publish && npm run _publish -- --tag=beta",
"upload:resources": "gulp upload:resources",
"update:deps": "lerna exec -- yarn --registry=https://registry.npmjs.org",
"proxychains4:deploy:doc": "proxychains4 npx gulp doc:build && npx gulp doc:upload && proxychains4 npx gulp doc:push"
},
"repository": {
"type": "git",
"url": "https://github.com/ksc-fe/kpc.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"component",
"intact",
"vue",
"ui",
"components",
"library",
"angular",
"react",
"king-design",
"kpc"
],
"files": [
"es",
"components",
"hooks",
"i18n",
"styles",
"dist",
"typings",
"index.ts"
],
"author": "ksc-fe",
"homepage": "https://design.ksyun.com/",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-decorators": "^7.14.2",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-proto-to-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.13.0",
"@emotion/babel-plugin": "^11.3.0",
"@types/chai": "^4.2.18",
"@types/chroma-js": "^2.1.3",
"@types/enquire.js": "^2.1.3",
"@types/fs-extra": "^9.0.11",
"@types/js-yaml": "^4.0.1",
"@types/marked": "^2.0.2",
"@types/mocha": "^8.2.2",
"@types/react-dom": "^17.0.11",
"@types/tinycolor2": "^1.4.2",
"@types/webpack-env": "^1.16.0",
"axios": "^0.21.1",
"babel-loader": "^8.0.4",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.3.4",
"chai-karma-snapshot": "^0.8.0",
"chroma-js": "^2.1.1",
"cross-env": "^7.0.3",
"css-loader": "^5.2.4",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"fs-extra": "^10.0.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-connect": "^5.6.1",
"gulp-multi-process": "^1.3.1",
"gulp-stylus": "^2.7.0",
"gulp-tap": "^2.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.1",
"gulp-vdt": "^1.0.0",
"highlight.js": "^10.4.1",
"history": "^5.0.0",
"html-webpack-plugin": "5.3.1",
"istanbul-instrumenter-loader": "^3.0.0",
"js-yaml": "^4.1.0",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-mocha-snapshot": "^0.2.1",
"karma-sinon-chai": "^2.0.2",
"karma-snapshot": "^0.6.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^5.0.0",
"ks3": "^0.5.2",
"lerna": "^4.0.0",
"marked": "^2.0.3",
"mermaid": "^9.1.2",
"mini-css-extract-plugin": "^1.6.0",
"mocha": "^8.4.0",
"monaco-editor-webpack-plugin": "^4.1.1",
"node-style-loader": "0.0.1-alpha",
"null-loader": "^4.0.1",
"postcss-loader": "^6.2.0",
"postcss-preset-env": "^6.7.0",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.1.1",
"react-router-dom": "npm:react-router-dom@^5.0.1",
"react-router-dom-v5": "npm:react-router-dom@^5.0.1",
"redux": "^4.0.4",
"rimraf": "^3.0.2",
"sinon": "^10.0.0",
"sinon-chai": "^3.6.0",
"source-map-support": "^0.5.4",
"speed-measure-webpack-plugin": "^1.3.3",
"string-replace-loader": "^3.0.1",
"style-loader": "^2.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^6.0.0",
"terser-webpack-plugin": "^5.1.2",
"thread-loader": "^3.0.4",
"ts-loader": "^9.2.6",
"typescript": "^4.2.4",
"universal-router": "^9.1.0",
"url-loader": "^4.1.1",
"vdt-loader": "^3.0.0-beta.1",
"webpack": "5.37.1",
"webpack-chain": "^6.4.0",
"webpack-cli": "^4.7.0",
"webpack-dev-middleware": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-hot-middleware": "^2.21.2",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.16.0",
"@emotion/css": "^11.5.0",
"dayjs": "^1.10.7",
"enquire.js": "^2.1.6",
"intact": "^3.0.39",
"monaco-editor": "^0.26.1",
"mxgraphx": "^4.0.7",
"resize-observer-polyfill": "^1.5.1",
"tinycolor2": "^1.4.2",
"tslib": "^2.3.1"
},
"sideEffects": [
"*.css",
"*.styl",
"./styles/**/*"
],
"browserslist": [
"last 2 versions",
"ie >= 11",
"> 1%"
],
"gitHead": "b415b3a0320cb6f4174627bc10f363d344a31391"
}