-
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) · 1021 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1021 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
{
"name": "poe-clone-ai",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "tsx server.ts",
"build": "vite build",
"preview": "vite preview",
"lint": "tsc --noEmit && eslint ."
},
"dependencies": {
"@google/genai": "^1.30.0",
"@types/express": "^5.0.6",
"@types/node": "^25.6.2",
"@types/react-syntax-highlighter": "^15.5.13",
"axios": "^1.16.0",
"express": "^5.2.1",
"firebase": "^12.13.0",
"lucide-react": "^0.474.0",
"motion": "^12.38.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.0.0",
"react-syntax-highlighter": "^16.1.1",
"tsx": "^4.21.0"
},
"devDependencies": {
"@firebase/eslint-plugin-security-rules": "^0.0.2",
"@firebase/rules-unit-testing": "^5.0.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^10.3.0",
"typescript": "^5.7.0",
"vite": "^6.0.0",
"vitest": "^4.1.5"
}
}