-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.76 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
59
60
61
62
63
64
65
{
"name": "bluedit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npx prisma generate && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prisma-generate": "npx prisma generate",
"test": "jest"
},
"dependencies": {
"@auth/mongodb-adapter": "^2.0.6",
"@auth/prisma-adapter": "^1.0.8",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@plaiceholder/next": "^3.0.0",
"@prisma/client": "^5.6.0",
"@tailwindcss/typography": "^0.5.10",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"dompurify": "^3.0.6",
"flowbite": "^2.2.0",
"flowbite-react": "^0.7.0",
"framer-motion": "^10.16.5",
"mongodb": "^6.3.0",
"next": "14.0.3",
"next-auth": "^4.24.5",
"next-s3-upload": "^0.3.4",
"quill": "^1.3.7",
"react": "^18",
"react-dom": "^18",
"react-quill": "^2.0.0",
"sharp": "^0.33.0"
},
"devDependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@jest/globals": "^29.7.0",
"@tailwindcss/forms": "^0.5.7",
"@types/bcrypt": "^5.0.2",
"@types/jest": "^29.5.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-config-next": "14.0.3",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.5",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prisma": "^5.6.0",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.5",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2"
}
}