-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 729 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 729 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
{
"name": "docs.waifu.it",
"version": "3.2.9",
"description": "The new and improved documentation for Waifu.it",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WaifuAPI/Documentation.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/WaifuAPI/Documentation/issues"
},
"homepage": "https://github.com/WaifuAPI/Documentation/#readme",
"dependencies": {
"next": "^13.4.12",
"nextra": "2.0.1",
"nextra-theme-docs": "2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "18.11.10",
"typescript": "^4.9.5"
}
}