Files
TheGame/package.json
Luxumbra dff88562f2 @luxumbra/return of search (#199)
* Add house of NFTs to sidebar and use MD instead of MDX

* Re-instating the search.

* A few little style tweaks to the search input

* style docsearch

* Moar MG-fied.

* Adding serve to serve the build locally
* Small tweak to the styles of the search. Have yet to fully MG-ify the results.

* better mobile styles for the search input

* tidy up

* missed these blurs.

* Larger search icon, mainly for mobile.

* tweak to the sizing

* Add house of NFTs to sidebar and use MD instead of MDX

* fix the overflow issue on mobile.

* moved the overflow rule to the body to avoid issues

* workaround for the search issue @pakokrew mentioned on mobile

Co-authored-by: Hammad Jutt <jutt@ualberta.ca>
2021-02-20 09:18:27 +04:00

43 lines
1.0 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-alpha.64",
"@docusaurus/preset-classic": "^2.0.0-alpha.64",
"@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-tooltip": "^4.2.10",
"simple-oauth2": "^2.5.2"
},
"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"
}
}