-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.15 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
{
"workspaces": [
"packages/*",
"apps/*"
],
"name": "steven-junio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"studio": "prisma studio",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^1.5.0",
"@auth0/nextjs-auth0": "^3.5.0",
"@prisma/client": "^5.10.2",
"@prisma/extension-accelerate": "^1.0.0",
"@tinymce/tinymce-react": "^4.3.2",
"@types/nodemailer": "^6.4.14",
"@types/tinymce": "^4.6.9",
"@vercel/speed-insights": "^1.0.10",
"date-fns": "^3.4.0",
"next": "14.1.0",
"nodemailer": "^6.9.12",
"react-draft-wysiwyg": "^1.15.0"
},
"devDependencies": {
"@types/node": "^20.11.21",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"concurrently": "^8.2.2",
"draft-js": "^0.11.7",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"prisma": "^5.10.2",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
}
}