-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 953 Bytes
/
package.json
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
39
{
"name": "stanza_docs",
"version": "0.0.1",
"description": "Stanza documentation",
"scripts": {
"dev": "next dev -p 3007",
"build": "next build",
"start": "next start -p 3007",
"spellcheck": "npx cspell lint",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StanzaSystems/stanza-docs.git"
},
"author": "Stanz",
"license": "MIT",
"bugs": {
"url": "https://github.com/StanzaSystems/stanza-docs/issues"
},
"homepage": "https://github.com/StanzaSystems/stanza-docs/issues#readme",
"dependencies": {
"@next/third-parties": "^14.1.0",
"next": "^13.4.7",
"nextra": "latest",
"nextra-theme-docs": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"engines": {
"node": ">=16.* <19",
"npm": "please-use-pnpm",
"pnpm": ">=7.27.0"
},
"devDependencies": {
"@types/node": "18.11.10",
"typescript": "^4.9.5"
}
}