mirror of
https://github.com/yude-jp/yude.jp
synced 2024-11-16 18:42:39 +09:00
35 lines
799 B
JSON
35 lines
799 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",
|
|
"export": "next export"
|
|
},
|
|
"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",
|
|
"autoprefixer": "^10.2.4",
|
|
"next": "^10.0.6",
|
|
"next-translate": "^1.0.2",
|
|
"popper.js": "^1.16.1",
|
|
"postcss": "^8.2.4",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"tailwindcss": "^2.0.2"
|
|
}
|
|
}
|