| { |
| "name": "frontend", |
| "version": "0.1.0", |
| "private": true, |
| "dependencies": { |
| "@headlessui/react": "^2.1.2", |
| "@heroicons/react": "^2.0.13", |
| "@propelauth/react": "^2.0.6", |
| "@reduxjs/toolkit": "^2.5.0", |
| "@tailwindcss/forms": "^0.5.3", |
| "@tailwindcss/typography": "^0.5.9", |
| "@testing-library/jest-dom": "^5.16.5", |
| "@testing-library/react": "^13.4.0", |
| "@types/moment-timezone": "^0.5.30", |
| "@types/react": "^18.0.26", |
| "@types/react-dom": "^18.0.10", |
| "@types/react-router-hash-link": "^2.4.5", |
| "@types/react-select": "^5.0.1", |
| "@types/redux-persist": "^4.3.1", |
| "@uiw/react-json-view": "^2.0.0-alpha.24", |
| "chart.js": "^4.3.0", |
| "chartjs-adapter-date-fns": "^3.0.0", |
| "chartjs-plugin-zoom": "^2.0.1", |
| "date-fns": "^2.30.0", |
| "dayjs": "^1.11.9", |
| "dagre": "^0.8.5", |
| "fuse.js": "^6.6.2", |
| "headlessui": "^0.0.0", |
| "http-proxy-middleware": "^2.0.10", |
| "moment-timezone": "^0.5.40", |
| "posthog-js": "^1.386.8", |
| "prism-react-renderer": "^1.3.5", |
| "react": "^18.3.1", |
| "react-chartjs-2": "^5.2.0", |
| "react-diff-viewer-continued": "^3.4.0", |
| "react-dom": "^18.3.1", |
| "react-draggable": "^4.4.5", |
| "react-icons": "^5.3.0", |
| "react-markdown": "^9.0.1", |
| "react-micro-bar-chart": "^1.1.1", |
| "react-redux": "^9.1.2", |
| "react-router-dom": "^6.30.4", |
| "react-router-hash-link": "^2.4.3", |
| "react-select": "^5.8.3", |
| "react-syntax-highlighter": "^16.1.1", |
| "react-tailwindcss-datepicker": "^1.6.1", |
| "react-time-ago": "^7.2.1", |
| "react-visibility-sensor": "^5.1.1", |
| "reactflow": "^11.4.0", |
| "redux-persist": "^6.0.0", |
| "tailwind-scrollbar-hide": "^1.1.7", |
| "tailwindcss-question-mark": "^0.1.1", |
| "typescript": "^4.9.4", |
| "web-vitals": "^2.1.4" |
| }, |
| "scripts": { |
| "dev": "vite", |
| "start": "vite", |
| "build": "vite build", |
| "build:check": "tsc && vite build", |
| "licenses": "npx --yes license-checker-rseidelsohn --production --plainVertical --excludePackages \"frontend@0.1.0\" --out build/THIRD-PARTY-LICENSES.txt", |
| "preview": "vite preview", |
| "lint": "eslint . --ext .js,.ts,.jsx,.tsx", |
| "lint-fix": "eslint . --ext .js,.ts,.jsx,.tsx --fix", |
| "format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc.json", |
| "configure-husky": "cd .. && npx husky install frontend/.husky && npx husky add frontend/.husky/pre-commit \"npx --no-install lint-staged\"" |
| }, |
| "browserslist": { |
| "production": [ |
| ">0.2%", |
| "not dead", |
| "not op_mini all" |
| ], |
| "development": [ |
| "last 1 chrome version", |
| "last 1 firefox version", |
| "last 1 safari version" |
| ] |
| }, |
| "lint-staged": { |
| "**/*.{js,jsx,json,ts,tsx}": [ |
| "eslint . --fix", |
| "prettier --write ." |
| ] |
| }, |
| "devDependencies": { |
| "@eslint/js": "^9.17.0", |
| "@types/dagre": "^0.7.52", |
| "@types/node": "^22.10.2", |
| "@types/react-syntax-highlighter": "^15.5.13", |
| "@vitejs/plugin-react": "^6.0.2", |
| "autoprefixer": "^10.4.24", |
| "eslint": "^9.17.0", |
| "eslint-plugin-react": "^7.37.2", |
| "eslint-plugin-react-hooks": "^5.1.0", |
| "eslint-plugin-react-refresh": "^0.4.16", |
| "globals": "^15.13.0", |
| "husky": "^9.1.7", |
| "license-checker-rseidelsohn": "^5.0.1", |
| "lint-staged": "^15.2.11", |
| "postcss": "^8.5.14", |
| "prettier": "^3.4.2", |
| "tailwindcss": "^3.4.17", |
| "ts-node": "^10.9.2", |
| "typescript": "^5.7.2", |
| "typescript-eslint": "^8.18.2", |
| "vite": "^8.0.16" |
| } |
| } |