-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "linkme",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && prisma generate",
"postinstall": "prisma generate",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@iconscout/react-unicons": "^2.0.2",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.3.1",
"@types/node": "^20.8.0",
"axios": "^1.5.1",
"bcrypt": "^5.1.1",
"framer-motion": "^10.16.4",
"next": "latest",
"next-auth": "^4.23.2",
"prisma": "^5.3.1",
"react": "latest",
"react-dom": "latest",
"react-icons": "^4.11.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/react": "18.2.24",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest"
}
}