1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
Files
checktheroads-hyperglass/docs/package.json
2024-03-02 00:29:06 -05:00

25 lines
552 B
JSON

{
"name": "hyperglass-docs",
"version": "2.0.0",
"description": "hyperglass documentation",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"author": "thatmattlove <matt@hyperglass.dev>",
"license": "BSD-3-Clause-Clear",
"dependencies": {
"next": "^14.1.1",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"typescript": "^5.3.3"
}
}