Files
TheGame/package.json
Luxumbra 49e6fdb44a Fixes #244 - 404 on /docs. (#311)
- Added the `slug` field in the frontmatter in `home.mdx` which sets it as the root page for the docs.
- Installed the redrects plugin for docusaurus as mentioned by @tommymaher15 which is set to redirect `/docs/home` to `/docs`
2021-10-19 22:07:08 -04:00

46 lines
1.1 KiB
JSON

{
"name": "metagame-wiki",
"version": "0.1.0",
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "serve build/",
"build:serve": "docusaurus build && serve build/"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.7",
"@docusaurus/plugin-client-redirects": "^2.0.0-beta.7",
"@docusaurus/preset-classic": "^2.0.0-beta.7",
"@vercel/node": "^1.9.0",
"classnames": "^2.2.6",
"docusaurus-lunr-search": "^2.1.7",
"docusaurus2-dotenv": "^1.4.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-ga": "^3.2.1",
"react-rnd": "^10.2.4",
"react-tooltip": "^4.2.10",
"simple-oauth2": "^2.5.2",
"styled-components": "^5.2.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"docusaurus-plugin-sass": "^0.1.11",
"serve": "^11.3.2",
"typescript": "^4.1.3"
}
}