|
28 | 28 | "server:switch": "rimraf ./node_modules/better-sqlite3 && npm install",
|
29 | 29 | "electron:start": "cross-env NODE_OPTIONS=\"--import tsx\" TRILIUM_DATA_DIR=./data TRILIUM_SYNC_SERVER_HOST=http://tsyncserver:4000 TRILIUM_ENV=dev electron ./electron-main.ts --inspect=5858 .",
|
30 | 30 | "electron:start-no-dir": "cross-env NODE_OPTIONS=\"--import tsx\" TRILIUM_ENV=dev electron --inspect=5858 .",
|
31 |
| - "electron:start-nix": "electron-rebuild --version 33.3.1 && cross-env NODE_OPTIONS=\"--import tsx\" TRILIUM_DATA_DIR=./data TRILIUM_SYNC_SERVER_HOST=http://tsyncserver:4000 TRILIUM_ENV=dev nix-shell -p electron_33 --run \"electron ./electron-main.ts --inspect=5858 .\"", |
| 31 | + "electron:start-nix": "electron-rebuild --version 33.3.1 && cross-env NODE_OPTIONS=\"--import tsx\" TRILIUM_DATA_DIR=./data TRILIUM_SYNC_SERVER_HOST=http://tsyncserver:4000 TRILIUM_ENV=dev nix-shell -p electron_34 --run \"electron ./electron-main.ts --inspect=5858 .\"", |
32 | 32 | "electron:start-nix-no-dir": "electron-rebuild --version 33.3.1 && cross-env NODE_OPTIONS=\"--import tsx\" TRILIUM_ENV=dev nix-shell -p electron_33 --run \"electron ./electron-main.ts --inspect=5858 .\"",
|
33 | 33 | "electron:start-prod": "npm run build:prepare-dist && cross-env TRILIUM_DATA_DIR=./data TRILIUM_SYNC_SERVER_HOST=http://tsyncserver:4000 TRILIUM_ENV=dev electron ./dist/electron-main.js --inspect=5858 .",
|
34 | 34 | "electron:start-prod-no-dir": "npm run build:prepare-dist && cross-env TRILIUM_ENV=dev electron --inspect=5858 .",
|
|
70 | 70 | "@mermaid-js/layout-elk": "0.1.7",
|
71 | 71 | "@mind-elixir/node-menu": "1.0.4",
|
72 | 72 | "@triliumnext/express-partial-content": "1.0.1",
|
73 |
| - "@types/js-yaml": "4.0.9", |
74 |
| - "@types/leaflet": "1.9.16", |
75 |
| - "@types/react-dom": "18.3.5", |
76 |
| - "@types/swagger-ui-express": "4.1.8", |
77 | 73 | "archiver": "7.0.1",
|
78 | 74 | "async-mutex": "0.5.0",
|
79 | 75 | "autocomplete.js": "0.38.1",
|
|
188 | 184 | "@types/html": "1.0.4",
|
189 | 185 | "@types/ini": "4.1.1",
|
190 | 186 | "@types/jquery": "3.5.32",
|
| 187 | + "@types/js-yaml": "4.0.9", |
191 | 188 | "@types/jsdom": "21.1.7",
|
| 189 | + "@types/leaflet": "1.9.16", |
192 | 190 | "@types/leaflet-gpx": "1.3.7",
|
193 | 191 | "@types/mime-types": "2.1.4",
|
194 | 192 | "@types/multer": "1.4.12",
|
195 | 193 | "@types/node": "22.13.5",
|
196 | 194 | "@types/react": "18.3.18",
|
| 195 | + "@types/react-dom": "18.3.5", |
197 | 196 | "@types/safe-compare": "1.1.2",
|
198 | 197 | "@types/sanitize-html": "2.13.0",
|
199 | 198 | "@types/sax": "1.2.7",
|
200 | 199 | "@types/serve-favicon": "2.5.7",
|
201 | 200 | "@types/session-file-store": "1.2.5",
|
202 | 201 | "@types/source-map-support": "0.5.10",
|
203 | 202 | "@types/stream-throttle": "0.1.4",
|
| 203 | + "@types/swagger-ui-express": "4.1.8", |
204 | 204 | "@types/tmp": "0.2.6",
|
205 | 205 | "@types/turndown": "5.0.5",
|
206 | 206 | "@types/ws": "8.5.14",
|
|
218 | 218 | "mini-css-extract-plugin": "2.9.2",
|
219 | 219 | "nodemon": "3.1.9",
|
220 | 220 | "postcss-loader": "8.1.1",
|
221 |
| - "prettier": "3.5.1", |
| 221 | + "prettier": "3.5.2", |
222 | 222 | "rcedit": "4.0.1",
|
223 | 223 | "rimraf": "6.0.1",
|
224 | 224 | "sass": "1.85.0",
|
|
0 commit comments