-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 987 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 987 Bytes
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
{
"name": "podda",
"version": "1.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"start": "node server/index.cjs",
"preview": "vite preview"
},
"dependencies": {
"@types/dompurify": "^3.0.5",
"bcrypt": "^5.1.1",
"compression": "^1.8.0",
"connect-pg-simple": "^10.0.0",
"dompurify": "^3.3.3",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-session": "^1.18.1",
"lucide-react": "^0.511.0",
"pg": "^8.16.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rss-parser": "^3.13.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@types/compression": "^1.7.5",
"@types/express-session": "^1.18.1",
"@types/node": "^22.15.0",
"@types/pg": "^8.11.11",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"sharp": "^0.34.5",
"typescript": "~5.7.2",
"vite": "^6.3.2"
}
}