forked from 1943time/bluestone-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
{
"name": "personal",
"version": "0.3.1",
"private": true,
"scripts": {
"dev": "node scripts/startDetection.js && next dev",
"build": "next build && node scripts/build.js",
"release": "prisma db push && npm run build",
"start": "next start -p 3002",
"lint": "next lint"
},
"bluestone": {
"secret": "BLUESTONE",
"home-site": "",
"favicon": "/favicon.png"
},
"dependencies": {
"@ant-design/icons": "^5.3.3",
"@prisma/client": "^5.5.2",
"compare-versions": "^6.1.0",
"diacritics": "^1.3.0",
"katex": "^0.16.9",
"mermaid": "^10.6.1",
"mime-types": "^2.1.35",
"nanoid": "^5.0.3",
"next": "14.1.3",
"react": "^18",
"react-dom": "^18",
"react-use": "^17.4.0",
"shiki": "^1.2.0",
"upath": "^2.0.1"
},
"devDependencies": {
"@types/diacritics": "^1.3.3",
"@types/katex": "^0.16.6",
"@types/mime-types": "^2.1.4",
"@types/node": "^20",
"@types/react": "18.2.66",
"@types/react-dom": "^18.2.22",
"adm-zip": "^0.5.10",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"prisma": "^5.5.2",
"sass": "^1.69.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}