-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
74 lines (74 loc) · 2.46 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
{
"name": "shapeshiftog",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"release": "tsx ./scripts/release.ts",
"test": "vitest",
"type-check": "yarn tsc --noEmit"
},
"dependencies": {
"@chakra-ui/react": "^2.10.3",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@lukemorales/query-key-factory": "^1.3.4",
"@shapeshiftoss/caip": "patch:@shapeshiftoss/caip@patch%3A@shapeshiftoss/caip@npm%253A8.15.0%23~/.yarn/patches/@shapeshiftoss-caip-npm-8.15.0-f1e7f80009.patch%3A%3Aversion=8.15.0&hash=8aa54a#~/.yarn/patches/@shapeshiftoss-caip-patch-5a8d59028c.patch",
"@shapeshiftoss/types": "^8.6.0",
"@solana/web3.js": "^1.98.0",
"@tanstack/react-query": "^5.65.1",
"@types/qrcode": "^1.5.5",
"axios": "^1.6.5",
"bech32": "^2.0.0",
"bignumber.js": "^9.1.2",
"dayjs": "^1.11.13",
"framer-motion": "^12.3.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.1",
"mixpanel-browser": "^2.48.1",
"multicoin-address-validator": "^0.5.24",
"qrcode": "^1.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.54.2",
"react-icons": "^4.12.0",
"react-number-format": "^5.4.3",
"react-router": "^7.1.5",
"react-virtuoso": "^4.6.2",
"viem": "^2.0.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/lodash": "^4",
"@types/mixpanel-browser": "^2.48.1",
"@types/multicoin-address-validator": "^0",
"@types/node": "^20.10.7",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-memo": "^0.0.3",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"happy-dom": "^12.10.3",
"inquirer": "^9.2.12",
"prettier": "^3.1.1",
"simple-git": "^3.22.0",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.1.3"
},
"packageManager": "[email protected]"
}