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",
|
2021-09-22 07:13:44 +09:00
|
|
|
"export": "next export",
|
|
|
|
"lint": "next lint"
|
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-09-22 07:51:08 +09:00
|
|
|
"@babel/core": "^7.15.5",
|
2021-09-22 07:46:38 +09:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.1.15",
|
2021-05-23 15:46:11 +09:00
|
|
|
"@tailwindcss/typography": "^0.4.0",
|
2021-09-22 07:46:38 +09:00
|
|
|
"autoprefixer": "^10.3.4",
|
|
|
|
"axios": "^0.21.4",
|
2021-10-02 12:24:49 +09:00
|
|
|
"date-fns": "^2.24.0",
|
2022-07-08 18:16:19 +09:00
|
|
|
"moment": "^2.29.4",
|
2022-02-18 06:07:17 +09:00
|
|
|
"next": "^12.1.0",
|
2021-12-11 18:07:22 +09:00
|
|
|
"next-export-i18n": "^1.2.1",
|
2021-09-22 07:46:38 +09:00
|
|
|
"next-seo": "^4.28.1",
|
|
|
|
"next-themes": "^0.0.15",
|
2021-12-11 18:07:22 +09:00
|
|
|
"next-translate": "^1.2.0",
|
2021-02-06 10:38:30 +09:00
|
|
|
"popper.js": "^1.16.1",
|
2021-09-22 07:46:38 +09:00
|
|
|
"postcss": "^8.3.6",
|
2021-09-22 07:51:08 +09:00
|
|
|
"prop-types": "^15.7.2",
|
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-09-22 07:46:38 +09:00
|
|
|
"react-markdown": "^7.0.1",
|
2021-09-06 10:31:55 +09:00
|
|
|
"react-moment": "^1.1.1",
|
2021-03-08 13:37:56 +09:00
|
|
|
"react-switch": "^6.0.0",
|
2021-09-22 07:46:38 +09:00
|
|
|
"remark-gfm": "^2.0.0",
|
|
|
|
"swr": "^1.0.1",
|
|
|
|
"tailwindcss": "^2.2.15",
|
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-09-22 07:46:38 +09:00
|
|
|
"webpack": "^5.53.0"
|
2021-02-06 20:11:20 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-22 07:46:38 +09:00
|
|
|
"@types/node": "^16.9.6",
|
|
|
|
"@types/react": "^17.0.24",
|
2021-05-24 16:17:02 +09:00
|
|
|
"babel-plugin-inline-react-svg": "^2.0.1",
|
2021-09-22 07:13:44 +09:00
|
|
|
"eslint": "7.32.0",
|
|
|
|
"eslint-config-next": "11.1.2",
|
2021-09-22 07:46:38 +09:00
|
|
|
"typescript": "^4.4.3"
|
2021-02-06 02:31:04 +09:00
|
|
|
}
|
|
|
|
}
|