-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.78 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
{
"name": "yunomina-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start:docker": "prisma migrate deploy && next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.699.0",
"@carbon/icons-react": "^11.52.0",
"@lexical/code": "^0.20.0",
"@lexical/link": "^0.20.0",
"@lexical/list": "^0.20.0",
"@lexical/markdown": "^0.20.0",
"@lexical/react": "^0.20.0",
"@lexical/rich-text": "^0.20.0",
"@lexical/selection": "^0.20.0",
"@lexical/utils": "^0.20.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.3",
"@prisma/client": "^6.0.1",
"bcrypt": "^5.1.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"jose": "^5.9.6",
"js-sha1": "^0.7.0",
"lexical": "^0.20.0",
"lodash-es": "^4.17.21",
"next": "^15.0.3",
"next-mdx-remote": "^5.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-easy-crop": "^5.1.0",
"react-hook-form": "^7.53.2",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"reflect-metadata": "^0.2.2",
"rehype-pretty-code": "^0.14.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.0",
"shiki": "^1.24.0",
"verbum": "^0.6.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/bcrypt": "^5.0.2",
"@types/lodash-es": "^4.17.12",
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"daisyui": "^4.12.14",
"eslint": "^8",
"eslint-config-next": "^15.0.3",
"postcss": "^8",
"prisma": "^6.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}