-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 896 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 896 Bytes
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
{
"name": "@mybricks/comlib-pc-normal-chart",
"version": "1.0.43",
"description": "通用图表组件库",
"scripts": {
"start": "mybricks dev",
"checkFile": "mybricks checkFile",
"lint-staged": "npx lint-staged --allow-empty"
},
"pre-commit": [
"checkFile",
"lint-staged"
],
"repository": {
"type": "git",
"url": "git+https://github.com:mybricks/comlib-pc-normal-chart.git"
},
"author": "CheMingjun",
"license": "ISC",
"bugs": {
"url": "https://github.com/mybricks/comlib-pc-normal-chart/issues"
},
"homepage": "https://github.com/mybricks/comlib-pc-normal-chart#readme",
"dependencies": {
"@ant-design/charts": "^1.2.14",
"antd": "^4.24.12"
},
"devDependencies": {
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"lint-staged": "^13.0.3",
"pre-commit": "^1.2.2",
"prettier": "^2.7.1"
}
}