yude.jp/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

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-02-22 14:06:49 +09:00
"dev": "next -p 30221",
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": {
"@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",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.5",
"next": "^10.2.2",
"next-themes": "^0.0.14",
"next-translate": "^1.0.7",
"popper.js": "^1.16.1",
"postcss": "^8.3.0",
2021-05-23 16:01:17 +09:00
"raw-loader": "^4.0.2",
2021-02-06 02:31:04 +09:00
"react": "^17.0.1",
2021-02-06 09:36:00 +09:00
"react-dom": "^17.0.1",
"react-markdown": "^6.0.2",
"react-switch": "^6.0.0",
"remark-gfm": "^1.0.0",
"tailwindcss": "^2.1.2",
2021-02-13 14:06:05 +09:00
"tailwindcss-filters": "^3.0.0",
"tailwindcss-responsive-embed": "^1.0.0",
"webpack": "^5.37.1"
2021-02-06 20:11:20 +09:00
},
"devDependencies": {
"@types/node": "^15.6.0",
"@types/react": "^17.0.6",
"typescript": "^4.2.4"
2021-02-06 02:31:04 +09:00
}
}