mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-10 08:32:03 +00:00
Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3cd8c77e4 | ||
|
|
3ba64a4892 | ||
|
|
90056d24a9 | ||
|
|
5dcb69b622 | ||
|
|
04283ad8ab | ||
|
|
ac596dfef6 | ||
|
|
33c97b7ff8 | ||
|
|
b9d6acdc6e | ||
|
|
ce0b8bb4b9 | ||
|
|
3c34baed9c | ||
|
|
6049e17105 | ||
|
|
a13d6b56ed | ||
|
|
d95c134ec4 | ||
|
|
a01405b883 | ||
|
|
6f450eb79f |
1281
package-lock.json
generated
1281
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
38
package.json
38
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "kutt-extension",
|
||||
"version": "4.4.0",
|
||||
"version": "4.4.2",
|
||||
"description": "Kutt.it extension for browsers.",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/thedevs-network/kutt-extension.git",
|
||||
@@ -43,34 +43,34 @@
|
||||
"webextension-polyfill": "^0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abhijithvijayan/eslint-config": "^3.0.0",
|
||||
"@abhijithvijayan/eslint-config": "^3.0.1",
|
||||
"@abhijithvijayan/tsconfig": "^1.5.1",
|
||||
"@types/node": "^22.10.2",
|
||||
"@types/node": "^25.0.3",
|
||||
"@types/react": "^19.0.2",
|
||||
"@types/react-copy-to-clipboard": "^5.0.7",
|
||||
"@types/react-dom": "^19.0.2",
|
||||
"@types/webextension-polyfill": "^0.12.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.18.1",
|
||||
"@typescript-eslint/parser": "^8.18.1",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^8.51.0",
|
||||
"@typescript-eslint/parser": "^8.51.0",
|
||||
"@vitejs/plugin-react": "^5.1.2",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^9.17.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-import-x": "^4.5.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-import-x": "^4.16.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-n": "^17.15.1",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-react": "^7.37.2",
|
||||
"eslint-plugin-react-hooks": "^5.1.0",
|
||||
"globals": "^15.14.0",
|
||||
"eslint-plugin-n": "^17.23.1",
|
||||
"eslint-plugin-prettier": "^5.5.4",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"globals": "^17.0.0",
|
||||
"postcss": "^8.4.49",
|
||||
"prettier": "^3.4.2",
|
||||
"prettier": "^3.7.4",
|
||||
"sass": "^1.83.0",
|
||||
"typescript": "^5.7.2",
|
||||
"vite": "^6.0.5",
|
||||
"vite-plugin-checker": "^0.8.0",
|
||||
"vite": "^7.3.0",
|
||||
"vite-plugin-checker": "^0.12.0",
|
||||
"vite-plugin-wext-manifest": "^1.2.2",
|
||||
"vite-plugin-zip-pack": "^1.2.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,11 @@
|
||||
"__firefox__browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "support@kutt.it",
|
||||
"strict_min_version": "109.0"
|
||||
"strict_min_version": "112.0",
|
||||
"data_collection_permissions": {
|
||||
"required": ["websiteActivity"],
|
||||
"optional": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"__chrome|firefox__author": "abhijithvijayan",
|
||||
@@ -35,14 +39,8 @@
|
||||
"__firefox__type": "module"
|
||||
},
|
||||
"__chrome__minimum_chrome_version": "88",
|
||||
"permissions": [
|
||||
"activeTab",
|
||||
"storage"
|
||||
],
|
||||
"host_permissions": [
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
"permissions": ["activeTab", "storage"],
|
||||
"host_permissions": ["http://*/*", "https://*/*"],
|
||||
"content_security_policy": {
|
||||
"extension_pages": "script-src 'self'; object-src 'self';"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user