mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
126 lines
4.1 KiB
JSON
126 lines
4.1 KiB
JSON
{
|
|
"name": "gitako",
|
|
"version": "3.14.0",
|
|
"description": "File tree for GitHub, and more than that.",
|
|
"repository": "https://github.com/EnixCoda/Gitako",
|
|
"author": "EnixCoda",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"homepage": "https://github.com/EnixCoda/Gitako",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"dev": "VERSION=dev-v$(node scripts/get-version.js) NODE_OPTIONS=--openssl-legacy-provider webpack-dashboard -- webpack --watch",
|
|
"dev:all": "GITAKO_TARGET= yarn run dev",
|
|
"debug-firefox": "web-ext run --source-dir=dist-firefox --keep-profile-changes --start-url https://github.com/EnixCoda/Gitako",
|
|
"prepare": "husky install",
|
|
"postinstall": "patch-package",
|
|
"postversion": "sh scripts/post-version.sh",
|
|
"build": "VERSION=v$(node scripts/get-version.js) NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production webpack",
|
|
"build:all": "GITAKO_TARGET= yarn run build",
|
|
"build:analyze": "ANALYZE= yarn run build",
|
|
"test": "NODE_ENV=test jest --config __tests__/jest.puppeteer.config.js",
|
|
"test:unit": "NODE_ENV=test jest --config jest.config.js"
|
|
},
|
|
"dependencies": {
|
|
"@primer/css": "^20.4.3",
|
|
"@primer/octicons-react": "^17.4.1",
|
|
"@primer/react": "^35.8.0",
|
|
"@sentry/browser": "^6.3.6",
|
|
"ini": "^3.0.0",
|
|
"js-base64": "^3.7.2",
|
|
"nprogress": "^0.2.0",
|
|
"pjax-api": "^3.44.0",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"react-iifc": "^1.2.0",
|
|
"react-use": "^17.3.2",
|
|
"react-window": "^1.8.7",
|
|
"styled-components": "^5.3.5",
|
|
"superstruct": "^1.0.3",
|
|
"webext-dynamic-content-scripts": "^10.0.1",
|
|
"webext-permission-toggle": "^5.0.2",
|
|
"webextension-polyfill": "^0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.17.6",
|
|
"@babel/core": "^7.17.9",
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"@babel/preset-react": "^7.16.7",
|
|
"@babel/preset-typescript": "^7.16.7",
|
|
"@sentry/cli": "^1.64.2",
|
|
"@testing-library/react": "^13.3.0",
|
|
"@types/firefox-webext-browser": "^120.0.3",
|
|
"@types/history": "^5.0.0",
|
|
"@types/ini": "^1.3.31",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/js-base64": "^3.3.1",
|
|
"@types/node": "^18",
|
|
"@types/nprogress": "^0.0.29",
|
|
"@types/puppeteer": "^5.4.3",
|
|
"@types/react": "^18.0.9",
|
|
"@types/react-dom": "^18.0.3",
|
|
"@types/react-window": "^1.8.5",
|
|
"@types/styled-components": "^5.1.25",
|
|
"@typescript-eslint/eslint-plugin": "^5.33.1",
|
|
"@typescript-eslint/parser": "^5.33.1",
|
|
"babel-loader": "^8.2.5",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"css-loader": "^2.1.0",
|
|
"dotenv": "^6.2.0",
|
|
"dotenv-webpack": "^8.1.0",
|
|
"eslint": "^8.15.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
"file-loader": "^3.0.1",
|
|
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
|
"husky": "^8.0.1",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"jest-puppeteer": "^10.0.1",
|
|
"json-loader": "^0.5.7",
|
|
"lint-staged": "^13.0.3",
|
|
"mini-css-extract-plugin": "^2.9.0",
|
|
"patch-package": "^8.0.0",
|
|
"prettier": "^2.8.3",
|
|
"puppeteer": "^22.12.1",
|
|
"raw-loader": "^4.0.0",
|
|
"sass": "^1.26.2",
|
|
"sass-loader": "^8.0.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.3",
|
|
"url-loader": "^1.1.2",
|
|
"web-ext": "^7.11.0",
|
|
"webpack": "^5.91.0",
|
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dashboard": "^3.3.8"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"trailingComma": "all",
|
|
"arrowParens": "avoid"
|
|
},
|
|
"lint-staged": {
|
|
"*.scss": [
|
|
"yarn prettier --list-different --write"
|
|
],
|
|
"*.{js,ts,tsx}": [
|
|
"yarn prettier --list-different --write",
|
|
"yarn eslint --max-warnings=0 --fix"
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"fsevents": "^2.3.3",
|
|
"@types/react": "^18.0.9",
|
|
"@types/react-dom": "^18.0.3"
|
|
}
|
|
}
|