-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.22 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
{
"name": "genai-workspace",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "tsx server.ts",
"build": "vite build",
"preview": "vite preview",
"lint": "tsc --noEmit",
"start": "node server.ts"
},
"dependencies": {
"autoprefixer": "^10.4.17",
"better-sqlite3": "^12.6.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"framer-motion": "^12.34.3",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.574.0",
"postcss": "^8.4.35",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.0",
"recharts": "^3.7.0",
"tailwindcss": "^3.4.1",
"winston": "^3.13.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/better-sqlite3": "^7.6.13",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.3.0",
"prettier": "^3.8.1",
"tsx": "^4.19.0",
"typescript": "~5.8.2",
"typescript-eslint": "^8.56.1",
"vite": "^6.2.0"
}
}