-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "efp-demo",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "tsc && vite build",
"format": "biome format . --write",
"lint": "biome check --apply .",
"typecheck": "tsc --project tsconfig.json --noEmit",
"clean": "rm -rf node_modules dist"
},
"dependencies": {
"@radix-ui/themes": "^2.0.3",
"@tanstack/react-query": "^5.17.15",
"@tanstack/react-query-devtools": "^5.17.15",
"million": "^2.6.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@wagmi/core": "2.0.0-beta.1",
"viem": "2.0.0-beta.4",
"wagmi": "2.0.0-beta.1"
},
"devDependencies": {
"@biomejs/biome": "^1.5.2",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bun": "^1.0.2",
"@types/node": "^20.11.4",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"bun": "^1.0.23",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typed-query-selector": "^2.11.0",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-tsconfig-paths": "^4.3.1"
},
"private": true,
"sideEffects": false
}