2023-07-22 13:25:44 +01:00
|
|
|
{
|
|
|
|
"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": {
|
2024-06-19 16:50:37 +01:00
|
|
|
"next": "^13.5.6",
|
|
|
|
"nextra": "^2.13.4",
|
|
|
|
"nextra-theme-docs": "^2.13.4",
|
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1"
|
2023-07-22 13:25:44 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "18.11.10",
|
2024-06-19 16:50:37 +01:00
|
|
|
"eslint": "^8.57.0",
|
2023-07-22 13:25:44 +01:00
|
|
|
"next": "^13.4.12",
|
|
|
|
"typescript": "4.9.5"
|
|
|
|
}
|
|
|
|
}
|