Files
daedalOS/package.json
Dustin Brett 0877e6f120 Upgrade husky
2024-06-04 22:06:59 -07:00

150 lines
5.0 KiB
JSON

{
"name": "daedalos",
"version": "2.0.0",
"description": "Desktop environment in the browser",
"author": {
"name": "Dustin Brett",
"email": "dustinbrett@gmail.com",
"url": "https://dustinbrett.com"
},
"license": "MIT",
"browserslist": [
"defaults and supports es6 and not ie 11 and >1%"
],
"scripts": {
"build": "yarn build:prebuild && next build",
"build:bundle-analyzer": "yarn build",
"build:fs": "node scripts/fs2json.js --exclude .index --out public/.index/fs.9p.json ./public",
"build:minify": "node scripts/minifyHtml.js && node scripts/minifyJs.js",
"build:prebuild": "node scripts/robots.js && node scripts/rssBuilder.js && node scripts/searchIndex.js && node scripts/preloadIcons.js && node scripts/cacheShortcuts.js && yarn build:fs",
"docker:build": "docker build -t daedalos .",
"docker:run": "docker run -dp 3000:3000 --rm --name daedalos daedalos",
"dev": "next dev",
"dev:ssl": "next dev --experimental-https",
"e2e": "playwright test",
"e2e:ui": "playwright test --ui",
"eslint": "eslint .",
"export": "next export",
"prepare": "husky",
"prettier": "prettier --write .",
"serve": "serve out",
"stylelint": "stylelint --formatter=verbose **/*.ts*",
"test": "jest",
"unused-exports": "ts-prune --project tsconfig.json --ignore \"\\pages|\\e2e\" --error"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
"*.{ts,tsx}": "stylelint --fix",
"*.{js,ts,tsx}": "eslint --fix"
},
"dependencies": {
"@monaco-editor/loader": "^1.4.0",
"@panzoom/panzoom": "^4.5.1",
"@prettier/plugin-xml": "^3.4.1",
"@wasmer/wasm-transformer": "^0.12.0",
"ani-cursor": "^0.0.5",
"browserfs": "https://github.com/jvilk/BrowserFS.git#a96aa2d",
"butterchurn-presets": "^3.0.0-beta.4",
"decode-ico": "^0.4.1",
"dompurify": "^3.1.5",
"exif-js": "^2.3.0",
"fflate": "^0.8.2",
"file-type": "^19.0.0",
"fix-webm-duration": "^1.0.5",
"framer-motion": "^11.2.10",
"gif.js": "^0.2.0",
"idb": "^8.0.0",
"ini": "^4.1.3",
"isomorphic-git": "^1.25.10",
"libheif-js": "^1.17.1",
"mediainfo.js": "^0.3.1",
"minimist": "^1.2.8",
"multiformats": "^13.1.1",
"music-metadata-browser": "^2.5.10",
"next": "^14.2.3",
"nostr-tools": "^1.17.0",
"opentype.js": "^1.3.4",
"playlist-parser": "^0.0.12",
"prettier": "^3.3.0",
"print-js": "^1.6.0",
"quickjs-emscripten": "^0.29.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-rnd": "^10.4.11",
"resedit": "^2.0.2",
"rtf.js": "^3.0.9",
"styled-components": "^6.1.11",
"utif": "https://github.com/photopea/UTIF.js",
"wasi-js": "^1.7.3"
},
"devDependencies": {
"7z-wasm": "^1.1.0",
"@axe-core/playwright": "^4.9.1",
"@next/bundle-analyzer": "^14.2.3",
"@next/eslint-plugin-next": "^14.2.3",
"@playwright/test": "^1.44.1",
"@types/dompurify": "^3.0.5",
"@types/gif.js": "^0.2.5",
"@types/ini": "^4.1.0",
"@types/jest": "^29.5.12",
"@types/lunr": "^2.3.7",
"@types/minimist": "^1.2.5",
"@types/node": "^20.14.1",
"@types/offscreencanvas": "^2019.7.3",
"@types/opentype.js": "^1.3.8",
"@types/react": "^18.3.3",
"@types/ua-parser-js": "^0.7.39",
"@types/video.js": "^7.3.58",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"emulators": "^8.1.2",
"emulators-ui": "^0.73.9",
"eruda": "^3.0.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-relative-import-paths": "^1.5.4",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks-addons": "^0.3.1",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-sonarjs": "^1.0.3",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-unused-imports": "^4.0.0",
"html-minifier-terser": "^7.2.0",
"html-to-image": "^1.11.11",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.5",
"lunr": "^2.3.9",
"monaco-editor": "^0.49.0",
"pdfjs-dist": "^4.3.136",
"playwright-core": "^1.44.1",
"postcss": "^8.4.38",
"postcss-styled-syntax": "^0.6.4",
"postcss-syntax": "^0.36.2",
"serve": "^14.2.3",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"terser": "^5.31.0",
"tinymce": "^6.8.3",
"ts-prune": "^0.10.3",
"typescript": "^5.4.5",
"webamp": "^1.5.0",
"xlsx": "^0.18.5",
"xterm": "^5.3.0"
}
}