listing-facebook/auto-listing-facebook-marke.../package.json

39 lines
982 B
JSON

{
"name": "re-make-bid-extension",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"dev:build": "vite build --watch"
},
"dependencies": {
"axios": "^1.10.0",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"next-themes": "^0.4.6",
"p-queue": "^8.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/chrome": "^0.1.0",
"@types/node": "^24.0.13",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.4",
"vite-plugin-static-copy": "^3.1.1"
}
}