{ "name": "extension", "version": "0.1.0", "private": true, "license": "GPL-3.0", "scripts": { "dev": "NODE_ENV=development yarn build apps -w", "build:app": "NODE_ENV=production yarn build apps", "build:gecko": "build-gecko ./dist -name test -o ./gecko.zip", "build": "./scripts/build.sh", "watch": "npm run dev", "codegen": "./scripts/build-gql.ts", "preinstall": "node ./scripts/build-shims.js", "typecheck": "tsc --noEmit --skipLibCheck" }, "resolutions": { "cross-fetch": "./shims/cross-fetch", "is-number": "./shims/is-number" }, "devDependencies": { "@aet/eslint-rules": "0.0.1-beta.23", "@aet/gql-tools": "0.0.1-beta.3", "@aet/hooks": "npm:@proteria/hooks@^0.0.2", "@aet/icons": "0.0.1-beta.5", "@apollo/client": "^3.7.17", "@babel/core": "^7.22.9", "@babel/template": "^7.22.5", "@babel/types": "^7.22.5", "@csstools/postcss-sass": "^5.0.1", "@emotion/babel-plugin": "^11.11.0", "@emotion/css": "^11.11.2", "@emotion/hash": "^0.9.1", "@emotion/memoize": "^0.8.1", "@emotion/react": "^11.11.1", "@emotion/serialize": "^1.1.2", "@emotion/styled": "^11.11.0", "@graphql-codegen/add": "^5.0.0", "@graphql-codegen/plugin-helpers": "^5.0.1", "@graphql-codegen/typescript": "^4.0.1", "@graphql-codegen/typescript-operations": "^4.0.1", "@graphql-tools/code-file-loader": "^8.0.2", "@graphql-tools/graphql-file-loader": "^8.0.0", "@headlessui/react": "^1.7.16", "@monaco-editor/react": "^4.5.1", "@primer/primitives": "^7.11.14", "@react-hookz/web": "^23.1.0", "@szhsin/react-menu": "4.0.2", "@types/babel-plugin-macros": "^3.1.0", "@types/babel__core": "^7.20.1", "@types/babel__template": "^7.4.1", "@types/chrome": "^0.0.242", "@types/convert-source-map": "^2.0.0", "@types/debug": "^4.1.8", "@types/dedent": "^0.7.0", "@types/element-resize-detector": "^1.1.3", "@types/glob-to-regexp": "^0.4.1", "@types/js-yaml": "^4.0.5", "@types/lodash": "^4.14.196", "@types/lodash-es": "^4.17.8", "@types/node": "^20.4.5", "@types/pouchdb-browser": "^6.1.3", "@types/prettier": "^2.7.3", "@types/react": "^18.2.18", "@types/react-dom": "^18.2.7", "@types/react-helmet": "^6.1.6", "@types/react-window": "^1.8.5", "@types/stylis": "^4.2.0", "@types/ua-parser-js": "^0.7.36", "@types/w3c-css-typed-object-model-level-1": "20180410.0.5", "@types/webextension-polyfill": "^0.10.1", "@vscode/codicons": "^0.0.33", "async-mutex": "^0.4.0", "babel-plugin-macros": "3.1.0", "babel-plugin-transform-minify-gql-template-literals": "1.1.1", "browserslist": "^4.21.10", "comlink": "^4.4.1", "commander": "^11.0.0", "debug": "^4.3.4", "dedent": "1.5.1", "dotenv": "^16.3.1", "esbin": "0.0.1-beta.2", "esbuild": "0.18.17", "esbuild-plugin-sass": "^1.0.1", "eslint": "8.46.0", "eslint-plugin-unicorn": "^48.0.1", "fast-glob": "^3.3.1", "fuse.js": "^6.6.2", "glob-to-regexp": "^0.4.1", "graphiql": "^3.0.5", "graphql": "^16.7.1", "graphql-type-json": "^0.3.2", "hooks.macro": "^1.1.2", "i18next": "^23.4.1", "i18next-http-backend": "2.2.1", "i18next-icu": "^2.3.0", "idb-keyval": "^6.2.1", "immer": "^10.0.2", "intl-messageformat": "^10.5.0", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "lodash.noop": "^3.0.1", "lru-cache": "^10.0.0", "memoize-one": "6.0.0", "monaco-editor": "^0.40.0", "nanoid": "^4.0.2", "normalize.css": "^8.0.1", "postcss": "^8.4.27", "postcss-modules": "^6.0.0", "pouchdb-browser": "^8.0.1", "prettier": "^3.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", "react-hot-toast": "^2.4.1", "react-i18next": "^13.0.3", "react-window": "^1.8.9", "reflect-metadata": "0.1.13", "sass": "^1.64.2", "scheduler": "^0.23.0", "src": "npm:lodash.noop@3.0.1", "superjson": "^1.13.1", "tiny-invariant": "^1.3.1", "ts-node": "^10.9.1", "tsconfig-paths": "^4.2.0", "tslib": "^2.6.1", "tua-body-scroll-lock": "^1.4.0", "typed-emitter": "^2.1.0", "typescript": "5.2.0-beta", "typescript-plugin-css-modules": "^5.0.1", "ua-parser-js": "^1.0.35", "use-context-selector": "^1.4.1", "webextension-polyfill": "^0.10.0", "zod": "^3.21.4" }, "prettier": { "arrowParens": "avoid", "tabWidth": 2, "printWidth": 90, "semi": false, "singleQuote": false, "trailingComma": "all" }, "imports": { "#src/*": "./src/*" }, "eslintIgnore": [ "dist" ], "pnpm": { "patchedDependencies": { "@apollo/client@3.7.17": "patches/@apollo__client@3.7.17.patch", "@headlessui/react@1.7.16": "patches/@headlessui__react@1.7.16.patch", "i18next-http-backend@2.2.1": "patches/i18next-http-backend@2.2.1.patch", "monaco-editor@0.40.0": "patches/monaco-editor@0.40.0.patch", "@aet/gql-tools@0.0.1-beta.3": "patches/@aet__gql-tools@0.0.1-beta.3.patch" }, "overrides": { "cross-fetch": "./shims/cross-fetch", "node-gyp": "./node_modules/lodash.noop", "@graphql-tools/relay-operation-optimizer": "./node_modules/lodash.noop" } } }