2024-02-20 09:11:25 +08:00
|
|
|
{
|
|
|
|
"name": "dailycheckin-docs",
|
|
|
|
"version": "2024-01-14",
|
|
|
|
"description": "DailyCheckIn docs",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"export": "next build && touch out/.nojekyll",
|
|
|
|
"deploy": "gh-pages -d out -t true"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Sitoi/dailycheckin.git"
|
|
|
|
},
|
|
|
|
"author": "Sitoi",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Sitoi/dailycheckin/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Sitoi/dailycheckin#readme",
|
|
|
|
"dependencies": {
|
2024-02-22 09:34:53 +08:00
|
|
|
"next": "14.1.0",
|
2024-02-20 09:11:25 +08:00
|
|
|
"nextra": "latest",
|
|
|
|
"nextra-theme-docs": "latest",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-22 09:34:53 +08:00
|
|
|
"@types/node": "20.11.19",
|
|
|
|
"typescript": "^5.3.3",
|
2024-02-20 09:11:25 +08:00
|
|
|
"gh-pages": "^6.1.1"
|
|
|
|
}
|
|
|
|
}
|