mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
93 lines
2.9 KiB
JSON
93 lines
2.9 KiB
JSON
{
|
|
"name": "gitako",
|
|
"version": "2.4.3",
|
|
"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",
|
|
"scripts": {
|
|
"start": "VERSION=dev-v$(node scripts/get-version.js) webpack --watch",
|
|
"debug-firefox": "web-ext run -s dist",
|
|
"analyse-bundle": "ANALYSE= NODE_ENV=production webpack",
|
|
"postinstall": "rm -rf node_modules/@types/react-native && node scripts/fix-pjax-api",
|
|
"build": "VERSION=v$(node scripts/get-version.js) NODE_ENV=production webpack",
|
|
"roll": "make release",
|
|
"test": "NODE_ENV=test jest"
|
|
},
|
|
"dependencies": {
|
|
"@primer/components": "^20.0.0",
|
|
"@primer/css": "^14.4.0",
|
|
"@primer/octicons-react": "^10.0.0",
|
|
"@sentry/browser": "^5.12.1",
|
|
"@types/history": "^4.7.5",
|
|
"@types/ini": "^1.3.30",
|
|
"@types/js-base64": "^2.3.1",
|
|
"@types/nprogress": "^0.0.29",
|
|
"@types/react": "^16.8.24",
|
|
"@types/react-dom": "^16.8.5",
|
|
"@types/react-window": "^1.8.1",
|
|
"@types/styled-components": "^5.1.3",
|
|
"@types/styled-system__css": "^5.0.14",
|
|
"ini": "^1.3.5",
|
|
"js-base64": "^2.5.1",
|
|
"nprogress": "^0.2.0",
|
|
"pjax-api": "^3.33.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-use": "^13.8.0",
|
|
"react-window": "^1.8.5",
|
|
"styled-components": "^5.2.0",
|
|
"webext-domain-permission-toggle": "^1.0.0",
|
|
"webext-dynamic-content-scripts": "^6.0.3",
|
|
"webextension-polyfill": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.2.3",
|
|
"@babel/core": "^7.3.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.3.4",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
|
|
"@babel/preset-env": "^7.3.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/preset-typescript": "^7.3.3",
|
|
"@sentry/cli": "^1.51.0",
|
|
"@types/firefox-webext-browser": "^70.0.1",
|
|
"@types/jest": "^24.0.25",
|
|
"@types/node": "^11.10.4",
|
|
"@types/puppeteer": "^3.0.2",
|
|
"babel-loader": "^8.0.5",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
|
"copy-webpack-plugin": "^5.0.0",
|
|
"css-loader": "^2.1.0",
|
|
"dotenv-webpack": "^1.7.0",
|
|
"file-loader": "^3.0.1",
|
|
"fork-ts-checker-webpack-plugin": "^0.5.2",
|
|
"jest": "^24.9.0",
|
|
"jest-puppeteer": "^4.4.0",
|
|
"json-loader": "^0.5.7",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"puppeteer": "^5.4.1",
|
|
"raw-loader": "^4.0.0",
|
|
"sass": "^1.26.2",
|
|
"sass-loader": "^8.0.2",
|
|
"typescript": "^4.0.3",
|
|
"uglifyjs-webpack-plugin": "^2.1.2",
|
|
"url-loader": "^1.1.2",
|
|
"web-ext": "^4.2.0",
|
|
"webpack": "^4.29.6",
|
|
"webpack-bundle-analyzer": "^3.6.0",
|
|
"webpack-cli": "^3.1.2"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"trailingComma": "all",
|
|
"arrowParens": "avoid"
|
|
},
|
|
"resolutions": {
|
|
"react": "^17",
|
|
"@types/styled-components": "^5.0.0"
|
|
}
|
|
}
|