-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 956 Bytes
/
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
{
"name": "elizas-list",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.0",
"@prisma/client": "^5.22.0",
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.0.0",
"chart.js": "^4.0.0",
"framer-motion": "^10.0.0",
"ioredis": "^5.4.1",
"next": "^14.0.0",
"next-auth": "^4.0.0",
"postcss": "^8.0.0",
"react": "^18.0.0",
"react-chartjs-2": "^5.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.0.0",
"tailwindcss": "^3.0.0",
"typescript": "^5.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.18",
"prisma": "^5.22.0"
}
}