bot-image-moderation-fe/package.json

31 lines
907 B
JSON
Raw Normal View History

{
"name": "bot-image-moderation-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "docker compose down -v && docker compose watch",
2024-12-01 12:42:05 +00:00
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"react": "^18.2.0",
2024-04-21 08:47:31 +00:00
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
2024-11-29 22:03:36 +00:00
"vite": "^6.0.0"
},
"devDependencies": {
"@happy-dom/global-registrator": "^15.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^5.0.0",
2024-04-21 08:47:31 +00:00
"eslint-plugin-react-refresh": "^0.4.5"
}
}