update 9/20/25
This commit is contained in:
11
package.json
11
package.json
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "auditly",
|
||||
"name": "orbitly",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "concurrently -k \"bun run dev:firebase\" \"bun run dev:client\"",
|
||||
"dev:client": "vite",
|
||||
"dev:server": "bun --watch server/index.js",
|
||||
"dev:firebase": "firebase emulators:start --only functions,firestore,database",
|
||||
"dev:firebase": "firebase emulators:start --only functions",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"deploy:functions": "firebase deploy --only functions",
|
||||
@@ -19,11 +19,14 @@
|
||||
"@google/genai": "^1.15.0",
|
||||
"@tailwindcss/postcss": "^4.1.12",
|
||||
"@tailwindcss/vite": "^4.1.12",
|
||||
"@types/jspdf": "^2.0.0",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^5.1.0",
|
||||
"firebase": "^12.1.0",
|
||||
"firebase-admin": "^13.4.0",
|
||||
"firebase-functions": "^6.4.0",
|
||||
"html2canvas": "^1.4.1",
|
||||
"jspdf": "^3.0.3",
|
||||
"lucide-react": "^0.539.0",
|
||||
"openai": "^5.15.0",
|
||||
"postcss": "^8.5.6",
|
||||
@@ -50,4 +53,4 @@
|
||||
"typescript": "~5.8.3",
|
||||
"vite": "^7.1.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user