-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
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
{
"name": "standalone-dapp",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 3002",
"build": "tsc --noEmit && vite build",
"start": "vite preview --port 3002",
"lint": "biome check . && tsc --noEmit",
"format": "biome check --write ."
},
"dependencies": {
"@stakekit/fluid-animation": "^0.0.1",
"@stakekit/widget": "^0.0.272",
"@types/node": "25.9.1",
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3",
"@vanilla-extract/css": "^1.20.1",
"@vanilla-extract/dynamic": "^2.1.5",
"@vanilla-extract/recipes": "^0.5.7",
"@vanilla-extract/sprinkles": "^1.6.5",
"clsx": "^2.1.1",
"lodash.merge": "^4.6.2",
"mixpanel-browser": "^2.80.0",
"react": "19.2.6",
"react-dom": "19.2.6",
"typescript": "6.0.3"
},
"devDependencies": {
"@biomejs/biome": "2.4.16",
"@types/lodash.merge": "^4.6.9",
"@vanilla-extract/vite-plugin": "^5.2.2",
"@vitejs/plugin-react": "^6.0.2",
"vite": "^8.0.14"
}
}