2025-01-07 02:29:29 +08:00
|
|
|
{
|
2025-03-08 07:02:56 +08:00
|
|
|
"name": "web",
|
2025-06-04 00:14:38 +08:00
|
|
|
"version": "0.1.44",
|
2025-01-07 02:29:29 +08:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2025-03-20 04:47:15 +08:00
|
|
|
"dev": "next dev --turbo",
|
2025-05-31 03:22:56 +08:00
|
|
|
"build": "next build",
|
2025-05-31 01:16:48 +08:00
|
|
|
"build:skip-lint": "next build",
|
2025-01-07 02:29:29 +08:00
|
|
|
"start": "next start",
|
2025-05-31 03:22:56 +08:00
|
|
|
"lint": "next lint",
|
2025-05-31 01:16:48 +08:00
|
|
|
"lint:biome": "npx biome check",
|
|
|
|
"lint:eslint": "next lint",
|
2025-05-31 03:22:56 +08:00
|
|
|
"lint:ci": "npm run lint && npm run typecheck",
|
2025-05-31 01:16:48 +08:00
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
"typecheck:watch": "tsc --noEmit --watch",
|
2025-05-29 03:16:17 +08:00
|
|
|
"test": "vitest",
|
|
|
|
"test:watch": "vitest --watch",
|
|
|
|
"test:ui": "vitest --ui",
|
|
|
|
"test:coverage": "vitest --coverage",
|
2025-02-22 05:13:15 +08:00
|
|
|
"storybook": "storybook dev -p 6006",
|
2025-04-09 23:17:08 +08:00
|
|
|
"build-storybook": "storybook build",
|
2025-04-26 05:12:18 +08:00
|
|
|
"analyze": "ANALYZE=true next build",
|
|
|
|
"test:e2e": "playwright test",
|
|
|
|
"test:e2e:ui": "playwright test --ui",
|
2025-05-03 01:27:46 +08:00
|
|
|
"test:e2e:debug": "playwright test --debug"
|
2025-01-07 02:29:29 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2025-03-10 22:55:56 +08:00
|
|
|
"node": ">=22.9.0"
|
2025-01-07 02:29:29 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@dnd-kit/core": "^6.3.1",
|
|
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
|
|
"@dnd-kit/sortable": "^10.0.0",
|
2025-05-31 01:16:48 +08:00
|
|
|
"@faker-js/faker": "^9.8.0",
|
2025-02-19 13:20:39 +08:00
|
|
|
"@monaco-editor/react": "^4.7.0",
|
2025-05-29 02:10:47 +08:00
|
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
|
|
"@radix-ui/react-checkbox": "^1.3.2",
|
|
|
|
"@radix-ui/react-collapsible": "^1.1.11",
|
|
|
|
"@radix-ui/react-context-menu": "^2.2.15",
|
|
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
|
|
"@radix-ui/react-popover": "^1.1.14",
|
|
|
|
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
|
|
"@radix-ui/react-slider": "^1.3.5",
|
|
|
|
"@radix-ui/react-switch": "^1.2.5",
|
|
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
2025-05-29 03:16:17 +08:00
|
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
2025-03-20 02:03:54 +08:00
|
|
|
"@supabase/ssr": "^0.6.1",
|
2025-06-03 12:15:59 +08:00
|
|
|
"@supabase/supabase-js": "^2.49.9",
|
|
|
|
"@tanstack/query-sync-storage-persister": "^5.79.2",
|
2025-05-29 02:10:47 +08:00
|
|
|
"@tanstack/react-form": "^1.12.0",
|
2025-06-03 12:15:59 +08:00
|
|
|
"@tanstack/react-query": "^5.79.2",
|
|
|
|
"@tanstack/react-query-devtools": "^5.79.2",
|
|
|
|
"@tanstack/react-query-persist-client": "^5.79.2",
|
2025-04-16 06:42:32 +08:00
|
|
|
"@tanstack/react-table": "^8.21.3",
|
2025-05-29 02:10:47 +08:00
|
|
|
"@tanstack/react-virtual": "^3.13.9",
|
2025-03-08 07:02:56 +08:00
|
|
|
"@types/prettier": "^2.7.3",
|
|
|
|
"@types/react-color": "^3.0.13",
|
2025-05-02 03:47:34 +08:00
|
|
|
"axios": "^1.9.0",
|
2025-01-07 02:29:29 +08:00
|
|
|
"canvas-confetti": "^1.9.3",
|
2025-04-19 14:20:37 +08:00
|
|
|
"chart.js": "4.4.9",
|
2025-01-07 02:29:29 +08:00
|
|
|
"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",
|
2025-04-10 01:59:28 +08:00
|
|
|
"cmdk": "^1.1.1",
|
2025-01-07 02:29:29 +08:00
|
|
|
"dayjs": "^1.11.13",
|
2025-03-15 08:14:48 +08:00
|
|
|
"dom-to-image": "^2.6.0",
|
2025-01-07 02:29:29 +08:00
|
|
|
"email-validator": "^2.0.4",
|
|
|
|
"font-color-contrast": "^11.1.0",
|
2025-05-29 02:10:47 +08:00
|
|
|
"framer-motion": "^12.15.0",
|
2025-03-15 03:25:59 +08:00
|
|
|
"intersection-observer": "^0.12.2",
|
2025-01-07 02:29:29 +08:00
|
|
|
"js-cookie": "^3.0.5",
|
2025-04-05 01:54:41 +08:00
|
|
|
"js-yaml": "^4.1.0",
|
2025-01-07 02:29:29 +08:00
|
|
|
"jwt-decode": "^4.0.0",
|
2025-03-08 07:02:56 +08:00
|
|
|
"lodash": "^4.17.21",
|
2025-05-29 02:10:47 +08:00
|
|
|
"monaco-sql-languages": "^0.15.0",
|
2025-05-10 03:26:08 +08:00
|
|
|
"monaco-yaml": "^5.4.0",
|
2025-05-29 02:10:47 +08:00
|
|
|
"mutative": "^1.2.0",
|
2025-05-31 01:16:48 +08:00
|
|
|
"next": "14.2.29",
|
2025-03-13 00:04:56 +08:00
|
|
|
"next-themes": "^0.4.6",
|
2025-05-29 02:10:47 +08:00
|
|
|
"papaparse": "^5.5.3",
|
2025-01-07 02:29:29 +08:00
|
|
|
"pluralize": "^8.0.0",
|
2025-06-03 12:15:59 +08:00
|
|
|
"posthog-js": "^1.249.1",
|
2025-03-04 00:40:02 +08:00
|
|
|
"prettier": "^3.5.3",
|
2025-05-31 03:22:56 +08:00
|
|
|
"prettier-plugin-tailwindcss": "^0.6.12",
|
2025-01-07 02:29:29 +08:00
|
|
|
"react": "^18",
|
2025-03-08 07:02:56 +08:00
|
|
|
"react-color": "^2.19.3",
|
2025-04-12 12:30:47 +08:00
|
|
|
"react-colorful": "^5.6.1",
|
2025-03-18 06:20:15 +08:00
|
|
|
"react-day-picker": "8.10.1",
|
2025-01-07 02:29:29 +08:00
|
|
|
"react-dom": "^18",
|
2025-05-15 01:16:35 +08:00
|
|
|
"react-hotkeys-hook": "^5.1.0",
|
2025-03-08 07:02:56 +08:00
|
|
|
"react-markdown": "^10.1.0",
|
2025-01-07 02:29:29 +08:00
|
|
|
"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-06-03 12:15:59 +08:00
|
|
|
"sonner": "^2.0.5",
|
2025-05-12 23:58:28 +08:00
|
|
|
"tailwind-merge": "^3.3.0",
|
2025-03-08 07:02:56 +08:00
|
|
|
"use-context-selector": "^2.0.0",
|
2025-01-07 02:29:29 +08:00
|
|
|
"utility-types": "^3.11.0",
|
2025-05-31 03:22:56 +08:00
|
|
|
"virtua": "^0.41.3",
|
2025-06-03 12:15:59 +08:00
|
|
|
"zod": "^3.25.49",
|
2025-05-29 02:10:47 +08:00
|
|
|
"zustand": "^5.0.5"
|
2025-01-07 02:29:29 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-03-20 02:03:54 +08:00
|
|
|
"@chromatic-com/storybook": "^3.2.6",
|
2025-05-31 01:16:48 +08:00
|
|
|
"@next/bundle-analyzer": "^15.3.3",
|
2025-04-26 05:12:18 +08:00
|
|
|
"@playwright/test": "^1.52.0",
|
2025-04-05 02:25:06 +08:00
|
|
|
"@storybook/addon-controls": "^8.6.12",
|
2025-05-29 02:10:47 +08:00
|
|
|
"@storybook/addon-essentials": "^8.6.14",
|
|
|
|
"@storybook/addon-interactions": "^8.6.14",
|
|
|
|
"@storybook/blocks": "^8.6.14",
|
|
|
|
"@storybook/nextjs": "^8.6.14",
|
|
|
|
"@storybook/react": "^8.6.14",
|
|
|
|
"@storybook/test": "^8.6.14",
|
|
|
|
"@tailwindcss/postcss": "4.1.8",
|
2025-05-29 03:16:17 +08:00
|
|
|
"@testing-library/jest-dom": "^6.6.3",
|
2025-04-05 02:25:06 +08:00
|
|
|
"@testing-library/react": "^16.3.0",
|
2025-01-07 02:29:29 +08:00
|
|
|
"@types/canvas-confetti": "^1.9.0",
|
2025-05-07 03:47:02 +08:00
|
|
|
"@types/dotenv": "^8.2.3",
|
2025-01-07 02:29:29 +08:00
|
|
|
"@types/js-cookie": "^3.0.6",
|
2025-04-05 01:54:41 +08:00
|
|
|
"@types/js-yaml": "^4.0.9",
|
2025-05-29 02:10:47 +08:00
|
|
|
"@types/lodash": "^4.17.17",
|
2025-01-07 02:29:29 +08:00
|
|
|
"@types/node": "^20",
|
2025-05-08 23:41:34 +08:00
|
|
|
"@types/papaparse": "^5.3.16",
|
2025-01-07 02:29:29 +08:00
|
|
|
"@types/pluralize": "^0.0.33",
|
|
|
|
"@types/react": "^18",
|
|
|
|
"@types/react-dom": "^18",
|
2025-04-10 12:19:54 +08:00
|
|
|
"@types/react-scroll-to-bottom": "^4.2.5",
|
2025-01-07 02:29:29 +08:00
|
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
2025-06-03 12:15:59 +08:00
|
|
|
"@vitest/ui": "^3.2.0",
|
2025-04-26 05:12:18 +08:00
|
|
|
"dotenv": "^16.5.0",
|
2025-05-31 03:22:56 +08:00
|
|
|
"eslint": "^8.57.1",
|
|
|
|
"eslint-config-next": "15.3.3",
|
|
|
|
"eslint-config-prettier": "^10.1.5",
|
|
|
|
"eslint-plugin-storybook": "^0.12.0",
|
2025-05-29 03:16:17 +08:00
|
|
|
"glob": "^11.0.2",
|
|
|
|
"jsdom": "^26.1.0",
|
2025-03-04 02:46:51 +08:00
|
|
|
"msw-storybook-addon": "^2.0.4",
|
2025-06-03 12:15:59 +08:00
|
|
|
"sass": "^1.89.1",
|
2025-04-05 02:25:06 +08:00
|
|
|
"tailwind-scrollbar": "^4.0.2",
|
2025-05-29 02:10:47 +08:00
|
|
|
"tailwindcss": "4.1.8",
|
2025-02-22 03:37:56 +08:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2025-05-29 03:16:17 +08:00
|
|
|
"typescript": "^5",
|
2025-06-03 12:15:59 +08:00
|
|
|
"vitest": "^3.2.0"
|
2025-01-07 02:29:29 +08:00
|
|
|
},
|
2025-03-04 02:46:51 +08:00
|
|
|
"msw": {
|
|
|
|
"workerDirectory": [
|
|
|
|
"public"
|
|
|
|
]
|
|
|
|
}
|
2025-03-05 10:44:42 +08:00
|
|
|
}
|