-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
41 lines (41 loc) · 1014 Bytes
/
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
{
"name": "rtheme-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node script/check.js && next dev",
"build": "node script/check.js && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "5.16.2",
"@shikijs/markdown-it": "^1.22.2",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"argon2": "^0.31.2",
"instant.page": "^5.2.0",
"js-base64": "^3.7.7",
"jsonwebtoken": "^9.0.2",
"markdown-it": "^14.1.0",
"next": "14.2.5",
"next-mdx-remote": "^5.0.0",
"pjax": "^0.2.8",
"qs": "^6.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ref-napi": "^3.0.3",
"remixicon": "^4.5.0",
"rlog-js": "^1.4.0",
"rss": "^1.2.2",
"sharp": "^0.33.5",
"vditor": "^3.10.7",
"virgule-js": "^2.1.0"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-next": "14.2.5",
"prisma": "^5.21.1",
"shiki": "^1.22.2"
}
}