Cybersecurity-Projects/PROJECTS/advanced/honeypot-network/frontend/package.json

47 lines
1.2 KiB
JSON

{
"name": "hive-dashboard",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"typecheck": "tsc -b",
"lint:scss": "stylelint '**/*.scss'",
"lint:scss:fix": "stylelint '**/*.scss' --fix"
},
"dependencies": {
"@tanstack/react-query": "^5.72.2",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"axios": "^1.16.0",
"leaflet": "^1.9.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-leaflet": "^5.0.0",
"react-router-dom": "^7.5.2",
"recharts": "^2.15.3",
"sonner": "^2.0.3",
"zod": "^4.3.6",
"zustand": "^5.0.5"
},
"devDependencies": {
"@biomejs/biome": "^2.4.2",
"@types/leaflet": "^1.9.16",
"@types/node": "^25.6.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@vitejs/plugin-react": "^4.4.1",
"sass": "^1.88.0",
"stylelint": "^17.0.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"typescript": "^5.8.3",
"vite": "^6.3.4"
}
}