mirror of
https://github.com/yude-jp/yude.jp
synced 2024-11-17 02:52:38 +09:00
29 lines
625 B
JSON
29 lines
625 B
JSON
|
{
|
||
|
"name": "yude.jp",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Front page of yude.jp",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"dev": "next -p 30501",
|
||
|
"build": "next build",
|
||
|
"start": "next start"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/yudemoe/yude.jp.git"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/yudemoe/yude.jp/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/yudemoe/yude.jp#readme",
|
||
|
"dependencies": {
|
||
|
"@zeit/next-css": "^1.0.1",
|
||
|
"next": "^10.0.6",
|
||
|
"react": "^17.0.1",
|
||
|
"react-dom": "^17.0.1"
|
||
|
}
|
||
|
}
|