-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 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
38
39
40
41
42
43
44
45
{
"name": "standalone-dapp",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --port 3002 --webpack",
"build": "next build --webpack",
"start": "next start --webpack",
"lint": "biome check . && tsc --noEmit",
"format": "biome check --write ."
},
"dependencies": {
"@stakekit/fluid-animation": "^0.0.1",
"@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",
"mixpanel-browser": "^2.73.0",
"next": "16.1.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"typescript": "5.9.3"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@types/lodash.merge": "^4.6.9",
"@types/mixpanel-browser": "^2.66.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"esbuild",
"sharp"
]
},
"packageManager": "pnpm@10.24.0"
}