-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "casino",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:vite": "vite build",
"lint": "biome check .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.0",
"@mui/material": "^6.3.0",
"@reduxjs/toolkit": "^2.5.0",
"@tanstack/react-query": "5.45.1",
"abitype": "^1.0.8",
"react": "^18.3.1",
"react-custom-roulette": "^1.4.1",
"react-dom": "^18.3.1",
"react-redux": "^9.2.0",
"react-roulette-pro": "^3.2.2",
"react-router-dom": "^7.1.1",
"react-toastify": "^11.0.2",
"tss-react": "^4.9.14",
"viem": "latest",
"wagmi": "latest"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"@wagmi/cli": "latest",
"buffer": "^6.0.3",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}