-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.8 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.8 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "personal-finance-tracker",
"version": "2.1.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hookform/resolvers": "^3.9.1",
"@json2csv/plainjs": "^7.0.6",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"firebase": "^10.12.2",
"firebase-admin": "^12.2.0",
"framer-motion": "^11.2.11",
"json2csv": "^6.0.0-alpha.2",
"lodash.isequal": "^4.5.0",
"lucide-react": "^0.460.0",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.54.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"react-number-format": "^5.4.2",
"recharts": "^2.12.7",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0",
"zod": "^3.24.0"
},
"devDependencies": {
"@types/firebase": "^3.2.1",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/uuid": "^10.0.0",
"babel-jest": "^29.7.0",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"jest": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}