Files
aerbim-ht-monitor/frontend/package.json
iv_vuytsik 60e8ef921d 3d tooltip
2025-12-05 00:18:44 +03:00

40 lines
974 B
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "next lint && tsc --noEmit"
},
"dependencies": {
"@babylonjs/core": "^8.33.4",
"@babylonjs/loaders": "^8.33.4",
"@tanstack/react-query": "^5.85.5",
"axios": "^1.12.2",
"next": "^15.4.3",
"next-auth": "^4.24.11",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-select": "^5.10.2",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^15.4.3",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4",
"typescript": "^5"
}
}