docs/package.json

31 lines
656 B
JSON
Raw Normal View History

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": {
"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"
}
}