-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 957 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 957 Bytes
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
{
"name": "standalone-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3002 --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "biome check . && tsc --noEmit",
"format": "biome check --write ."
},
"dependencies": {
"@stakekit/widget": "^0.0.268",
"@types/node": "25.0.9",
"@types/react": "19.2.8",
"@types/react-dom": "19.2.3",
"@vanilla-extract/css": "^1.18.0",
"@vanilla-extract/dynamic": "^2.1.5",
"@vanilla-extract/next-plugin": "^2.4.17",
"@vanilla-extract/recipes": "^0.5.7",
"@vanilla-extract/sprinkles": "^1.6.5",
"clsx": "^2.1.1",
"lodash.merge": "^4.6.2",
"mipd": "^0.0.7",
"next": "16.1.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"typescript": "5.9.3",
"wagmi": "^3.3.4"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@types/lodash.merge": "^4.6.9"
},
"packageManager": "pnpm@10.26.1",
"engines": {
"node": "24.x"
}
}