-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.53 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
{
"name": "gazelle-server-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"profile": "NODE_OPTIONS='--inspect' next dev",
"update": "pnpm i next@latest react@latest react-dom@latest eslint-config-next@latest",
"addStaffIllustrations": "npx ts-node-esm ./scripts/articleIllustrations/addStaff.ts",
"addTTS": "npx ts-node-esm ./scripts/articleTTS/readArticle.ts"
},
"dependencies": {
"commonmark": "^0.30.0",
"date-fns": "^2.30.0",
"drizzle-orm": "^0.23.13",
"mysql2": "^3.9.3",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"rehype-raw": "^6.1.1"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.328.0",
"@cloudflare/next-on-pages": "^0.10.1",
"@google-cloud/text-to-speech": "^4.2.2",
"@prisma/client": "^4.13.0",
"@types/commonmark": "^0.27.6",
"@types/fluent-ffmpeg": "^2.1.21",
"@types/lodash": "^4.14.194",
"@types/node": "18.15.5",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/unist": "^2.0.6",
"autoprefixer": "^10.4.14",
"drizzle-kit": "^0.17.6",
"eslint": "8.36.0",
"eslint-config-next": "14.1.4",
"fluent-ffmpeg": "^2.1.2",
"postcss": "^8.4.23",
"prisma": "^4.13.0",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"typescript": "5.0.2",
"vercel": "^28.20.0"
},
"engines": {
"node": "18.x"
},
"type": "module"
}