-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 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
44
45
46
47
48
{
"name": "expense-tracker-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^2.1.8",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.4",
"express": "^4.18.2",
"express-session": "^1.17.3",
"framer-motion": "^11.7.0",
"mongodb": "^6.9.0",
"mongoose": "^8.6.3",
"mysql": "^2.18.1",
"mysql2": "^3.6.5",
"next": "^14.2.13",
"next-auth": "^4.24.8",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"sequelize": "^6.35.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.16.9",
"@types/react": "^18.3.9",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"nodemon": "^3.0.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.6.2"
},
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).",
"main": "next.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}