-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
168 lines (168 loc) · 6.65 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
{
"name": "@tkeel/console",
"private": true,
"homepage": "https://github.com/tkeel-io/console#readme",
"bugs": {
"url": "https://github.com/tkeel-io/console/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tkeel-io/console.git"
},
"license": "Apache-2.0",
"workspaces": [
"packages/*"
],
"scripts": {
"build:development:portal-admin": "node ./scripts/run/build-development --package-names=@tkeel/console-portal-admin",
"build:development:portal-tenant": "node ./scripts/run/build-development --package-names=@tkeel/console-portal-tenant",
"build:development-and-start:portal-admin": "yarn build:development:portal-admin && yarn start:portal-admin",
"build:development-and-start:portal-tenant": "yarn build:development:portal-tenant && yarn start:portal-tenant",
"build:production": "node ./scripts/run/build-production",
"build:production:all": "yarn build:production --package-names=all",
"build:production-and-docker:build": "node ./scripts/run/build-production-and-docker-build",
"build:production:all-and-docker:build:all": "yarn build:production-and-docker:build --package-names=all",
"check:packages": "node ./scripts/check/packages",
"commit": "git-cz",
"create:plugin": "node ./scripts/create-plugin",
"dev": "node ./scripts/run/dev",
"dev:portal-admin": "yarn dev --package-names=@tkeel/console-portal-admin",
"dev:portal-tenant": "yarn dev --package-names=@tkeel/console-portal-tenant",
"docker:build": "node ./scripts/run/docker-build",
"docker:build:all": "yarn docker:build --package-names=all",
"docker:push": "node ./scripts/docker/push-cli",
"docker:remove": "node ./scripts/docker/remove-cli",
"init:all": "npm-run-all init:package-names init:root-tsconfig init:vscode-settings",
"init:package-names": "node ./scripts/init/package-names",
"init:root-tsconfig": "node ./scripts/init/root-tsconfig",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,json,hbs,handlebars,css,scss,md}\"",
"lint:eslint": "node scripts/lint/eslint",
"lint:eslint:fix": "node scripts/lint/eslint-fix",
"lint:tsc": "tsc --noEmit",
"lint:stylelint": "stylelint --fix \"**/*.{css,scss,js,jsx,ts,tsx}\"",
"lint:cspell": "cspell --no-must-find-files \"**\"",
"init:vscode-settings": "node ./scripts/init/vscode-settings",
"postinstall": "husky install",
"pre-commit": "lint-staged",
"set-all-package-versions": "node ./scripts/packages/set-all-versions",
"show:all": "yarn show:base-paths && yarn show:dev-server-ports",
"show:base-paths": "node ./scripts/show/base-paths",
"show:dev-server-ports": "node ./scripts/show/dev-server-ports",
"sort-package-json": "sort-package-json 'package.json' 'packages/*/package.json'",
"start:portal-admin": "node ./scripts/run/start-portal-admin",
"start:portal-tenant": "node ./scripts/run/start-portal-tenant",
"helm:package": "node ./scripts/run/helm-package"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@emotion/babel-plugin": "^11.9.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@svgr/webpack": "^6.3.1",
"@types/axios": "^0.14.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/tkeel-console": "workspace:^",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"babel-loader": "^8.2.5",
"babel-plugin-lodash": "^3.3.4",
"chalk": "^4.1.2",
"clean-webpack-plugin": "^4.0.0",
"commitizen": "^4.2.5",
"concurrently": "^7.3.0",
"config": "^3.3.7",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"cspell": "^6.4.2",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv-expand": "^8.0.3",
"dotenv-flow": "^3.2.0",
"dotenv-webpack": "^8.0.0",
"eslint": "^8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.14.0",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-webpack-plugin": "^3.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"fs-extra": "^10.1.0",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.2",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
"inquirer": "^8.2.4",
"js-yaml": "^4.1.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"lint-staged": "^13.0.3",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.6.1",
"npm-run-all": "^4.1.5",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.7.2",
"postcss-syntax": "^0.36.2",
"prettier": "^2.7.1",
"react-refresh": "^0.14.0",
"read-pkg": "^5.2.0",
"sass": "^1.54.0",
"sass-loader": "^13.0.2",
"serve": "^14.0.1",
"shelljs": "^0.8.5",
"sort-package-json": "^1.57.0",
"style-loader": "^3.3.1",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-order": "^5.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-webpack-plugin": "^3.3.0",
"terser-webpack-plugin": "^5.3.3",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.7.4",
"typescript-plugin-css-modules": "^3.4.0",
"validator": "^13.7.0",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-merge": "^5.8.0",
"webpack-notifier": "^1.15.0",
"write-pkg": "^4.0.0",
"yargs": "^17.5.1"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.0.0",
"yarn": ">=3.0.0"
}
}