-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.26 KB
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
{
"name": "gmonad.cc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/v5-patch-for-react-19": "1.0.3",
"@next/third-parties": "^16.0.8",
"@types/katex": "^0.16.7",
"antd": "^5.25.4",
"cloudinary": "^2.6.1",
"dayjs": "^1.11.13",
"dompurify": "^3.2.6",
"gray-matter": "^4.0.3",
"jotai": "^2.15.0",
"katex": "^0.16.25",
"lodash": "^4.17.21",
"lucide-react": "^0.513.0",
"maplibre-gl": "^5.9.0",
"marked": "^16.0.0",
"next": "^16.0.7",
"next-auth": "^4.24.11",
"react": "^19.2.1",
"react-countup": "^6.5.3",
"react-dom": "^19.2.1",
"react-icons": "^5.5.0",
"react-katex": "^3.1.0",
"react-quill-new": "^3.4.6",
"sanitize-html": "^2.17.0",
"vditor": "^3.11.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/global-agent": "^3.0.0",
"@types/lodash": "^4.17.20",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sanitize-html": "^2.16.0",
"eslint": "^9",
"eslint-config-next": "15.3.3",
"global-agent": "^3.0.0",
"prettier": "^3.5.3",
"typescript": "^5"
}
}