|
14 | 14 | "@editorjs/quote": "^2.7.6", |
15 | 15 | "browser-fs-access": "^0.38.0", |
16 | 16 | "browser-unhandled-rejection": "^1.0.2", |
17 | | - "echarts-jsx": "^1.2.1", |
| 17 | + "echarts-jsx": "^1.3.1", |
18 | 18 | "editorjs-html": "^4.0.5", |
19 | 19 | "idea-react": "^2.0.0-rc.13", |
20 | 20 | "koajax": "^3.1.2", |
|
26 | 26 | "mobx-react": "^9.2.1", |
27 | 27 | "mobx-restful": "^2.1.4", |
28 | 28 | "mobx-restful-table": "^2.5.5", |
29 | | - "react": "^19.2.0", |
| 29 | + "preact": "^10.27.2", |
| 30 | + "react": "npm:@preact/compat", |
30 | 31 | "react-bootstrap": "^2.10.10", |
31 | 32 | "react-bootstrap-editor": "^2.1.1", |
32 | | - "react-dom": "^19.2.0", |
| 33 | + "react-dom": "npm:@preact/compat", |
33 | 34 | "react-editor-js": "^2.1.0", |
34 | 35 | "react-router-class-tools": "^0.2.1", |
35 | 36 | "react-router-dom": "^7.9.6", |
36 | 37 | "web-utility": "^4.6.4" |
37 | 38 | }, |
38 | 39 | "devDependencies": { |
39 | 40 | "@babel/runtime": "^7.28.4", |
40 | | - "@cspell/eslint-plugin": "^9.3.1", |
41 | | - "@eslint/compat": "^1.4.1", |
| 41 | + "@cspell/eslint-plugin": "^9.3.2", |
42 | 42 | "@eslint/js": "^9.39.1", |
43 | 43 | "@parcel/config-default": "~2.16.1", |
44 | 44 | "@parcel/packager-raw-url": "~2.16.1", |
|
47 | 47 | "@parcel/transformer-webmanifest": "~2.16.1", |
48 | 48 | "@softonus/prettier-plugin-duplicate-remover": "^1.1.2", |
49 | 49 | "@types/eslint-config-prettier": "^6.11.3", |
50 | | - "@types/lodash": "^4.17.20", |
| 50 | + "@types/lodash": "^4.17.21", |
51 | 51 | "@types/node": "^22.19.1", |
52 | | - "@types/react": "^19.2.4", |
| 52 | + "@types/react": "^19.2.6", |
53 | 53 | "@types/react-dom": "^19.2.3", |
54 | | - "@typescript-eslint/eslint-plugin": "^8.46.4", |
55 | | - "@typescript-eslint/parser": "^8.46.4", |
| 54 | + "@typescript-eslint/eslint-plugin": "^8.47.0", |
| 55 | + "@typescript-eslint/parser": "^8.47.0", |
56 | 56 | "buffer": "^6.0.3", |
57 | 57 | "eslint": "^9.39.1", |
58 | 58 | "eslint-config-prettier": "^10.1.8", |
|
62 | 62 | "globals": "^16.5.0", |
63 | 63 | "husky": "^9.1.7", |
64 | 64 | "jiti": "^2.6.1", |
65 | | - "lint-staged": "^16.2.6", |
| 65 | + "lint-staged": "^16.2.7", |
66 | 66 | "parcel": "~2.16.1", |
67 | 67 | "parcel-transformer-mdx": "^0.4.2", |
68 | 68 | "postcss": "^8.5.6", |
|
71 | 71 | "prismjs": "^1.30.0", |
72 | 72 | "process": "^0.11.10", |
73 | 73 | "typescript": "~5.9.3", |
74 | | - "typescript-eslint": "^8.46.4", |
75 | | - "workbox-cli": "^7.3.0" |
| 74 | + "typescript-eslint": "^8.47.0", |
| 75 | + "workbox-cli": "^7.4.0" |
76 | 76 | }, |
77 | 77 | "pnpm": { |
78 | 78 | "onlyBuiltDependencies": [ |
|
82 | 82 | "msgpackr-extract" |
83 | 83 | ] |
84 | 84 | }, |
| 85 | + "alias": { |
| 86 | + "react": "preact/compat", |
| 87 | + "react-dom": "preact/compat", |
| 88 | + "react/jsx-runtime": "preact/jsx-runtime" |
| 89 | + }, |
85 | 90 | "prettier": { |
86 | 91 | "singleQuote": true, |
87 | 92 | "trailingComma": "none", |
|
0 commit comments