-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 740 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
{
"name": "universal-ai",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port=3000 --host=0.0.0.0",
"build": "vite build",
"preview": "vite preview --port=4173 --host=0.0.0.0",
"lint": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"@mlc-ai/web-llm": "^0.2.84",
"@tailwindcss/vite": "^4.1.14",
"@vitejs/plugin-react": "^5.0.4",
"lucide-react": "^0.546.0",
"react": "^19.0.1",
"react-dom": "^19.0.1"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"tailwindcss": "^4.1.14",
"typescript": "~5.8.2",
"vite": "^6.4.3",
"vitest": "^4.1.10"
}
}