|
7 | 7 | "author": "kenny wong <[email protected]>", |
8 | 8 | "license": "MIT", |
9 | 9 | "scripts": { |
10 | | - "build": "cross-env GENERATE_SOURCEMAP=false kkt build", |
| 10 | + "build": "kkt build", |
11 | 11 | "start": "kkt start", |
12 | 12 | "map": "source-map-explorer build/static/js/*.js --html build/website-result.html" |
13 | 13 | }, |
14 | 14 | "devDependencies": { |
15 | | - "@kkt/less-modules": "^7.2.0", |
16 | | - "@kkt/raw-modules": "^7.2.0", |
17 | | - "@kkt/scope-plugin-options": "^7.2.0", |
| 15 | + "@kkt/less-modules": "^7.5.4", |
| 16 | + "@kkt/raw-modules": "^7.5.4", |
| 17 | + "@kkt/scope-plugin-options": "^7.5.4", |
18 | 18 | "@types/katex": "^0.16.0", |
19 | 19 | "@types/react": "^18.2.0", |
20 | 20 | "@types/react-dom": "^18.2.0", |
21 | 21 | "cross-env": "^7.0.3", |
22 | | - "kkt": "^7.2.0", |
23 | | - "source-map-explorer": "~2.5.2" |
| 22 | + "kkt": "^7.5.4", |
| 23 | + "source-map-explorer": "~2.5.3" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | 26 | "@codemirror/lang-cpp": "^6.0.0", |
|
83 | 83 | "@uiw/react-back-to-top": "^1.1.2", |
84 | 84 | "@uiw/react-codemirror": "4.21.20", |
85 | 85 | "@uiw/react-github-corners": "~1.5.14", |
86 | | - "@uiw/react-markdown-preview": "^4.1.13", |
| 86 | + "@uiw/react-markdown-preview": "^5.0.2", |
87 | 87 | "@uiw/react-shields": "^2.0.1", |
88 | 88 | "@wcj/dark-mode": "~1.0.12", |
89 | 89 | "code-example": "^3.3.6", |
90 | 90 | "markdown-react-code-preview-loader": "^2.1.2", |
91 | 91 | "react": "~18.2.0", |
92 | | - "react-code-preview-layout": "^3.0.1", |
| 92 | + "react-code-preview-layout": "^3.1.4", |
93 | 93 | "react-codemirror-merge": "4.21.20", |
94 | 94 | "react-dom": "~18.2.0", |
95 | | - "react-router-dom": "^6.14.2", |
96 | | - "rehype-ignore": "^1.0.1", |
97 | | - "styled-components": "6.0.7" |
| 95 | + "react-router-dom": "^6.20.0", |
| 96 | + "rehype-ignore": "^2.0.1", |
| 97 | + "styled-components": "^6.1.1" |
98 | 98 | }, |
99 | 99 | "eslintConfig": { |
100 | 100 | "extends": [ |
|
0 commit comments