-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
131 lines (131 loc) · 4.34 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "youbet-task",
"private": true,
"version": "0.0.0",
"scripts": {
"prepare": "husky install",
"dev": "vite",
"local": "vite --mode development.localserver",
"build": "npm run type-check && vite build",
"type-check": "tsc --noEmit",
"type-check:watch": "tsc --noEmit --watch",
"prettier-check": "prettier . --check",
"prettier-write": "prettier . --write",
"lint": "eslint --quiet src --ext .ts,.tsx && stylelint src/**/*.less",
"lint:fix": "eslint --quiet --fix src --ext .ts,.tsx && stylelint --fix src/**/*.less",
"i18next-resources-for-ts": "i18next-resources-for-ts toc -i ./src/i18n/locales/en -o ./src/types/resources.ts"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@loadable/component": "^5.15.3",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@rainbow-me/rainbowkit": "^2.1.3",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-table": "^8.20.5",
"ahooks": "^3.8.1",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"daisyui": "^4.12.10",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.21",
"history": "^5.3.0",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-resources-to-backend": "^1.1.4",
"jotai": "^2.9.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lucide-react": "^0.400.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"markdown-it-prism": "^2.3.0",
"qs": "^6.12.3",
"react": "^18.3.1",
"react-daisyui": "^5.0.3",
"react-day-picker": "^8.9.1",
"react-dom": "^18.3.1",
"react-ga": "^3.3.1",
"react-ga4": "^2.1.0",
"react-github-calendar": "^4.2.2",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.52.1",
"react-i18next": "^13.2.2",
"react-intersection-observer": "^9.13.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.10.0",
"recharts": "^2.12.7",
"ssg-extractor": "^0.0.6",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"viem": "~2.17.11",
"wagmi": "^2.12.2",
"youbet-sdk": "^0.0.15",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.4.4",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query-devtools": "^4.29.1",
"@types/js-cookie": "^3.0.6",
"@types/loadable__component": "^5.13.4",
"@types/lodash": "^4.17.7",
"@types/markdown-it": "^14.1.2",
"@types/node": "^18.15.11",
"@types/qs": "^6.9.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"i18next-resources-for-ts": "1.3.2",
"less": "^4.1.3",
"lint-staged": "^13.2.1",
"postcss": "^8.4.21",
"postcss-less": "^6.0.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.4.1",
"stylelint": "^15.4.0",
"stylelint-config-standard": "^32.0.0",
"stylelint-less": "^1.0.6",
"stylelint-prettier": "3",
"tailwindcss": "3.3.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"vite": "^4.2.0",
"vite-plugin-external": "^1.2.8",
"vite-plugin-svgr": "^2.4.0"
},
"packageManager": "[email protected]",
"engines": {
"node": "22.4.1"
}
}