buster/web/package.json

160 lines
5.0 KiB
JSON
Raw Normal View History

{
"name": "buster-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cy:run": "npx cypress run --browser chrome",
"test": "jest",
2025-02-22 05:13:15 +08:00
"test:watch": "jest --watch",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"engines": {
2025-01-08 06:35:18 +08:00
"node": ">=20.0.0"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.2",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
2025-02-19 13:20:39 +08:00
"@faker-js/faker": "^9.5.0",
2025-01-24 02:43:28 +08:00
"@fluentui/react-context-selector": "^9.1.72",
"@manufac/echarts-simple-transform": "^2.0.11",
"@million/lint": "^1.0.14",
2025-02-19 13:20:39 +08:00
"@monaco-editor/react": "^4.7.0",
2025-02-26 07:24:53 +08:00
"@radix-ui/react-checkbox": "^1.1.4",
2025-02-25 02:18:44 +08:00
"@radix-ui/react-dropdown-menu": "^2.1.6",
2025-02-26 04:58:01 +08:00
"@radix-ui/react-select": "^2.1.6",
2025-02-22 03:37:56 +08:00
"@radix-ui/react-switch": "^1.1.3",
2025-02-25 05:41:36 +08:00
"@radix-ui/react-tabs": "^1.1.3",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/auth-helpers-react": "^0.5.0",
"@supabase/ssr": "^0.5.2",
2025-02-26 04:58:01 +08:00
"@supabase/supabase-js": "^2.49.1",
2025-02-24 00:31:10 +08:00
"@tailwindcss/forms": "^0.5.10",
2025-02-22 03:07:30 +08:00
"@tanstack/react-query": "^5.66.9",
2025-02-26 03:42:08 +08:00
"@tanstack/react-query-devtools": "^5.66.9",
2025-02-19 13:20:39 +08:00
"@vercel/speed-insights": "^1.2.0",
"ahooks": "^3.8.4",
2025-01-30 03:46:26 +08:00
"antd": "5.23.3",
"antd-style": "^3.7.1",
"axios": "^1.7.9",
"canvas-confetti": "^1.9.3",
2025-02-22 03:07:30 +08:00
"chart.js": "^4.4.8",
"chartjs": "^0.3.24",
"chartjs-adapter-dayjs-4": "^1.0.4",
"chartjs-chart-geo": "^4.3.4",
"chartjs-chart-matrix": "^2.0.1",
"chartjs-color": "^2.4.1",
"chartjs-plugin-annotation": "^3.1.0",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-deferred": "^2.0.0",
"chartjs-plugin-doughnut-innertext": "^3.1.0",
"chartjs-plugin-trendline": "^2.1.6",
"chartjs-plugin-zoom": "^2.2.0",
"chartjs-react": "^4.3.0",
2025-02-23 04:50:10 +08:00
"class-variance-authority": "^0.7.1",
2025-02-22 00:31:14 +08:00
"clsx": "^2.1.1",
"cookies-next": "^4.2.1",
"dayjs": "^1.11.13",
"dom-to-image": "^2.6.0",
"dotenv": "^16.4.7",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"echarts-simple-transform": "^1.0.0",
"echarts-stat": "^1.2.0",
"email-validator": "^2.0.4",
"font-color-contrast": "^11.1.0",
2025-02-22 03:07:30 +08:00
"framer-motion": "^12.4.7",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.5",
2025-02-26 04:58:01 +08:00
"jspdf": "^3.0.0",
"jwt-decode": "^4.0.0",
2025-02-19 13:20:39 +08:00
"material-symbols": "^0.28.2",
"monaco-sql-languages": "^0.13.1",
"monaco-themes": "^0.4.4",
2025-02-19 13:20:39 +08:00
"monaco-yaml": "^5.3.1",
2025-02-08 05:11:05 +08:00
"mutative": "^1.1.0",
"next": "14.2.22",
"next-themes": "^0.4.4",
"next-transpile-modules": "^10.0.1",
2025-01-30 03:46:26 +08:00
"papaparse": "^5.5.2",
"patternomaly": "^1.3.2",
"pluralize": "^8.0.0",
2025-02-19 13:20:39 +08:00
"posthog-js": "*",
2025-02-26 04:58:01 +08:00
"prettier": "^3.5.2",
2025-01-24 02:43:28 +08:00
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "^18",
"react-chartjs-2": "^5.3.0",
2025-02-19 13:20:39 +08:00
"react-data-grid": "^7.0.0-beta.48",
"react-dom": "^18",
"react-hotkeys-hook": "^4.6.1",
2025-02-19 13:20:39 +08:00
"react-icons": "^5.5.0",
"react-markdown": "^9.0.3",
"react-material-symbols": "^4.4.0",
2025-02-19 13:20:39 +08:00
"react-monaco-editor": "^0.58.0",
2025-02-26 04:58:01 +08:00
"react-scan": "^0.2.3",
"react-syntax-highlighter": "^15.6.1",
"react-virtualized-auto-sizer": "^1.0.25",
"rehype-raw": "^7.0.0",
2025-02-19 13:20:39 +08:00
"remark-gfm": "^4.0.1",
2025-02-22 06:26:57 +08:00
"sonner": "^2.0.1",
"split-pane-react": "^0.1.3",
2025-02-26 04:58:01 +08:00
"tailwind-merge": "^3.0.2",
"utility-types": "^3.11.0",
2025-02-22 03:07:30 +08:00
"uuid": "^11.1.0",
2025-01-30 03:46:26 +08:00
"virtua": "^0.40.0"
},
"devDependencies": {
2025-02-22 05:13:15 +08:00
"@chromatic-com/storybook": "^3.2.4",
2025-02-26 04:58:01 +08:00
"@storybook/addon-essentials": "^8.6.0",
"@storybook/addon-interactions": "^8.6.0",
"@storybook/addon-onboarding": "^8.6.0",
"@storybook/blocks": "^8.6.0",
"@storybook/nextjs": "^8.6.0",
"@storybook/react": "^8.6.0",
"@storybook/test": "^8.6.0",
"@tailwindcss/postcss": "^4.0.9",
2025-02-26 03:42:08 +08:00
"@tanstack/eslint-plugin-query": "^5.66.1",
"@testing-library/jest-dom": "^6.6.3",
2025-01-21 05:26:10 +08:00
"@testing-library/react": "^16.2.0",
2025-01-24 02:43:28 +08:00
"@testing-library/user-event": "^14.6.1",
"@types/canvas-confetti": "^1.9.0",
"@types/jest": "^29.5.14",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20",
"@types/papaparse": "^5.3.15",
"@types/pluralize": "^0.0.33",
"@types/prettier": "^3.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-resizable": "^3.0.8",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-window": "^1.8.8",
"@types/uuid": "^10.0.0",
2025-02-22 07:51:57 +08:00
"chromatic": "^11.25.2",
"cypress": "^13.17.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
2025-01-21 05:26:10 +08:00
"eslint-plugin-prettier": "^5.2.3",
2025-02-22 05:13:15 +08:00
"eslint-plugin-storybook": "^0.11.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
2025-01-15 03:37:59 +08:00
"monaco-editor-webpack-plugin": "^7.1.0",
2025-02-21 07:07:34 +08:00
"postcss": "8.5.3",
2025-02-26 04:58:01 +08:00
"sass": "^1.85.1",
"storybook": "^8.6.0",
"tailwindcss": "^4.0.9",
2025-02-22 03:37:56 +08:00
"tailwindcss-animate": "^1.0.7",
2025-02-26 04:58:01 +08:00
"ts-jest": "^29.2.6",
"typescript": "^5"
},
"overrides": {}
}