wip custom reference page

This commit is contained in:
MapleLeaf
2022-01-14 01:01:28 -06:00
parent 05bda71ad6
commit 723d663d3c
9 changed files with 276 additions and 93 deletions

View File

@@ -3,7 +3,7 @@
"name": "website",
"scripts": {
"prepare": "remix setup node",
"dev": "concurrently 'typedoc --watch' 'pnpm tailwind -- --watch' 'remix dev'",
"dev": "NODE_OPTIONS=--enable-source-maps concurrently 'typedoc --watch' 'pnpm tailwind -- --watch' 'remix dev'",
"test": "node ./scripts/test.js",
"test-dev": "pnpm dev & wait-on http-get://localhost:3000 && cypress open",
"build": "typedoc && pnpm tailwind -- --minify && remix build",
@@ -27,7 +27,12 @@
"react-focus-on": "^3.5.4",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"remix": "^1.1.1"
"rehype-stringify": "^9.0.2",
"remark-parse": "^10.0.1",
"rehype-prism-plus": "^1.3.1",
"remark-rehype": "^10.1.0",
"remix": "^1.1.1",
"unified": "^10.1.1"
},
"devDependencies": {
"@remix-run/dev": "^1.1.1",
@@ -43,7 +48,6 @@
"cypress": "^9.2.1",
"execa": "^6.0.0",
"postcss": "^8.4.5",
"rehype-prism-plus": "^1.3.1",
"tailwindcss": "^3.0.13",
"typedoc": "^0.22.10",
"typescript": "^4.5.4",