-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.29 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
{
"private": true,
"author": "yugasun <[email protected]>",
"scripts": {
"build": "max build",
"dev": "max dev",
"format": "prettier --cache --write .",
"lint": "max lint --fix",
"prepare": "husky install",
"setup": "max setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^5.1.0",
"@ant-design/pro-components": "^2.4.16",
"@antv/ava": "^3.0.2",
"@antv/ava-react": "^3.1.1",
"@antv/g2": "5.0.0",
"@antv/g2plot": "^2.3.39",
"@umijs/max": "^4.0.69",
"ahooks": "^3.7.7",
"antd": "^5.5.0",
"classnames": "^2.3.2",
"papaparse": "^5.4.1",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"vega-embed": "^6.22.1",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/papaparse": "^5.3.7",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react-syntax-highlighter": "^15.5.6",
"@umijs/lint": "^4.0.69",
"@unocss/cli": "^0.51.13",
"eslint": "^8.40.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"stylelint": "^15.6.2",
"typescript": "^5.0.4",
"unocss": "^0.51.13"
}
}