-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 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
{
"name": "fuma-nama",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "dotenv -e .env.local -- prisma db push",
"migrate:dev": "dotenv -e .env.local -- prisma migrate dev",
"migrate:deploy": "dotenv -e .env.production -- prisma migrate deploy"
},
"dependencies": {
"@auth/prisma-adapter": "^2.8.0",
"@fuma-comment/next": "^1.0.0",
"@fuma-comment/react": "^1.0.0",
"@fuma-comment/server": "^1.0.0",
"@fuma-content/next": "^0.0.2",
"@prisma/client": "^6.4.1",
"@radix-ui/react-scroll-area": "^1.2.3",
"@shikijs/rehype": "^1.11.1",
"class-variance-authority": "^0.7.1",
"feed": "^4.2.2",
"fuma-content": "^0.0.2",
"next": "15.2.1",
"next-auth": "5.0.0-beta.25",
"phenomenon": "^1.6.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-lite-youtube-embed": "^2.4.0",
"react-spotify-embed": "^2.0.4",
"remark-gfm": "^4.0.1",
"remark-heading-id": "^1.0.1",
"shiki": "^1.11.1",
"tailwind-merge": "^3.0.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.12",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.13.10",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"dotenv-cli": "^8.0.0",
"postcss": "^8.5.3",
"prisma": "^6.4.1",
"tailwindcss": "^4.0.12",
"typescript": "^5.8.2"
}
}