forked from bingb0t5/im-in
-
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) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.24 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
{
"name": "im-in",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"sync:lalo-verify": "node scripts/sync-lalo-verify.mjs",
"generate:changelog-summary": "node scripts/generate-changelog-summary.mjs",
"predev": "npm run sync:lalo-verify && npm run generate:changelog-summary",
"dev": "vite --port=3000 --host=0.0.0.0",
"prebuild": "npm run sync:lalo-verify && npm run generate:changelog-summary",
"build": "vite build",
"preview": "vite preview",
"clean": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\"",
"prelint": "npm run generate:changelog-summary",
"lint": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"@supabase/supabase-js": "^2.99.3",
"@tailwindcss/vite": "^4.1.14",
"@vitejs/plugin-react": "^5.0.4",
"clsx": "^2.1.1",
"heic2any": "^0.0.4",
"lucide-react": "^0.546.0",
"motion": "^12.23.24",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.13.1",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@types/node": "^22.14.0",
"autoprefixer": "^10.4.21",
"tailwindcss": "^4.1.14",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vitest": "^4.1.2"
}
}