-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 977 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 977 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
31
32
33
34
35
36
37
38
39
{
"name": "herflowstate-phase2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build",
"firebase:deploy": "npm run export && firebase deploy",
"firebase:init": "firebase init hosting"
},
"dependencies": {
"clsx": "^2.1.1",
"firebase": "^12.1.0",
"lucide-react": "^0.539.0",
"next": "14.2.31",
"next-pwa": "^5.6.0",
"react": "^18",
"react-dom": "^18",
"react-firebase-hooks": "^5.1.1",
"recharts": "^3.1.2",
"redux": "^4.2.0",
"tailwind-merge": "^3.3.1",
"workbox-webpack-plugin": "^7.3.0"
},
"devDependencies": {
"@types/node": "^20.19.11",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@types/redux": "^3.6.31",
"eslint": "^8",
"eslint-config-next": "14.2.31",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}