mirror of
https://github.com/yude-jp/yude.jp
synced 2024-11-01 07:58:01 +09:00
cdcce3a39b
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "yude.jp",
|
|
"version": "1.0.0",
|
|
"description": "Front page of yude.jp",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "next export",
|
|
"lint": "next lint"
|
|
},
|
|
"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": {
|
|
"@babel/core": "^7.15.5",
|
|
"@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",
|
|
"@tailwindcss/typography": "^0.4.0",
|
|
"autoprefixer": "^10.3.4",
|
|
"axios": "^0.21.4",
|
|
"date-fns": "^2.24.0",
|
|
"moment": "^2.29.4",
|
|
"next": "^12.1.0",
|
|
"next-export-i18n": "^1.2.1",
|
|
"next-seo": "^4.28.1",
|
|
"next-themes": "^0.0.15",
|
|
"next-translate": "^1.2.0",
|
|
"popper.js": "^1.16.1",
|
|
"postcss": "^8.3.6",
|
|
"prop-types": "^15.7.2",
|
|
"querystring": "^0.2.1",
|
|
"raw-loader": "^4.0.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-markdown": "^7.0.1",
|
|
"react-moment": "^1.1.1",
|
|
"react-switch": "^6.0.0",
|
|
"remark-gfm": "^2.0.0",
|
|
"swr": "^1.0.1",
|
|
"tailwindcss": "^2.2.15",
|
|
"tailwindcss-filters": "^3.0.0",
|
|
"tailwindcss-responsive-embed": "^1.0.0",
|
|
"webpack": "^5.53.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.9.6",
|
|
"@types/react": "^17.0.24",
|
|
"babel-plugin-inline-react-svg": "^2.0.1",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-next": "11.1.2",
|
|
"typescript": "^4.4.3"
|
|
}
|
|
}
|