-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
143 lines (143 loc) · 3.94 KB
/
package.json
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "explend-app",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"dev:https": "next dev --experimental-https",
"dev:tur": "next dev --turbo",
"dev:tur:https": "next dev --experimental-https --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint",
"lint:all": "pnpm prettier && pnpm lint && pnpm typecheck && pnpm test",
"typecheck": "tsc",
"test": "vitest run",
"test:dev": "vitest",
"test:cov": "vitest --coverage",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"prepare": "husky",
"knip": "knip"
},
"dependencies": {
"@auth/core": "^0.37.2",
"@ducanh2912/next-pwa": "^10.2.9",
"@google/generative-ai": "^0.21.0",
"@internationalized/date": "^3.5.6",
"@next/third-parties": "^14.2.15",
"@nextui-org/react": "^2.4.8",
"@sentry/nextjs": "^8.35.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.13",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"emoji-picker-react": "^4.12.0",
"emoji-regex": "^10.4.0",
"framer-motion": "^11.11.9",
"get-user-locale": "^2.3.2",
"mongoose": "^8.7.2",
"mongoose-encryption-decryption": "^1.2.1",
"next": "14.2.15",
"next-auth": "5.0.0-beta.20",
"next-themes": "^0.3.0",
"next13-progressbar": "^1.2.2",
"react": "^18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-is": "^18.3.1",
"react-use": "^17.5.1",
"recharts": "^2.13.0",
"resend": "^4.0.0",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.7.8",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-is": "^18.3.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.3",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"knip": "^5.33.3",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.3",
"webpack": "^5.95.0"
},
"license": "MIT",
"author": "Volodymyr <[email protected]> (https://volodymyr-g.vercel.app)",
"description": "Stop wondering where your money goes. Track Income & Expense.",
"homepage": "https://github.com/uigywnkiub/explend-app#readme",
"repository": {
"type": "git",
"url": "https://github.com/uigywnkiub/explend-app"
},
"bugs": {
"url": "https://github.com/uigywnkiub/explend-app/issues",
"email": "[email protected]"
},
"funding": {
"type": "individual",
"url": "https://buymeacoffee.com/eubywnkuee"
},
"keywords": [
"React",
"Next.js",
"Server Actions",
"Server Components",
"Tailwind CSS",
"NextUI",
"Recharts",
"Explend",
"Finance",
"Money",
"Budget",
"Tracker",
"Income Tracking",
"Expense Tracking",
"Manage Finances",
"Control Spending",
"Save Money Tracker",
"Financial Wellness",
"Financial Journey",
"Personal Finance",
"Expense Manager",
"Savings Planner",
"Financial Goals",
"Transaction Log",
"Financial Insights",
"Spending Tracker",
"Budget Planner",
"Money Management",
"Income Planner",
"Financial Dashboard",
"Wealth Management"
],
"engines": {
"node": ">=20",
"pnpm": ">=9"
},
"packageManager": "[email protected]"
}