-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.87 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
{
"name": "stake.mask.io-vite",
"private": true,
"version": "0.2.0",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"lingui:compile": "lingui compile",
"lingui:extract": "NODE_ENV=development lingui extract --clean",
"lingui": "pnpm run lingui:extract && pnpm run lingui:compile",
"test": "vitest",
"cspell:check": "cspell \"**/*\"",
"prettier": "prettier . -w"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/inter": "^5.0.18",
"@lingui/core": "^4.10.1",
"@lingui/react": "^4.10.1",
"@rainbow-me/rainbowkit": "2.0.5",
"@sentry/browser": "^8.2.1",
"@sentry/react": "^8.2.1",
"@sentry/vite-plugin": "^2.16.1",
"@splinetool/react-spline": "^2.2.6",
"@tanstack/react-query": "^5.36.0",
"@tanstack/react-router": "^1.32.5",
"bignumber.js": "^9.1.2",
"cspell": "^8.8.1",
"dayjs": "^1.11.11",
"framer-motion": "^11.1.9",
"immer": "^10.1.1",
"lodash-es": "^4.17.21",
"markdown-to-jsx": "^7.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.0",
"urlcat": "^3.1.0",
"viem": "^2.9.16",
"vite-plugin-svgr": "^4.2.0",
"wagmi": "^2.5.19",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@lingui/cli": "^4.10.1",
"@lingui/conf": "^4.10.1",
"@lingui/macro": "^4.10.1",
"@lingui/swc-plugin": "^4.0.7",
"@lingui/vite-plugin": "^4.10.1",
"@tanstack/react-query-devtools": "^5.36.2",
"@tanstack/router-devtools": "^1.32.5",
"@tanstack/router-vite-plugin": "^1.32.2",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "13.5.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-package-version": "^1.1.0",
"vite-plugin-radar": "^0.9.4",
"vitest": "^1.6.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
}
}