{
  "name": "tabvana",
  "private": true,
  "version": "0.2.002",
  "type": "module",
  "scripts": {
    "dev": "run-s clean && tsc && vite build --mode development --sourcemap --watch",
    "build": "run-s clean && tsc && vite build",
    "build:dev": "run-s clean && tsc && vite build --mode development --sourcemap",
    "build:pushdev": "run-s clean && tsc && vite build --sourcemap && rm -rf '/Users/lorax/Library/CloudStorage/GoogleDrive-david.soergel@gmail.com/Shared drives/Home <-> Work/tabvana/dist' && cp -a dist '/Users/lorax/Library/CloudStorage/GoogleDrive-david.soergel@gmail.com/Shared drives/Home <-> Work/tabvana'",
    "firefox-build": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node utils/scripts/mv3ToMv2Build.ts",
    "clean": "run-p 'clean:*'",
    "clean:dist": "rimraf dist",
    "clean:dist_firefox": "rimraf dist_firefox",
    "ci:test": "run-s 'ci:test:*'",
    "ci:test:lint": "run-s lint",
    "ci:test:unit": "run-s \" test --ci --reporters=\"default\" --reporters=\"github-actions\" \"",
    "ci:test:types": "run-s test:types",
    "format": "run-p 'format:*'",
    "format:eslint": "run-s \" lint:eslint --fix \"",
    "format:prettier": "run-s \" lint:prettier --write \"",
    "format:stylelint": "run-s \" lint:stylelint --fix \"",
    "lint": "run-p 'lint:*'",
    "lint:eslint": "ESLINT_USE_FLAT_CONFIG=false eslint . --max-warnings 0 --ignore-path .gitignore",
    "lint:prettier": "prettier \"**/*.(md|json|yml)\" --ignore-path .gitignore --check",
    "lint:stylelint": "stylelint \"**/*.less\" --ignore-path .gitignore",
    "test": "jest",
    "test:types": "tsc --noEmit",
    "prepare": "simple-git-hooks"
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@fontsource/inter": "^5.1.1",
    "@fortawesome/fontawesome-svg-core": "^6.7.2",
    "@fortawesome/free-regular-svg-icons": "^6.7.2",
    "@fortawesome/free-solid-svg-icons": "^6.7.2",
    "@fortawesome/react-fontawesome": "^0.2.2",
    "@huggingface/transformers": "^3.8.1",
    "@mui/joy": "5.0.0-beta.51",
    "@reduxjs/toolkit": "2.5.0",
    "@types/lodash": "4.17.14",
    "date-fns": "^3.6.0",
    "dexie": "^4.0.10",
    "dexie-export-import": "^4.1.4",
    "dexie-react-hooks": "^1.1.7",
    "lodash": "4.17.21",
    "minisearch": "^7.2.0",
    "normalize-url": "^8.0.1",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "react-intersection-observer": "^9.14.1",
    "react-redux": "9.2.0",
    "react-split-pane": "^0.1.92",
    "redux": "^5.0.1",
    "redux-logger": "^3.0.6",
    "uuid": "^11.0.5",
    "webextension-polyfill": "0.12.0"
  },
  "devDependencies": {
    "@crxjs/vite-plugin": "1.0.14",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "6.6.3",
    "@testing-library/react": "^16.1.0",
    "@types/chrome": "^0.0.289",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "29.5.14",
    "@types/normalize-url": "^4.2.0",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "@types/redux-logger": "^3.0.13",
    "@types/webextension-polyfill": "0.12.1",
    "@types/wicg-file-system-access": "^2023.10.5",
    "@typescript-eslint/eslint-plugin": "7.18.0",
    "@typescript-eslint/parser": "7.18.0",
    "@vitejs/plugin-react": "4.3.4",
    "autoprefixer": "10.4.20",
    "eslint": "9.17.0",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-react": "^7.37.5",
    "fake-indexeddb": "^6.2.5",
    "jest": "29.7.0",
    "jest-chrome": "0.8.0",
    "jest-environment-jsdom": "29.7.0",
    "less": "^4.2.1",
    "npm-run-all": "4.1.5",
    "postcss": "8.4.49",
    "postcss-less": "^6.0.0",
    "prettier": "^3.7.4",
    "rimraf": "5.0.10",
    "stylelint": "^16.26.1",
    "stylelint-config-prettier": "^9.0.5",
    "stylelint-config-standard": "^39.0.1",
    "stylelint-config-standard-less": "^4.0.1",
    "ts-jest": "29.2.5",
    "typescript": "5.7.2",
    "typescript-eslint": "^7.18.0",
    "vite": "5.4.11",
    "vite-plugin-static-copy": "^3.2.0"
  },
  "overrides": {
    "jest-chrome": {
      "jest": "$jest"
    }
  },
  "packageManager": "yarn@4.3.1"
}
