2021-02-06 02:31:04 +09:00
|
|
|
{
|
|
|
|
"name": "yude.jp",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Front page of yude.jp",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2021-05-28 07:18:37 +09:00
|
|
|
"dev": "next",
|
2021-02-06 02:31:04 +09:00
|
|
|
"build": "next build",
|
2021-02-06 02:43:19 +09:00
|
|
|
"start": "next start",
|
|
|
|
"export": "next export"
|
2021-02-06 02:31:04 +09:00
|
|
|
},
|
|
|
|
"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": {
|
2021-05-23 16:53:55 +09:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.3",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
2021-02-08 16:05:58 +09:00
|
|
|
"@fortawesome/react-fontawesome": "^0.1.14",
|
2021-05-23 15:46:11 +09:00
|
|
|
"@tailwindcss/typography": "^0.4.0",
|
2021-05-23 16:53:55 +09:00
|
|
|
"autoprefixer": "^10.2.5",
|
2021-05-28 10:42:33 +09:00
|
|
|
"axios": "^0.21.1",
|
2021-08-13 12:19:37 +09:00
|
|
|
"next": "^11.1.0",
|
2021-08-14 10:00:29 +09:00
|
|
|
"next-seo": "^4.26.0",
|
2021-05-22 10:12:17 +09:00
|
|
|
"next-themes": "^0.0.14",
|
2021-05-23 16:53:55 +09:00
|
|
|
"next-translate": "^1.0.7",
|
2021-02-06 10:38:30 +09:00
|
|
|
"popper.js": "^1.16.1",
|
2021-05-23 16:53:55 +09:00
|
|
|
"postcss": "^8.3.0",
|
2021-05-28 07:35:40 +09:00
|
|
|
"querystring": "^0.2.1",
|
2021-05-23 16:01:17 +09:00
|
|
|
"raw-loader": "^4.0.2",
|
2021-08-14 09:50:06 +09:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2021-05-23 15:46:11 +09:00
|
|
|
"react-markdown": "^6.0.2",
|
2021-03-08 13:37:56 +09:00
|
|
|
"react-switch": "^6.0.0",
|
2021-05-23 15:46:11 +09:00
|
|
|
"remark-gfm": "^1.0.0",
|
2021-05-28 10:42:33 +09:00
|
|
|
"swr": "^0.5.6",
|
2021-06-11 18:47:33 +09:00
|
|
|
"tailwindcss": "^2.1.4",
|
2021-02-13 14:06:05 +09:00
|
|
|
"tailwindcss-filters": "^3.0.0",
|
2021-03-08 13:37:56 +09:00
|
|
|
"tailwindcss-responsive-embed": "^1.0.0",
|
2021-05-23 16:53:55 +09:00
|
|
|
"webpack": "^5.37.1"
|
2021-02-06 20:11:20 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-23 16:53:55 +09:00
|
|
|
"@types/node": "^15.6.0",
|
|
|
|
"@types/react": "^17.0.6",
|
2021-05-24 16:17:02 +09:00
|
|
|
"babel-plugin-inline-react-svg": "^2.0.1",
|
2021-05-23 16:53:55 +09:00
|
|
|
"typescript": "^4.2.4"
|
2021-02-06 02:31:04 +09:00
|
|
|
}
|
|
|
|
}
|