-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
151 lines (151 loc) · 5.37 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
{
"name": "kubesphere-console",
"version": "4.0.0",
"private": true,
"license": "AGPL-3.0",
"workspaces": [
"packages/*",
"plugins/*",
"server"
],
"repository": {
"type": "git",
"url": "git@[email protected]:kubesphere/console.git"
},
"scripts": {
"bootstrap": "lerna bootstrap --use-workspaces",
"build": "NODE_ENV=production node ./scripts/webpack.prod.conf.js",
"build:dll": "webpack --config ./scripts/webpack.dll.conf.js",
"build:plugins": "lerna run --stream --sort build",
"dev": "concurrently -k --raw 'yarn dev:client' 'yarn dev:server'",
"dev:client": "NODE_ENV=development webpack-dev-server --config ./scripts/webpack.dev.conf.js",
"dev:server": "cross-env NODE_ENV=development nodemon -w ./common -w ./server -e js,yaml server/server.js",
"start": "NODE_ENV=production nodemon -w ./server -e js server/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"plugin": "node ./scripts/plugin-cli.js"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/node": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.15.8",
"@babel/plugin-proposal-do-expressions": "^7.14.5",
"@babel/plugin-proposal-export-default-from": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-proposal-function-sent": "^7.14.5",
"@babel/plugin-proposal-json-strings": "^7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-proposal-pipeline-operator": "^7.15.0",
"@babel/plugin-proposal-private-methods": "^7.14.5",
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-modules-systemjs": "^7.15.4",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.15.4",
"@kubed/components": "^0.0.31",
"@kubed/hooks": "^0.0.9",
"@kubed/icons": "^0.0.2",
"@kubed/stook": "^0.0.4",
"@kubed/stook-devtools": "^0.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@types/lodash": "^4.14.176",
"@types/qs": "^6.9.7",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.14",
"@types/react-table": "^7.7.8",
"@types/styled-components": "^5.1.15",
"@types/systemjs": "^6.1.1",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-styled-components": "^1.13.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"compression": "^1.7.4",
"concurrently": "^5.1.0",
"connect-history-api-fallback": "^1.6.0",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"css-loader": "^3.4.2",
"css-minimizer-webpack-plugin": "^3.1.1",
"dayjs": "^1.10.7",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-prettier": "^7.2.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.13.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.26.1",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^6.3.5",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^10.0.0",
"http-proxy-middleware": "^1.0.3",
"inquirer": "^8.1.0",
"ip": "^1.1.5",
"lodash": "^4.17.20",
"webpack-merge-json-plugin": "^0.1.0",
"mini-css-extract-plugin": "^2.4.2",
"mitt": "^3.0.0",
"no-case": "3.0.4",
"nodemon": "^2.0.7",
"opn": "^6.0.0",
"postcss-loader": "^3.0.0",
"prettier": "^2.4.1",
"prop-types": "^15.7.2",
"qs": "^6.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.32.1",
"react-refresh": "^0.10.0",
"react-router-dom": "^6.0.2",
"shelljs": "^0.8.4",
"style-loader": "^1.1.3",
"styled-components": "5.3.0",
"systemjs-webpack-interop": "^2.3.7",
"terser": "^5.9.0",
"terser-webpack-plugin": "^5.2.4",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"typescript-plugin-styled-components": "^2.0.0",
"url-loader": "^4.0.0",
"webpack": "^5.58.2",
"webpack-assets-manifest": "^5.0.6",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1",
"webpack-merge": "^5.8.0",
"webpackbar": "^5.0.0-3",
"yargs": "^17.0.1"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"dependencies": {}
}