-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.49 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
{
"name": "start-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\""
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^41.3.1",
"@ckeditor/ckeditor5-react": "^6.3.0",
"@headlessui/react": "^1.7.17",
"@lexical/react": "^0.14.5",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.5.2",
"bcrypt": "^5.1.1",
"date-fns": "^3.6.0",
"eslint-plugin-react-hooks": "^4.6.0",
"flowbite-react": "^0.7.2",
"html-react-parser": "^5.1.10",
"next": "^14.1.0",
"next-auth": "^4.24.3",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.10",
"react-icons": "^4.12.0",
"react-quill": "^2.0.0",
"react-toastify": "^9.1.3",
"usehooks-ts": "^2.9.1",
"zod": "^3.22.4",
"zod-validation-error": "^3.0.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/node": "^20.8.9",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10",
"daisyui": "^4.4.23",
"eslint": "^8",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"prettier": "^3.2.4",
"prisma": "^5.5.2",
"tailwindcss": "^3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}