-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.73 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "skillloops",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:devnet": "SLP_DEVNET_E2E=1 playwright test tests/e2e/console-devnet.spec.ts"
},
"dependencies": {
"@coral-xyz/anchor": "^0.31.1",
"@irys/upload": "^0.0.15",
"@irys/upload-solana": "^0.1.8",
"@irys/web-upload": "^0.0.15",
"@irys/web-upload-solana": "^0.1.8",
"@lit-protocol/constants": "^9.0.1",
"@lit-protocol/encryption": "^7.4.0",
"@lit-protocol/lit-node-client": "^7.4.0",
"@noble/hashes": "^2.2.0",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-phantom": "^0.9.24",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/web3.js": "^1.95.3",
"better-sqlite3": "^11.3.0",
"bs58": "^6.0.0",
"clsx": "^2.1.1",
"framer-motion": "^11.11.1",
"next": "14.2.35",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.13.0",
"tailwind-merge": "^2.5.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.48.1",
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"dotenv": "^17.4.2",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"postcss": "^8.4.47",
"prettier": "^3.8.3",
"tailwindcss": "^3.4.13",
"tsx": "^4.21.0",
"typescript": "^5.6.3",
"vitest": "^2.1.2"
},
"packageManager": "pnpm@10.33.0"
}