-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1010 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1010 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
40
41
42
43
{
"name": "bitgo",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --port 3002",
"build": "next build",
"start": "next start",
"lint": "biome check --write .",
"format": "pnpm lint"
},
"dependencies": {
"@stakekit/widget": "0.0.237",
"@types/node": "24.0.3",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vanilla-extract/css": "^1.17.4",
"@vanilla-extract/dynamic": "^2.1.5",
"@vanilla-extract/next-plugin": "^2.4.14",
"@vanilla-extract/recipes": "^0.5.7",
"@vanilla-extract/sprinkles": "^1.6.5",
"clsx": "^2.1.1",
"lodash.merge": "^4.6.2",
"next": "15.3.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"typescript": "5.8.3"
},
"devDependencies": {
"@biomejs/biome": "2.0.5",
"@types/lodash.merge": "^4.6.9"
},
"packageManager": "pnpm@10.12.2",
"engines": {
"node": "22.x"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
}
}