-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 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
{
"name": "qa-hub---execution-discovery-dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "node server.js",
"dev": "vite",
"start-backend": "node server.js",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.990.0",
"better-sqlite3": "^12.6.2",
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"framer-motion": "^12.34.0",
"html2canvas": "^1.4.1",
"js-yaml": "^4.1.1",
"jspdf": "^4.1.0",
"lucide-react": "^0.564.0",
"multer": "^2.0.2",
"pdf-lib": "^1.17.1",
"react": "^19.2.3",
"react-dom": "^19.2.4",
"recharts": "^3.7.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.1.4",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.1",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"wait-on": "^9.0.3"
}
}