Spaces:
Running
Running
| { | |
| "name": "ai-business-analyst-enterprise", | |
| "private": true, | |
| "version": "3.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "tsc && vite build", | |
| "preview": "vite preview", | |
| "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | |
| "test": "vitest", | |
| "test:ui": "vitest --ui", | |
| "test:run": "vitest run", | |
| "test:coverage": "vitest run --coverage" | |
| }, | |
| "dependencies": { | |
| "@monaco-editor/react": "^4.7.0", | |
| "@types/d3": "^7.4.3", | |
| "@types/react-grid-layout": "^1.3.6", | |
| "@types/react-plotly.js": "^2.6.4", | |
| "@xyflow/react": "^12.11.1", | |
| "axios": "^1.6.7", | |
| "clsx": "^2.1.0", | |
| "d3": "^7.9.0", | |
| "framer-motion": "^11.0.3", | |
| "html2pdf.js": "^0.12.1", | |
| "jspdf": "^2.5.2", | |
| "lodash": "^4.17.23", | |
| "lucide-react": "^0.344.0", | |
| "plotly.js": "^3.3.1", | |
| "plotly.js-dist-min": "^3.3.1", | |
| "pptxgenjs": "^4.0.1", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "react-dropzone": "^14.2.3", | |
| "react-grid-layout": "^2.2.3", | |
| "react-plotly.js": "^2.6.0", | |
| "react-router-dom": "^6.22.0", | |
| "recharts": "^2.12.0", | |
| "tailwind-merge": "^2.2.1", | |
| "vite-plugin-node-polyfills": "^0.28.0", | |
| "xterm": "^5.3.0", | |
| "xterm-addon-fit": "^0.8.0", | |
| "zustand": "^4.5.0" | |
| }, | |
| "devDependencies": { | |
| "@testing-library/jest-dom": "^6.9.1", | |
| "@testing-library/react": "^16.3.2", | |
| "@testing-library/user-event": "^14.6.1", | |
| "@types/lodash": "^4.17.23", | |
| "@types/react": "^18.2.56", | |
| "@types/react-dom": "^18.2.19", | |
| "@typescript-eslint/eslint-plugin": "^7.0.2", | |
| "@typescript-eslint/parser": "^7.0.2", | |
| "@vitejs/plugin-react": "^4.2.1", | |
| "@vitest/ui": "^4.0.18", | |
| "autoprefixer": "^10.4.17", | |
| "eslint": "^8.56.0", | |
| "eslint-plugin-react-hooks": "^4.6.0", | |
| "eslint-plugin-react-refresh": "^0.4.5", | |
| "jsdom": "^27.4.0", | |
| "postcss": "^8.4.35", | |
| "tailwindcss": "^3.4.1", | |
| "typescript": "^5.2.2", | |
| "vite": "^5.1.4", | |
| "vitest": "^4.0.18" | |
| } | |
| } | |