mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "tabs-aside",
|
|
"private": true,
|
|
"version": "3.0.0-rc1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "wxt",
|
|
"build": "wxt build",
|
|
"zip": "wxt zip",
|
|
"lint": "npm run compile && eslint . -c eslint.config.js",
|
|
"prebuild": "npm run lint",
|
|
"prezip": "npm run build",
|
|
"compile": "tsc --noEmit",
|
|
"postinstall": "wxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@fluentui/react-components": "^9.63.0",
|
|
"@fluentui/react-icons": "^2.0.298",
|
|
"@webext-core/messaging": "^2.2.0",
|
|
"@wxt-dev/i18n": "^0.2.3",
|
|
"lzutf8": "^0.6.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/css": "^0.7.0",
|
|
"@eslint/js": "^9.26.0",
|
|
"@eslint/json": "^0.12.0",
|
|
"@stylistic/eslint-plugin": "^4.2.0",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@wxt-dev/module-react": "^1.1.3",
|
|
"eslint": "^9.26.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"globals": "^16.0.0",
|
|
"scheduler": "0.23.0",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.31.1",
|
|
"vite": "^6.3.4",
|
|
"wxt": "~0.19.29"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|