git save current version as 0.05

This commit is contained in:
liaibo
2025-12-01 07:22:08 +08:00
parent 140bce9768
commit ddff19672b
1279 changed files with 82021 additions and 421 deletions
+23 -1
View File
@@ -7,7 +7,10 @@
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest"
"test": "vitest",
"test:e2e": "playwright test",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@blocknote/core": "^0.42.0",
@@ -45,8 +48,10 @@
"react-dom": "19.2.0",
"react-dropzone": "^14.3.8",
"react-icons": "5.5.0",
"simple-mind-map": "0.14.0-fix.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tapable": "^2.3.0",
"uuid": "^13.0.0",
"vaul": "^1.1.2",
"y-protocols": "^1.0.6",
@@ -54,16 +59,33 @@
"zustand": "^5.0.8"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.3",
"@playwright/test": "^1.57.0",
"@storybook/addon-a11y": "^10.1.2",
"@storybook/addon-docs": "^10.1.2",
"@storybook/addon-onboarding": "^10.1.2",
"@storybook/addon-vitest": "^10.1.2",
"@storybook/nextjs-vite": "^10.1.2",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitest/browser-playwright": "^4.0.13",
"@vitest/coverage-v8": "^4.0.13",
"eslint": "^9",
"eslint-config-next": "16.0.3",
"eslint-plugin-storybook": "^10.1.2",
"jsdom": "^27.2.0",
"storybook": "^10.1.2",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5",
"vite": "^7.2.4",
"vitest": "^4.0.13"
},
"pnpm": {
"overrides": {
"@tailwindcss/node>tapable": "^2.2.1"
}
}
}