-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
108 lines (108 loc) · 3.6 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
{
"name": "gkradmin",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint \"{src,test}/**/*.ts\" --fix"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-descriptions": "^1.10.27",
"@ant-design/pro-form": "^1.52.5",
"@ant-design/pro-layout": "6.32.1",
"@iconify/react": "^3.1.0",
"@juggle/resize-observer": "^3.3.1",
"@loadable/component": "^5.15.2",
"@react-spring/web": "^9.4.3",
"ahooks": "^3.1.2",
"antd": "^4.18.0",
"auto-zustand-selectors-hook": "^1.0.1",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"darkreader": "^4.9.43",
"dayjs": "^1.10.7",
"deepmerge": "^4.2.2",
"dequal": "^2.0.2",
"echarts": "^5.2.2",
"echarts-liquidfill": "^3.1.0",
"history": "^5.2.0",
"immer": "^9.0.7",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"mobx": "^6.3.10",
"p-min-delay": "^4.0.1",
"promise-timeout": "^1.3.0",
"ramda": "^0.27.2",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.1.0",
"react-dom": "^17.0.2",
"react-loadingg": "1.8.0-alpha.2",
"react-merge-refs": "^1.1.0",
"react-router-dom": "^6.2.1",
"react-use": "^17.3.1",
"react-use-measure": "^2.1.1",
"remove": "^0.1.5",
"swr": "^1.1.2",
"zustand": "^3.6.8"
},
"devDependencies": {
"@ant-design/colors": "^6.0.0",
"@iconify/json": "^1.1.448",
"@svgr/core": "^5.5.0",
"@types/loadable__component": "^5.13.4",
"@types/lodash-es": "^4.17.5",
"@types/promise-timeout": "^1.3.0",
"@types/ramda": "^0.27.63",
"@types/react": "^17.0.38",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@vitejs/plugin-react": "^1.1.3",
"autoprefixer": "^10.4.0",
"eslint": "^8.5.0",
"eslint-config-airbnb": "19.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.2",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^27.4.5",
"less": "^4.1.2",
"mockjs": "^1.1.0",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"postcss-less": "^5.0.0",
"postcss-nesting": "^10.1.0",
"prettier": "^2.5.1",
"rollup": "^2.62.0",
"stylelint": "^14.2.0",
"stylelint-config-css-modules": "^2.3.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-prettier": "^2.0.0",
"tailwindcss": "^3.0.8",
"typescript": "^4.5.4",
"unplugin-icons": "^0.12.23",
"vite": "^2.7.9",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-style-import": "^1.4.1",
"vite-plugin-svg-icons": "^1.0.5",
"vite-plugin-theme": "^0.8.1",
"vite-plugin-windicss": "^1.6.1"
},
"pnpm": {
"overrides": {
"postcss": "^8.4.5"
}
}
}