-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.44 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
{
"name": "structum-plans",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1005.0",
"@aws-sdk/s3-request-presigner": "^3.1005.0",
"@electric-sql/pglite": "^0.4.5",
"@napi-rs/canvas": "^0.1.97",
"axios": "^1.13.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"framer-motion": "^12.35.2",
"jsonwebtoken": "^9.0.3",
"jspdf": "^4.2.0",
"jspdf-autotable": "^5.0.7",
"lucide-react": "^0.577.0",
"next": "16.1.6",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.6.205",
"pg": "^8.20.0",
"pusher": "^5.3.3",
"pusher-js": "^8.4.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-pdf": "^10.4.1",
"sharp": "^0.34.5",
"uuid": "^13.0.0",
"xlsx": "^0.18.5",
"zod": "^4.3.6",
"zustand": "^5.0.12"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@tailwindcss/postcss": "^4",
"@types/express": "^5.0.6",
"@types/jsonwebtoken": "^9.0.10",
"@types/jspdf": "^1.3.3",
"@types/node": "^20",
"@types/pg": "^8.18.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/uuid": "^10.0.0",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
}
}