70 lines
2.2 KiB
JSON
70 lines
2.2 KiB
JSON
{
|
|
"name": "api-security-scanner",
|
|
"version": "1.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "biome check .",
|
|
"lint:fix": "biome check --write .",
|
|
"lint:eslint": "eslint . --ext .ts,.tsx --max-warnings 0",
|
|
"format": "biome format --write .",
|
|
"format:prettier": "prettier --write \"**/*.{ts,tsx,scss}\"",
|
|
"format:check": "prettier --check \"**/*.{ts,tsx,scss}\"",
|
|
"typecheck": "tsc -b",
|
|
"lint:scss": "stylelint \"src/**/*.css\" --max-warnings 0",
|
|
"lint:scss:fix": "stylelint \"src/**/*.css\" --fix"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@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.90.21",
|
|
"@tanstack/react-query-devtools": "^5.91.3",
|
|
"axios": "^1.13.5",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"immer": "^11.1.4",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-hook-form": "^7.71.1",
|
|
"react-icons": "^5.5.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router-dom": "^7.13.0",
|
|
"recharts": "^3.7.0",
|
|
"socket.io-client": "^4.8.3",
|
|
"sonner": "^2.0.7",
|
|
"zod": "^4.3.6",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.2",
|
|
"@eslint/js": "^9.39.2",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.26",
|
|
"globals": "^17.3.0",
|
|
"husky": "^9.1.7",
|
|
"prettier": "^3.8.1",
|
|
"stylelint": "^17.3.0",
|
|
"stylelint-config-prettier-scss": "^1.0.0",
|
|
"stylelint-config-standard-scss": "^17.0.0",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.56.0",
|
|
"vite": "^7.3.1",
|
|
"vite-tsconfig-paths": "^6.1.1"
|
|
}
|
|
}
|