buster/web/package.json

131 lines
4.0 KiB
JSON

{
"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"
},
"engines": {
"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",
"@faker-js/faker": "^9.4.0",
"@fluentui/react-context-selector": "^9.1.71",
"@manufac/echarts-simple-transform": "^2.0.11",
"@million/lint": "^1.0.14",
"@monaco-editor/react": "^4.6.0",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/auth-helpers-react": "^0.5.0",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.47.14",
"@tanstack/react-query": "^5.64.1",
"@vercel/speed-insights": "^1.1.0",
"ahooks": "^3.8.4",
"antd": "^5.23.1",
"antd-style": "^3.7.1",
"axios": "^1.7.9",
"canvas-confetti": "^1.9.3",
"chart.js": "^4.4.7",
"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",
"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",
"framer-motion": "^11.18.0",
"html2canvas": "^1.4.1",
"immer": "^10.1.1",
"js-cookie": "^3.0.5",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.4",
"jwt-decode": "^4.0.0",
"material-symbols": "^0.27.2",
"monaco-sql-languages": "^0.12.2",
"monaco-themes": "^0.4.4",
"monaco-yaml": "^5.2.3",
"next": "14.2.22",
"next-themes": "^0.4.4",
"next-transpile-modules": "^10.0.1",
"papaparse": "^5.5.1",
"patternomaly": "^1.3.2",
"pluralize": "^8.0.0",
"posthog-js": "^1.206.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"rc-virtual-list": "^3.17.0",
"react": "^18",
"react-chartjs-2": "^5.3.0",
"react-data-grid": "^7.0.0-beta.47",
"react-dom": "^18",
"react-hotkeys-hook": "^4.6.1",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.3",
"react-material-symbols": "^4.4.0",
"react-monaco-editor": "^0.56.2",
"react-scan": "^0.0.54",
"react-syntax-highlighter": "^15.6.1",
"react-type-animation": "^3.2.0",
"react-use-websocket": "^4.11.1",
"react-virtualized-auto-sizer": "^1.0.25",
"react-window": "^1.8.11",
"react-window-infinite-loader": "^1.0.9",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"split-pane-react": "^0.1.3",
"sql-language-server": "^1.7.1",
"tailwind-merge": "^2.6.0",
"utility-types": "^3.11.0",
"uuid": "^11.0.5"
},
"devDependencies": {
"@types/canvas-confetti": "^1.9.0",
"@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",
"cypress": "^13.17.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.2",
"monaco-editor-webpack-plugin": "^7.1.0",
"postcss": "~8",
"sass": "^1.83.4",
"tailwindcss": "^3.4.17",
"typescript": "^5"
},
"overrides": {}
}