-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.82 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
{
"name": "charts-performance",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "vite start",
"lint": "eslint --ext .vue,.js,.ts,.jsx,.tsx --fix",
"prettier": "prettier --write .",
"prepare": "husky install",
"preview": "vite preview"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --cache --fix",
"prettier --write --list-different"
],
"*.{json,md,html,css,scss,sass,less,styl}": [
"prettier --write --list-different"
]
},
"dependencies": {
"@ant-design/icons": "^5.3.0",
"@antv/g2": "^5.1.15",
"@antv/g2plot": "^2.4.31",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"G2v4": "npm:@antv/[email protected]",
"G2v5": "npm:@antv/[email protected]",
"G6v4": "npm:@antv/[email protected]",
"Gv5": "npm:@antv/[email protected]",
"L7v2": "npm:@antv/[email protected]",
"antd": "^5.14.0",
"echarts": "^5.4.3",
"highcharts": "^11.3.0",
"react": "^18",
"react-dom": "^18",
"react-g2plot": "^0.3.2",
"vite": "^5.0.11",
"vite-plugin-eslint": "^1.8.1"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@types/node": "20.11.2",
"@types/react": "18.2.48",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"miz": "^1.0.1",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}