-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 803 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 803 Bytes
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
{
"name": "copperkoi-blog",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bcryptjs": "latest",
"cookie": "latest",
"dompurify": "^3.3.2",
"echarts": "^6.0.0",
"highlight.js": "latest",
"jsdom": "latest",
"jsonwebtoken": "latest",
"katex": "^0.16.28",
"marked": "latest",
"next": "^16.1.7",
"pg": "latest",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"undici": "^7.24.0"
},
"devDependencies": {
"@types/jsonwebtoken": "latest",
"@types/node": "latest",
"@types/pg": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"typescript": "latest"
}
}