mirror of
https://github.com/lune-org/docs.git
synced 2024-12-12 04:50:36 +00:00
30 lines
656 B
JSON
30 lines
656 B
JSON
{
|
|
"name": "lune-docs",
|
|
"version": "0.0.1",
|
|
"description": "Documentation site for Lune",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build && next export"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lune-org/docs.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lune-orc/docs/issues"
|
|
},
|
|
"homepage": "https://github.com/lune-orc/docs#readme",
|
|
"dependencies": {
|
|
"next": "^13.4.12",
|
|
"nextra": "^2.10.0",
|
|
"nextra-theme-docs": "^2.10.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.10",
|
|
"eslint": "^8.45.0",
|
|
"next": "^13.4.12",
|
|
"typescript": "4.9.5"
|
|
}
|
|
}
|