-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 800 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
{
"name": "veilpass",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint .",
"test": "node --import tsx --test src/lib/risk.test.ts"
},
"dependencies": {
"@starknet-io/get-starknet-discovery": "6.0.2",
"@starknet-io/get-starknet-wallet-standard": "6.0.2",
"@starknet-io/types-js": "0.10.3",
"next": "^16.0.8",
"react": "19.2.1",
"react-dom": "19.2.1",
"starknet": "10.4.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@types/node": "^24.10.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.8",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}