-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 1.89 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
66
67
68
69
{
"name": "bso-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"migrate": "npx prisma migrate deploy",
"test": "jest",
"prisma": "prisma --schema ./prisma/schema.prisma"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.675.0",
"@material-tailwind/react": "^2.1.10",
"@prisma/client": "^5.21.0",
"@smithy/protocol-http": "^4.1.4",
"@tailwindcss/typography": "^0.5.14",
"@tinymce/tinymce-react": "^5.1.1",
"@types/highlight.js": "^10.1.0",
"@types/node-fetch": "^2.6.11",
"@types/quill": "^2.0.14",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/turndown": "^5.0.5",
"axios": "^1.7.5",
"bcryptjs": "^2.4.3",
"cookie": "^1.0.1",
"dotenv": "^16.4.5",
"highlight.js": "^11.10.0",
"jsonwebtoken": "^9.0.2",
"next": "^14.2.23",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"node-fetch": "^3.3.2",
"quill": "^2.0.2",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-quill": "^2.0.0",
"react-syntax-highlighter": "^15.6.1",
"slugify": "^1.6.6",
"turndown": "^7.2.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/bcryptjs": "^2.4.6",
"@types/cookie": "^0.6.0",
"@types/jest": "^29.5.13",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"prisma": "^5.21.0",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"proxy": "https://image.posyayee.shop"
}