forked from ashishkujoy/library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"name": "step-library",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true npm run build",
"analyze:server": "BUNDLE_ANALYZE=server npm run build",
"analyze:browser": "BUNDLE_ANALYZE=browser npm run build"
},
"dependencies": {
"@auth/neon-adapter": "^1.10.0",
"@neondatabase/serverless": "^1.0.1",
"@yudiel/react-qr-scanner": "^2.3.1",
"lucide-react": "^0.525.0",
"next": "^16.2.7",
"next-auth": "^4.24.14",
"next-pwa": "^2.0.2",
"qrcode": "^1.5.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-virtuoso": "^4.13.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/bundle-analyzer": "^15.4.6",
"@types/node": "^20",
"@types/qrcode": "^1.5.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.5",
"typescript": "^5"
}
}