-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.53 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.53 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
{
"name": "new-libere",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"migrate:epubs": "tsx scripts/migrate-epubs-to-supabase.ts",
"migrate:simple": "tsx scripts/migrate-simple.ts",
"test:supabase": "tsx scripts/test-supabase-connection.ts",
"sync:libraries": "tsx scripts/sync-library-nfts.ts"
},
"dependencies": {
"@pinata/sdk": "^2.1.0",
"@privy-io/react-auth": "^2.21.2",
"@supabase/supabase-js": "^2.55.0",
"@tailwindcss/vite": "^4.1.11",
"axios": "^1.11.0",
"buffer": "^6.0.3",
"dayjs": "^1.11.13",
"dotenv": "^17.2.3",
"ethers": "^6.15.0",
"next": "16.0.10",
"pdfjs-dist": "^5.4.394",
"permissionless": "^0.2.53",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"react-pdf": "^10.2.0",
"react-reader": "^2.0.13",
"react-router-dom": "^7.8.0",
"viem": "^2.33.3"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.32.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"png-to-ico": "^3.0.1",
"tailwindcss": "^4.1.11",
"tsx": "^4.20.4",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.0",
"vite": "~6.0.6",
"vite-plugin-pwa": "^0.21.1"
}
}