Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 1m15s
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:check": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest",
|
|
"test:run": "vitest run",
|
|
"test:coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@tabler/core": "^1.3.2",
|
|
"@tabler/icons-react": "^3.34.0",
|
|
"@tanstack/react-query": "^5.56.2",
|
|
"@tanstack/react-virtual": "^3.10.8",
|
|
"axios": "^1.10.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-router-dom": "^6.30.1",
|
|
"@xyflow/react": "^12.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.29.0",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.5.2",
|
|
"eslint": "^9.29.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.2.0",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^7.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-linux-x64-musl": "4.40.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.2.0",
|
|
"jsdom": "^26.0.0",
|
|
"vitest": "^2.1.8"
|
|
},
|
|
"overrides": {
|
|
"rollup": "4.40.0"
|
|
}
|
|
}
|