-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.17 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
41
42
43
44
{
"name": "liftoff",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"set-admin": "node scripts/setAdminClaims.mjs",
"lint": "eslint ."
},
"dependencies": {
"dotenv": "^17.2.3",
"firebase": "^12.6.0",
"firebase-admin": "^13.6.0",
"pinia": "^3.0.4",
"vue": "^3.5.24",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@eslint/compat": "^2.0.0",
"@eslint/js": "^9.39.1",
"@stylistic/eslint-plugin": "^5.6.0",
"@types/node": "^24.10.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-vitest-globals": "^1.5.0",
"eslint-plugin-vue": "^10.5.1",
"eslint-plugin-vue-type-assertion-parens": "^1.0.0",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.15",
"typescript": "~5.9.3",
"typescript-eslint": "^8.47.0",
"vite": "^7.2.2",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.1.3"
}
}