-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.56 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "firstone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.2",
"@editorjs/checklist": "^1.5.0",
"@editorjs/code": "^2.8.0",
"@editorjs/editorjs": "^2.28.0",
"@editorjs/embed": "^2.5.3",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.1",
"@editorjs/list": "^1.8.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/raw": "^2.4.0",
"@prisma/client": "^5.5.2",
"@react-jvectormap/core": "^1.0.4",
"@react-jvectormap/unitedstates": "^1.0.1",
"@types/react-dom": "^18.2.14",
"@uploadthing/react": "^5.6.0",
"@uploadthing/solid": "^5.4.0",
"apexcharts": "^3.44.0",
"attr-accept": "^2.2.2",
"autoprefixer": "^10.4.16",
"editorjs-react-renderer": "^3.5.1",
"eslint": "8.44.0",
"eslint-config-next": "^14.0.1",
"next": "^14.0.1",
"next-auth": "^4.24.4",
"pg": "^8.11.3",
"postcss": "^8.4.31",
"prisma": "^5.2.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-jvectormap": "^0.0.16",
"react-textarea-autosize": "^8.5.3",
"solidjs-dropzone": "^1.0.0",
"tailwindcss": "^3.3.5",
"uploadthing": "^5.6.0",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "20.4.0",
"@types/react": "^18.2.14"
},
"prisma": {
"seed": "--compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
}
}