buster/web/package.json

126 lines
3.8 KiB
JSON
Raw Normal View History

{
2025-03-08 07:02:56 +08:00
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"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-03-10 22:55:56 +08:00
"node": ">=22.9.0"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
2025-03-08 07:02:56 +08:00
"@faker-js/faker": "^9.6.0",
2025-02-19 13:20:39 +08:00
"@monaco-editor/react": "^4.7.0",
2025-02-27 05:06:23 +08:00
"@radix-ui/react-avatar": "^1.1.3",
2025-02-26 07:24:53 +08:00
"@radix-ui/react-checkbox": "^1.1.4",
2025-02-28 12:56:52 +08:00
"@radix-ui/react-collapsible": "^1.1.3",
2025-03-02 04:07:03 +08:00
"@radix-ui/react-context-menu": "^2.2.6",
2025-03-02 05:45:38 +08:00
"@radix-ui/react-dialog": "^1.1.6",
2025-02-25 02:18:44 +08:00
"@radix-ui/react-dropdown-menu": "^2.1.6",
2025-02-27 01:24:46 +08:00
"@radix-ui/react-popover": "^1.1.6",
2025-03-08 07:02:56 +08:00
"@radix-ui/react-scroll-area": "^1.2.3",
2025-02-26 04:58:01 +08:00
"@radix-ui/react-select": "^2.1.6",
2025-02-26 12:28:50 +08:00
"@radix-ui/react-separator": "^1.1.2",
2025-03-08 07:02:56 +08:00
"@radix-ui/react-slider": "^1.2.3",
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",
2025-02-27 01:24:46 +08:00
"@radix-ui/react-tooltip": "^1.1.8",
"@supabase/ssr": "^0.5.2",
2025-03-08 07:02:56 +08:00
"@tanstack/react-query": "^5.67.2",
"@tanstack/react-query-devtools": "^5.67.2",
"@types/jest": "^29.5.14",
"@types/prettier": "^2.7.3",
"@types/react-color": "^3.0.13",
"axios": "^1.8.2",
"canvas-confetti": "^1.9.3",
2025-02-22 03:07:30 +08:00
"chart.js": "^4.4.8",
"chartjs-adapter-dayjs-4": "^1.0.4",
"chartjs-plugin-annotation": "^3.1.0",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-deferred": "^2.0.0",
2025-02-23 04:50:10 +08:00
"class-variance-authority": "^0.7.1",
"dayjs": "^1.11.13",
"email-validator": "^2.0.4",
"font-color-contrast": "^11.1.0",
2025-03-08 07:02:56 +08:00
"framer-motion": "^12.4.10",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
2025-03-08 07:02:56 +08:00
"lodash": "^4.17.21",
2025-02-19 13:20:39 +08:00
"monaco-sql-languages": "^0.13.1",
"monaco-yaml": "^5.3.1",
2025-02-08 05:11:05 +08:00
"mutative": "^1.1.0",
2025-03-07 02:34:40 +08:00
"next": "14.2.24",
2025-03-10 22:53:44 +08:00
"next-themes": "^0.4.5",
2025-01-30 03:46:26 +08:00
"papaparse": "^5.5.2",
"pluralize": "^8.0.0",
2025-03-08 07:02:56 +08:00
"posthog-js": "^1.229.5",
2025-03-04 00:40:02 +08:00
"prettier": "^3.5.3",
2025-01-24 02:43:28 +08:00
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "^18",
2025-03-08 07:02:56 +08:00
"react-color": "^2.19.3",
2025-03-12 07:01:39 +08:00
"react-data-grid": "^7.0.0-beta.47",
2025-03-10 22:53:44 +08:00
"react-day-picker": "^9.6.1",
"react-dom": "^18",
"react-hotkeys-hook": "^4.6.1",
2025-03-08 07:02:56 +08:00
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"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",
2025-02-26 04:58:01 +08:00
"tailwind-merge": "^3.0.2",
2025-03-08 07:02:56 +08:00
"ts-jest": "^29.2.6",
"use-context-selector": "^2.0.0",
"utility-types": "^3.11.0",
2025-03-08 12:45:14 +08:00
"virtua": "^0.40.3"
},
"devDependencies": {
2025-02-28 13:58:10 +08:00
"@chromatic-com/storybook": "^3.2.5",
2025-03-08 07:02:56 +08:00
"@eslint/eslintrc": "^3",
2025-03-07 02:34:40 +08:00
"@storybook/addon-controls": "^8.6.4",
"@storybook/addon-essentials": "^8.6.4",
"@storybook/addon-interactions": "^8.6.4",
"@storybook/blocks": "^8.6.4",
"@storybook/nextjs": "^8.6.4",
"@storybook/react": "^8.6.4",
"@storybook/test": "^8.6.4",
2025-03-08 07:02:56 +08:00
"@tailwindcss/postcss": "4.0.12",
2025-03-11 03:58:50 +08:00
"@testing-library/react": "^16.2.0",
"@types/canvas-confetti": "^1.9.0",
"@types/js-cookie": "^3.0.6",
2025-03-08 07:02:56 +08:00
"@types/lodash": "^4.17.16",
"@types/node": "^20",
"@types/papaparse": "^5.3.15",
"@types/pluralize": "^0.0.33",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
2025-03-08 07:02:56 +08:00
"eslint": "^9",
"eslint-config-next": "15.2.1",
"eslint-config-prettier": "^10.1.1",
2025-03-07 02:34:40 +08:00
"eslint-plugin-storybook": "^0.11.4",
2025-03-04 02:46:51 +08:00
"msw-storybook-addon": "^2.0.4",
2025-02-26 04:58:01 +08:00
"sass": "^1.85.1",
2025-02-27 01:24:46 +08:00
"tailwind-scrollbar": "^4.0.1",
2025-03-08 07:02:56 +08:00
"tailwindcss": "4.0.12",
2025-02-22 03:37:56 +08:00
"tailwindcss-animate": "^1.0.7",
"typescript": "^5"
},
2025-03-04 02:46:51 +08:00
"msw": {
"workerDirectory": [
"public"
]
}
2025-03-05 10:44:42 +08:00
}