forked from autopaca/alpaca-mate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
{
"version": "0.0.0",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"graphql-gen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@ant-design/charts": "^1.2.14",
"@ant-design/icons": "^4.6.2",
"@antv/g2plot": "2.2.11",
"@antv/g6": "4.2.4",
"@kurkle/color": "^0.1.9",
"antd": "^4.16.6",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"dayjs": "^1.10.6",
"ethers": "^5.4.1",
"lodash": "^4.17.21",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-query": "^3.21.1",
"react-router-dom": "^5.3.0",
"recoil": "^0.3.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.1.1",
"@graphql-codegen/typescript": "^2.2.0",
"@graphql-codegen/typescript-operations": "^2.1.3",
"@graphql-codegen/typescript-react-query": "^2.1.3",
"@graphql-codegen/typescript-resolvers": "^2.2.0",
"@types/lodash": "^4.14.176",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.8",
"@vitejs/plugin-react-refresh": "^1.3.1",
"less": "^4.1.1",
"prettier": "2.3.2",
"typescript": "^4.3.2",
"vite": "^2.3.8",
"vite-plugin-windicss": "^1.5.1",
"windicss": "^3.2.1"
}
}