-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.47 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
{
"name": "wizard",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 4173",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky install",
"commit": "git-cz"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@ant-design/pro-components": "^2.8.2",
"@antv/data-set": "^0.11.8",
"@antv/g6": "^4.2.7",
"@antv/l7": "^2.22.3",
"@antv/l7-maps": "^2.22.3",
"ace-builds": "^1.36.5",
"ahooks": "3.8.0",
"antd": "^5.21.2",
"axios": "^1.7.7",
"bizcharts": "^4.1.23",
"classnames": "^2.5.1",
"codemirror": "^5.65.18",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"eslint-import-resolver-alias": "^1.1.2",
"file-saver": "^2.0.5",
"github-markdown-css": "^4.0.0",
"highlight.js": "^11.10.0",
"html2pdf.js": "^0.10.1",
"lodash": "^4.17.21",
"markdown-it": "^10.0.0",
"react": "^18.3.1",
"react-ace": "^13.0.0",
"react-codemirror2": "^8.0.0",
"react-dom": "^18.3.1",
"react-json-view": "^1.21.3",
"react-markdown": "^9.0.1",
"react-markdown-editor-lite": "^1.0.2",
"react-router-dom": "^6.26.2",
"react-wordcloud": "^1.2.7",
"rehype-highlight": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"ts-pattern": "^5.4.0",
"xlsx": "^0.18.5",
"xlsx-style": "^0.8.13",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/lodash": "^4.17.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.2",
"commitizen": "^4.3.1",
"cz-git": "^1.10.1",
"eslint": "^8.57.1",
"eslint-config-alloy": "^5.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"husky": "^8.0.3",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"sass": "^1.79.4",
"typescript": "^5.6.2",
"unocss": "^0.58.9",
"vite": "^5.4.8"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}