mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 12:20:20 +01:00
This commit is contained in:
parent
d6aabd88fd
commit
9d229789f0
28
package.json
28
package.json
|
|
@ -60,18 +60,18 @@
|
||||||
"gif.js": "^0.2.0",
|
"gif.js": "^0.2.0",
|
||||||
"idb": "^8.0.3",
|
"idb": "^8.0.3",
|
||||||
"ini": "^5.0.0",
|
"ini": "^5.0.0",
|
||||||
"isomorphic-git": "^1.31.0",
|
"isomorphic-git": "^1.31.1",
|
||||||
"libheif-js": "^1.19.8",
|
"libheif-js": "^1.19.8",
|
||||||
"mediainfo.js": "0.3.5",
|
"mediainfo.js": "0.3.5",
|
||||||
"minimist": "^1.2.8",
|
"minimist": "^1.2.8",
|
||||||
"motion": "^12.18.1",
|
"motion": "^12.19.1",
|
||||||
"multiformats": "^13.3.7",
|
"multiformats": "^13.3.7",
|
||||||
"music-metadata-browser": "^2.5.11",
|
"music-metadata-browser": "^2.5.11",
|
||||||
"next": "^15.3.4",
|
"next": "^15.3.4",
|
||||||
"nostr-tools": "^1.17.0",
|
"nostr-tools": "^1.17.0",
|
||||||
"opentype.js": "^1.3.4",
|
"opentype.js": "^1.3.4",
|
||||||
"playlist-parser": "^0.0.12",
|
"playlist-parser": "^0.0.12",
|
||||||
"prettier": "^3.5.3",
|
"prettier": "^3.6.1",
|
||||||
"print-js": "^1.6.0",
|
"print-js": "^1.6.0",
|
||||||
"quickjs-emscripten": "^0.31.0",
|
"quickjs-emscripten": "^0.31.0",
|
||||||
"react": "^19.1.0",
|
"react": "^19.1.0",
|
||||||
|
|
@ -84,7 +84,7 @@
|
||||||
"wasi-js": "^1.7.3"
|
"wasi-js": "^1.7.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"7z-wasm": "^1.1.0",
|
"7z-wasm": "^1.2.0",
|
||||||
"@axe-core/playwright": "^4.10.2",
|
"@axe-core/playwright": "^4.10.2",
|
||||||
"@next/bundle-analyzer": "^15.3.4",
|
"@next/bundle-analyzer": "^15.3.4",
|
||||||
"@next/eslint-plugin-next": "^15.3.4",
|
"@next/eslint-plugin-next": "^15.3.4",
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
"@types/jest": "^30.0.0",
|
"@types/jest": "^30.0.0",
|
||||||
"@types/lunr": "^2.3.7",
|
"@types/lunr": "^2.3.7",
|
||||||
"@types/minimist": "^1.2.5",
|
"@types/minimist": "^1.2.5",
|
||||||
"@types/node": "^24.0.3",
|
"@types/node": "^24.0.4",
|
||||||
"@types/offscreencanvas": "^2019.7.3",
|
"@types/offscreencanvas": "^2019.7.3",
|
||||||
"@types/opentype.js": "^1.3.8",
|
"@types/opentype.js": "^1.3.8",
|
||||||
"@types/react": "^19.1.8",
|
"@types/react": "^19.1.8",
|
||||||
|
|
@ -105,8 +105,8 @@
|
||||||
"@types/ua-parser-js": "^0.7.39",
|
"@types/ua-parser-js": "^0.7.39",
|
||||||
"@types/video.js": "^7.3.58",
|
"@types/video.js": "^7.3.58",
|
||||||
"@types/wicg-file-system-access": "^2023.10.6",
|
"@types/wicg-file-system-access": "^2023.10.6",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.34.1",
|
"@typescript-eslint/eslint-plugin": "^8.35.0",
|
||||||
"@typescript-eslint/parser": "^8.34.1",
|
"@typescript-eslint/parser": "^8.35.0",
|
||||||
"emulators": "^8.3.9",
|
"emulators": "^8.3.9",
|
||||||
"emulators-ui": "^0.73.9",
|
"emulators-ui": "^0.73.9",
|
||||||
"eruda": "^3.4.3",
|
"eruda": "^3.4.3",
|
||||||
|
|
@ -115,8 +115,8 @@
|
||||||
"eslint-config-next": "^15.3.4",
|
"eslint-config-next": "^15.3.4",
|
||||||
"eslint-config-prettier": "^10.1.5",
|
"eslint-config-prettier": "^10.1.5",
|
||||||
"eslint-plugin-deprecation": "^3.0.0",
|
"eslint-plugin-deprecation": "^3.0.0",
|
||||||
"eslint-plugin-import": "^2.31.0",
|
"eslint-plugin-import": "^2.32.0",
|
||||||
"eslint-plugin-jest": "^28.14.0",
|
"eslint-plugin-jest": "^29.0.1",
|
||||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||||
"eslint-plugin-no-relative-import-paths": "^1.6.1",
|
"eslint-plugin-no-relative-import-paths": "^1.6.1",
|
||||||
"eslint-plugin-playwright": "^2.2.0",
|
"eslint-plugin-playwright": "^2.2.0",
|
||||||
|
|
@ -133,8 +133,8 @@
|
||||||
"html-minifier-terser": "^7.2.0",
|
"html-minifier-terser": "^7.2.0",
|
||||||
"html-to-image": "^1.11.13",
|
"html-to-image": "^1.11.13",
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
"jest": "^30.0.1",
|
"jest": "^30.0.3",
|
||||||
"jest-environment-jsdom": "^30.0.1",
|
"jest-environment-jsdom": "^30.0.2",
|
||||||
"lint-staged": "^16.1.2",
|
"lint-staged": "^16.1.2",
|
||||||
"lunr": "^2.3.9",
|
"lunr": "^2.3.9",
|
||||||
"monaco-editor": "^0.52.2",
|
"monaco-editor": "^0.52.2",
|
||||||
|
|
@ -144,14 +144,14 @@
|
||||||
"postcss-styled-syntax": "^0.7.1",
|
"postcss-styled-syntax": "^0.7.1",
|
||||||
"postcss-syntax": "^0.36.2",
|
"postcss-syntax": "^0.36.2",
|
||||||
"serve": "^14.2.4",
|
"serve": "^14.2.4",
|
||||||
"stylelint": "^16.20.0",
|
"stylelint": "^16.21.0",
|
||||||
"stylelint-config-standard": "^38.0.0",
|
"stylelint-config-standard": "^38.0.0",
|
||||||
"stylelint-order": "^7.0.0",
|
"stylelint-order": "^7.0.0",
|
||||||
"terser": "^5.43.0",
|
"terser": "^5.43.1",
|
||||||
"tinymce": "^7.9.1",
|
"tinymce": "^7.9.1",
|
||||||
"ts-prune": "^0.10.3",
|
"ts-prune": "^0.10.3",
|
||||||
"typescript": "^5.8.3",
|
"typescript": "^5.8.3",
|
||||||
"webamp": "^1.5.0",
|
"webamp": "^2.1.2",
|
||||||
"xlsx": "^0.18.5",
|
"xlsx": "^0.18.5",
|
||||||
"xterm": "^5.3.0"
|
"xterm": "^5.3.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user