-
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.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 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",
"build": "next build",
"start": "next start",
"lint": "tsc --noEmit && biome check .",
"format": "biome check --write ."
},
"dependencies": {
"@stakekit/fluid-animation": "^0.0.1",
"@stakekit/widget": "^0.0.230",
"@types/node": "22.15.29",
"@types/react": "19.1.3",
"@types/react-dom": "19.1.3",
"@vanilla-extract/css": "^1.17.1",
"@vanilla-extract/dynamic": "^2.1.2",
"@vanilla-extract/next-plugin": "^2.4.10",
"@vanilla-extract/recipes": "^0.5.5",
"@vanilla-extract/sprinkles": "^1.6.3",
"clsx": "^2.1.1",
"lodash.merge": "^4.6.2",
"mixpanel-browser": "^2.64.0",
"next": "15.3.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"typescript": "5.8.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/lodash.merge": "^4.6.9",
"@types/mixpanel-browser": "^2.60.0"
},
"packageManager": "pnpm@10.8.1",
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"esbuild",
"sharp"
]
}
}