| { |
| "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": "^1.9.7", |
| "@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", |
| "elkjs": "^0.8.2", |
| "fuse.js": "^6.6.2", |
| "headlessui": "^0.0.0", |
| "http-proxy-middleware": "^2.0.6", |
| "moment-timezone": "^0.5.40", |
| "posthog-js": "^1.82.1", |
| "prism-react-renderer": "^1.3.5", |
| "react": "^18.2.0", |
| "react-chartjs-2": "^5.2.0", |
| "react-diff-viewer-continued": "^3.4.0", |
| "react-dom": "^18.2.0", |
| "react-draggable": "^4.4.5", |
| "react-icons": "^4.10.1", |
| "react-markdown": "^8.0.7", |
| "react-micro-bar-chart": "^1.1.1", |
| "react-redux": "^8.1.3", |
| "react-router-dom": "^6.6.1", |
| "react-router-hash-link": "^2.4.3", |
| "react-scripts": "5.0.1", |
| "react-select": "^5.7.2", |
| "react-syntax-highlighter": "^15.5.0", |
| "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": { |
| "start": "react-scripts start", |
| "build": "react-scripts build", |
| "test": "react-scripts test", |
| "eject": "react-scripts eject", |
| "lint": "eslint --ext .js,.ts,.jsx,.tsx --ignore-path .eslintignore .", |
| "lint-fix": "eslint --ext .js,.ts,.jsx,.tsx --ignore-path .eslintignore . --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\"" |
| }, |
| "eslintConfig": { |
| "extends": [ |
| "react-app", |
| "react-app/jest" |
| ] |
| }, |
| "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": { |
| "@types/react-syntax-highlighter": "^15.5.6", |
| "@typescript-eslint/eslint-plugin": "^5.47.1", |
| "@typescript-eslint/parser": "^5.47.1", |
| "eslint": "^8.30.0", |
| "eslint-plugin-react": "^7.31.11", |
| "eslint-plugin-react-hooks": "^4.6.0", |
| "husky": "^8.0.2", |
| "lint-staged": "^13.1.0", |
| "prettier": "^2.8.1", |
| "tailwindcss": "^3.3.2", |
| "ts-node": "^10.9.1" |
| } |
| } |