-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 915 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 915 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": "ratrac-wiki",
"version": "0.0.1",
"description": "Wiki for Ratrac Ultimate Team",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bihorco36/ratrac-wiki.git"
},
"author": "Janiss Binder <g@shud.in>",
"bugs": {
"url": "https://github.com/bihorco36/ratrac-wiki/issues"
},
"homepage": "ratrac-wiki.vercel.app",
"dependencies": {
"@vercel/analytics": "^1.2.2",
"next": "^15.5.12",
"nextra": "^4.6.1",
"nextra-theme-docs": "^4.6.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "18.11.10",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"pagefind": "^1.3.0",
"typescript": "^5.0.0"
}
}