-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 863 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 863 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
{
"name": "umo-docs",
"version": "10.0.0",
"description": "Umo Team Documentation. Umo Team 文档",
"license": "SEE LICENSE IN https://creativecommons.org/licenses/by-nc-sa/4.0",
"type": "module",
"author": {
"name": "umodoc",
"email": "contact@umodoc.com",
"url": "https://www.umodoc.com"
},
"homepage": "https://dev.umodoc.com",
"repository": {
"type": "git",
"url": "https://github.com/umodoc/docs.git"
},
"bugs": {
"url": "https://github.com/umodoc/docs/issues",
"email": "contact@umodoc.com"
},
"scripts": {
"dev": "next -p 9002",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"next": "14.2.5",
"nextra": "3.3.1",
"nextra-theme-docs": "3.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.5.3"
}
}