diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 42 |
1 files changed, 24 insertions, 18 deletions
diff --git a/package.json b/package.json index 0803972..80f47d6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build && next export", + "build": "next build", + "export": "next export", "start": "next start", "prettier": "prettier -w .", "lint": "tsc --noEmit && next lint && eslint \"./**/*.{ts,tsx,js}\" \"./**/.*.{ts,tsx,js}\" --fix" @@ -15,11 +16,6 @@ "@emotion/react": "^11", "@emotion/styled": "^11", "@lilib/hooks": "^0.1.1", - "@orgajs/loader": "^2.4.9", - "@orgajs/next": "^2.4.9", - "@orgajs/react": "^2.4.9", - "@orgajs/reorg": "^2.4.9", - "@orgajs/reorg-rehype": "^2.4.9", "@react-hook/window-size": "^3.0.7", "@types/color": "^3.0.2", "chakra-ui-autocomplete": "^1.4.2", @@ -28,26 +24,36 @@ "date-fns-tz": "^1.1.6", "es6-tween": "^5.5.11", "framer-motion": "^4", - "next": "11.0.1", - "next-pwa": "^5.2.24", - "orgast-util-to-string": "^0.3.0", - "orgast-util-visit-ids": "^0.3.0", + "next": "^11.1.0", + "orgast-util-to-string": "^0.3.1", + "orgast-util-visit-ids": "^0.3.1", + "path": "^0.12.7", + "re-resizable": "^6.9.1", "react": "17.0.2", "react-custom-scrollbars-2": "^4.4.0", "react-dom": "17.0.2", "react-force-graph": "^1.41.7", + "react-icons": "^4.3.1", + "react-resizable": "^3.0.4", "react-spring": "^9.2.4", "reconnecting-websocket": "^4.4.0", - "rehype-stringify": "^9.0.1", + "rehype": "^11.0.0", + "rehype-highlight": "^4.1.0", + "rehype-katex": "^5.0.0", + "rehype-react": "^6.2.1", "three-spritetext": "^1.6.2", - "unified": "^10.1.0", - "unified-stream": "^2.0.0", - "uniorg": "^0.3.0", - "uniorg-extract-keywords": "^0.3.0", - "uniorg-parse": "^0.3.0", - "uniorg-rehype": "^0.3.0", - "uniorg-slug": "^0.3.0", + "through": "^2.3.8", + "to-vfile": "^6.1.0", + "unified": "^9.2.2", + "uniorg": "^0.4.0", + "uniorg-attach": "^0.4.2", + "uniorg-extract-keywords": "^0.4.0", + "uniorg-parse": "^0.4.0", + "uniorg-rehype": "^0.4.0", + "uniorg-slug": "^0.4.0", "use-constant": "^1.1.0", + "use-undo": "^1.0.5", + "vfile": "^4.2.1", "word-wrap": "^1.2.3" }, "devDependencies": { |