-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.26 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
{
"name": "firebase-blog",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"create-test-user": "node script/create-test-user.mjs"
},
"dependencies": {
"firebase": "^12.10.0",
"lucide-react": "^0.460.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loading-skeleton": "^3.5.0",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@tailwindcss/vite": "^4.0.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"firebase-admin": "^13.7.0",
"globals": "^15.12.0",
"tailwindcss": "^4.0.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.3"
},
"description": "Firebase Write Node Blog – React, Vite, TypeScript & Firebase tutorial project",
"author": "Arnob Mahmud (https://www.arnobmahmud.com, contact@arnobmahmud.com)",
"license": "ISC",
"overrides": {
"@tootallnate/once": ">=3.0.1"
}
}