yude.jp/package.json

46 lines
1.2 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": {
"dev": "next -p 30501",
"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",
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",
2021-02-07 11:28:57 +09:00
"next-themes": "^0.0.10",
2021-02-06 14:30:05 +09:00
"next-translate": "^1.0.2",
"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",
2021-02-07 17:40:43 +09:00
"tailwindcss": "^2.0.2",
"tailwindcss-filters": "^3.0.0"
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
}
}