-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "smart-expense-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chatscope/chat-ui-kit-react": "^2.0.3",
"@google/generative-ai": "^0.3.0",
"@headlessui/react": "^1.7.18",
"@headlessui/tailwindcss": "^0.2.0",
"@mui/icons-material": "^5.15.13",
"@remixicon/react": "^4.2.0",
"@tremor/react": "^3.14.1",
"bcrypt": "^5.1.1",
"flowbite-datepicker": "^1.2.6",
"framer-motion": "^11.0.14",
"mongodb": "^6.5.0",
"mongoose": "^8.2.1",
"next": "14.1.0",
"next-auth": "^4.24.7",
"react": "^18",
"react-datepicker": "^6.3.0",
"react-dom": "^18",
"tw-elements": "^2.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/node": "20.11.28",
"@types/react": "18.2.66",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}