-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.43 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
{
"name": "simple-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"fast": "next dev --turbo",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"server": "node ./json-server/index.js"
},
"dependencies": {
"@nextui-org/react": "^2.4.2",
"@prisma/client": "^5.16.2",
"bcryptjs": "^2.4.3",
"clsx": "^2.1.1",
"framer-motion": "^11.3.2",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"hast-util-to-string": "^3.0.0",
"jose": "^5.6.3",
"next": "14.2.5",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"tailwind-merge": "^2.4.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.14.10",
"@types/mdx": "^2.0.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9.7.0",
"eslint-config-next": "14.2.5",
"eslint-plugin-ulbi-tv-plugin": "^0.0.10",
"postcss": "^8.4.39",
"prisma": "^5.16.2",
"sass": "^1.77.8",
"tailwindcss": "^3.4.5",
"typescript": "^5.5.3"
}
}