mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
120 lines
4.0 KiB
JSON
120 lines
4.0 KiB
JSON
{
|
|
"name": "kutt-extension",
|
|
"version": "4.3.0-beta.1",
|
|
"description": "Kutt.it extension for browsers.",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/thedevs-network/kutt-extension.git",
|
|
"author": {
|
|
"name": "abhijithvijayan",
|
|
"email": "email@abhijithvijayan.in",
|
|
"url": "https://abhijithvijayan.in"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"yarn": ">=1.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev:chrome": "cross-env NODE_ENV=development cross-env TARGET_BROWSER=chrome webpack --watch",
|
|
"dev:firefox": "cross-env NODE_ENV=development cross-env TARGET_BROWSER=firefox webpack --watch",
|
|
"dev:opera": "cross-env NODE_ENV=development cross-env TARGET_BROWSER=opera webpack --watch",
|
|
"build:chrome": "cross-env NODE_ENV=production cross-env TARGET_BROWSER=chrome webpack",
|
|
"build:firefox": "cross-env NODE_ENV=production cross-env TARGET_BROWSER=firefox webpack",
|
|
"build:opera": "cross-env NODE_ENV=production cross-env TARGET_BROWSER=opera webpack",
|
|
"build": "yarn run build:chrome && yarn run build:firefox && yarn run build:opera",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"lint:fix": "eslint . --ext .ts,.tsx --fix"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx}": [
|
|
"npm run lint:fix"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"url",
|
|
"shortener",
|
|
"browser",
|
|
"extension",
|
|
"addon",
|
|
"kutt"
|
|
],
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.10.4",
|
|
"advanced-css-reset": "^1.2.0",
|
|
"axios": "^0.19.2",
|
|
"emoji-log": "^1.0.2",
|
|
"qrcode.react": "^1.0.0",
|
|
"react": "^16.13.1",
|
|
"react-copy-to-clipboard": "^5.0.2",
|
|
"react-dom": "^16.13.1",
|
|
"react-use-form-state": "^0.13.1",
|
|
"styled-components": "^5.1.1",
|
|
"twin.macro": "^1.5.0",
|
|
"webextension-polyfill-ts": "^0.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"@abhijithvijayan/eslint-config": "2.5.4",
|
|
"@abhijithvijayan/eslint-config-airbnb": "^1.0.2",
|
|
"@abhijithvijayan/tsconfig": "^1.2.0",
|
|
"@babel/core": "^7.10.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
|
|
"@babel/plugin-transform-destructuring": "^7.10.4",
|
|
"@babel/plugin-transform-react-jsx": "^7.10.4",
|
|
"@babel/plugin-transform-runtime": "^7.10.4",
|
|
"@babel/preset-env": "^7.10.4",
|
|
"@babel/preset-react": "^7.10.4",
|
|
"@babel/preset-typescript": "^7.10.4",
|
|
"@types/lodash.isequal": "^4.5.5",
|
|
"@types/qrcode.react": "^1.0.1",
|
|
"@types/react": "^16.9.41",
|
|
"@types/react-copy-to-clipboard": "^4.3.0",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/styled-components": "^5.1.1",
|
|
"@types/webpack": "^4.41.21",
|
|
"@typescript-eslint/eslint-plugin": "^3.6.0",
|
|
"@typescript-eslint/parser": "^3.6.0",
|
|
"autoprefixer": "^9.8.4",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.1.0",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"copy-webpack-plugin": "^5.1.1",
|
|
"cross-env": "^7.0.2",
|
|
"css-loader": "^3.6.0",
|
|
"eslint": "^7.4.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-react": "^7.20.3",
|
|
"eslint-plugin-react-hooks": "^4.0.6",
|
|
"fork-ts-checker-webpack-plugin": "^5.0.7",
|
|
"html-webpack-plugin": "^4.3.0",
|
|
"husky": "^4.2.5",
|
|
"lint-staged": "^10.2.11",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"node-sass": "^4.14.1",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"postcss-loader": "^3.0.0",
|
|
"prettier": "^2.0.5",
|
|
"resolve-url-loader": "^3.1.1",
|
|
"sass-extract": "^2.1.0",
|
|
"sass-extract-js": "^0.4.0",
|
|
"sass-extract-loader": "^1.1.0",
|
|
"sass-loader": "^9.0.2",
|
|
"terser-webpack-plugin": "^3.0.6",
|
|
"typescript": "^3.9.6",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-extension-reloader": "^1.1.4",
|
|
"wext-manifest-loader": "^2.2.0",
|
|
"wext-manifest-webpack-plugin": "^1.2.1",
|
|
"zip-webpack-plugin": "^3.0.0"
|
|
}
|
|
} |