forked from erda-project/erda-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 3.81 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
{
"name": "erda-ui",
"version": "2.1.0",
"description": "Frontend ui for Erda",
"private": true,
"scripts": {
"f2elint-scan": "f2elint scan",
"f2elint-fix": "f2elint fix",
"prepare": "husky install",
"precommit": "lint-staged",
"install-cli": "node ./install-cli.js",
"update-version": "erda-ui set-pkg-version",
"clear-dependencies": "erda-ui clear-dependencies",
"init": "erda-ui init",
"build-online": "erda-ui build --online",
"i18n": "erda-ui i18n",
"preinstall": "npx only-allow pnpm",
"pnpm:devPreinstall": "mkdir -p ./cli/dist/bin && touch ./cli/dist/bin/erda.js",
"postinstall": "pnpm run build:noDeclare --filter @erda-ui/components && pnpm run build --filter @erda-ui/cli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erda-project/erda-ui.git"
},
"keywords": [
"erda-ui"
],
"author": "Erda-FE",
"license": "AGPL",
"bugs": {
"url": "https://github.com/erda-project/erda-ui/issues"
},
"homepage": "https://github.com/erda-project/erda-ui#readme",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.17.9",
"@commitlint/cli": "^12.1.4",
"@erda-ui/cli": "^2.0.2",
"@module-federation/automatic-vendor-federation": "^1.2.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "12.x",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.29",
"@types/react": "16.x",
"@types/react-dom": "16.x",
"@types/react-router": "5.x",
"@types/react-router-config": "^1.1.3",
"@types/react-router-dom": "5.x",
"@types/superagent": "^4.1.15",
"@types/webpack": "^4.4.20",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/parser": "^5.9.0",
"autoprefixer": "9.x",
"babel-loader": "^8.2.5",
"babel-plugin-import": "^1.13.3",
"clean-webpack-plugin": "^4.0.0",
"commitizen": "^4.2.4",
"core-js": "^3.18.2",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"cz-customizable": "^6.3.0",
"dotenv": "^16.0.0",
"eslint": "^8.14.0",
"eslint-plugin-deprecation": "^1.3.2",
"f2elint": "^1.1.2",
"git-revision-webpack-plugin": "^3.0.6",
"html-webpack-plugin": "^5.2.0",
"husky": "6.0.0",
"ignore-loader": "^0.1.2",
"inquirer": "^8.2.3",
"jest": "27.x",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"lint-staged": "^11.0.0",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"prettier": "2.6.2",
"react": "16.x",
"react-dom": "16.x",
"rimraf": "^3.0.2",
"sass": "^1.32.4",
"speed-measure-webpack-plugin": "^1.5.0",
"standard-version": "^9.5.0",
"stylelint-config-ali": "^0.4.1",
"thread-loader": "^3.0.4",
"ts-jest": "^27.1.4",
"ts-node": "^10.1.0",
"typescript": "^4.6.3",
"vite": "^2.6.13",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.7.3"
},
"lint-staged": {
"shell/app/modules/extra/entry.js": "git checkout shell/app/modules/extra/entry.js",
"*.{js,jsx,ts,tsx,json,scss,css}": "prettier --write"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"dependencies": {
"axios": "^0.27.2",
"classnames": "^2.3.1",
"cube-state": "^1.5.6",
"immer": "^9.0.12",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"path-to-regexp": "^6.2.0",
"query-string": "^7.1.1",
"superagent": "^7.1.3",
"superagent-use": "^0.1.0",
"tailwindcss": "^3.0.24"
}
}