61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"name": "api-security-scanner",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"format": "prettier --write \"**/*.{ts,tsx,scss}\"",
|
|
"format:check": "prettier --check \"**/*.{ts,tsx,scss}\"",
|
|
"lint": "npm run lint:eslint && npm run lint:scss && npm run lint:types",
|
|
"lint:eslint": "eslint . --ext .ts,.tsx --max-warnings 0",
|
|
"lint:types": "tsc --project tsconfig.app.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.2.1",
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-toast": "^1.2.15",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@tanstack/react-query": "^5.85.3",
|
|
"@tanstack/react-query-devtools": "^5.85.3",
|
|
"axios": "^1.12.2",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"immer": "^10.1.1",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-hook-form": "^7.62.0",
|
|
"react-icons": "^5.5.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router-dom": "^7.8.1",
|
|
"recharts": "^3.1.2",
|
|
"socket.io-client": "^4.8.1",
|
|
"sonner": "^2.0.7",
|
|
"zod": "^4.0.17",
|
|
"zustand": "^5.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.33.0",
|
|
"@types/react": "^19.1.10",
|
|
"@types/react-dom": "^19.1.7",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"eslint": "^9.33.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.3.0",
|
|
"husky": "^8.0.0",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.39.1",
|
|
"vite": "^7.1.2",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|