-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 925 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 925 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
36
37
38
{
"private": true,
"name": "colyseus-docs",
"version": "0.0.1",
"description": "Colyseus Documentation",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colyseus/docs.git"
},
"author": "Endel Dreyer",
"license": "MIT",
"bugs": {
"url": "https://github.com/colyseus/docs/issues"
},
"homepage": "https://github.com/colyseus/docs#readme",
"dependencies": {
"@primer/octicons-react": "19.13.0",
"next": "^13.0.6",
"nextjs-google-analytics": "^2.3.7",
"nextra": "^3.3.1",
"nextra-theme-docs": "^3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"supports-color": "^9.4.0"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/react": "19.0.1",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@10.10.0"
}