-
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) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.48 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
{
"name": "lens",
"version": "0.1.0",
"private": true,
"description": "See what a STRK20 action still reveals, then take a quieter path",
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint .",
"test": "vitest run",
"doctor": "npx tsx scripts/doctor.ts",
"recovery:eth": "npx tsx scripts/send-recovery-eth.ts",
"recovery:verify": "npx tsx scripts/verify-recovery-eth.ts",
"verify:shield": "tsx scripts/verify-shield.ts",
"register:lens": "tsx scripts/register-lens.ts",
"diff:register": "tsx scripts/differential-register.ts",
"throwaway": "tsx scripts/throwaway-account.ts",
"prover:test": "tsx scripts/prover-compat-test.ts"
},
"dependencies": {
"@starknet-io/get-starknet-discovery": "^6.0.3",
"@starknet-io/get-starknet-wallet-standard": "^6.0.3",
"next": "^16.0.8",
"react": "19.2.1",
"react-dom": "19.2.1",
"sharp": "^0.34.5",
"starknet": "10.4.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@starknet-io/types-js": "0.10.3",
"@types/node": "24.10.2",
"@types/react": "19.2.7",
"eslint": "^9.39.5",
"eslint-config-next": "^16.3.1",
"tsx": "^4.20.5",
"typescript": "^5.9.3",
"typescript-eslint": "^8.67.0",
"vitest": "^3.2.7"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}