yude.jp/package.json

53 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": {
2021-02-08 16:05:58 +09:00
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@tailwindcss/typography": "^0.4.0",
2021-02-06 02:31:04 +09:00
"@zeit/next-css": "^1.0.1",
2021-02-06 09:36:00 +09:00
"autoprefixer": "^10.2.4",
2021-02-06 02:31:04 +09:00
"next": "^10.0.6",
"next-themes": "^0.0.14",
2021-02-06 14:30:05 +09:00
"next-translate": "^1.0.2",
"nightwind": "^1.1.6",
"popper.js": "^1.16.1",
2021-02-06 09:36:00 +09:00
"postcss": "^8.2.4",
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",
2021-02-07 17:40:43 +09:00
"tailwindcss": "^2.0.2",
2021-02-13 14:06:05 +09:00
"tailwindcss-filters": "^3.0.0",
"tailwindcss-responsive-embed": "^1.0.0",
"use-dark-mode": "^2.3.1"
2021-02-06 20:11:20 +09:00
},
"devDependencies": {
"@types/node": "^14.14.25",
2021-02-07 11:28:57 +09:00
"@types/react": "^17.0.1",
"typescript": "^4.1.3"
2021-02-06 02:31:04 +09:00
}
}