-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 994 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 994 Bytes
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
{
"name": "dev-space",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.0",
"@emailjs/browser": "^3.11.0",
"@prisma/client": "^4.16.1",
"@types/node": "20.4.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-syntax-highlighter": "^15.5.7",
"bcrypt": "^5.0.1",
"date-fns": "^2.30.0",
"framer-motion": "^10.12.18",
"lodash": "^4.17.21",
"next": "13.4.8",
"next-auth": "^4.22.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^9.1.3",
"remark-gfm": "^3.0.1",
"swr": "^2.2.0",
"typescript": "5.1.6",
"unsplash-js": "^7.0.18",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"prisma": "^4.16.1"
}
}