forked from GobyWallet/example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 988 Bytes
/
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
{
"name": "gobywallet-demo",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"antd": "^4.18.3",
"autoprefixer": "^10.4.2",
"axios": "^0.25.0",
"bech32": "^2.0.0",
"bignumber.js": "^9.0.2",
"buffer": "^6.0.3",
"clvm": "^1.0.9",
"postcss": "^8.4.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tailwindcss": "^3.0.15"
},
"devDependencies": {
"@types/antd": "^1.0.0",
"@types/autoprefixer": "^10.2.0",
"@types/less": "^3.0.3",
"@types/node": "^17.0.9",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/tailwindcss": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@vitejs/plugin-react": "^1.0.7",
"eslint": "^8.7.0",
"eslint-plugin-react": "^7.28.0",
"less": "^4.1.2",
"typescript": "^4.4.4",
"vite": "^2.7.2"
}
}