-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 1.05 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
{
"private": true,
"scripts": {
"dev": "next -p 50002",
"build": "next build",
"start": "next start -p 50002"
},
"dependencies": {
"@monaco-editor/react": "^3.4.1",
"@zombie110year/markdown-it-katex": "^2.1.0",
"html-react-parser": "^1.2.4",
"markdown-it": "^12.0.2",
"markdown-it-deflist": "^2.1.0",
"markdown-it-footnote": "^3.0.2",
"markdown-it-highlightjs": "^3.3.1",
"markdown-it-named-headers": "^0.0.4",
"md-it-mermaid": "^1.0.0",
"next": "^10.0.2",
"qiniu-js": "^3.1.2",
"react": "^17.0.1",
"react-amap": "^1.2.8",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"moment": "^2.29.1",
"axios": "^0.21.0"
},
"devDependencies": {
"@types/node": "^14.14.9",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react-dom": "^17.0.1",
"react-router": "^5.2.0",
"sass": "^1.29.0",
"typescript": "^4.1.2"
}
}