1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

25 lines
550 B
JSON
Raw Normal View History

2020-02-08 00:58:32 -07:00
{
2021-05-30 12:03:18 -07:00
"name": "hyperglass-docs",
"version": "2.0.0",
"description": "hyperglass documentation",
2020-02-08 00:58:32 -07:00
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"typecheck": "tsc --noEmit"
2020-02-08 00:58:32 -07:00
},
"author": "thatmattlove <matt@hyperglass.dev>",
"license": "BSD-3-Clause-Clear",
2020-02-08 00:58:32 -07:00
"dependencies": {
"next": "^13.0.6",
"nextra": "^2.0.1",
"nextra-theme-docs": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
2022-12-19 15:11:39 -05:00
},
"devDependencies": {
2022-12-19 15:33:56 -05:00
"@types/node": "^18.11.17",
"typescript": "^4.9.4"
2020-02-08 00:58:32 -07:00
}
}