-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 836 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 836 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
{
"name": "proceed-docs",
"description": "PROCEED project documentation website",
"version": "0.0.1",
"private": true,
"bugs": {
"url": "https://github.com/PROCEED-Labs/docs"
},
"dependencies": {
"next": "15.1.6",
"nextra": "4.2.5",
"nextra-theme-docs": "4.2.5",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"homepage": "https://docs.proceed-labs.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/PROCEED-Labs/docs.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"sharp": "0.33.5",
"typescript": "5.7.3"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}