Bumps the production-dependencies group with 3 updates: [ai-motion](https://github.com/gaomeng1900/ai-motion), [motion](https://github.com/motiondivision/motion) and [simple-icons](https://github.com/simple-icons/simple-icons). Updates `ai-motion` from 0.4.7 to 0.4.8 - [Release notes](https://github.com/gaomeng1900/ai-motion/releases) - [Commits](https://github.com/gaomeng1900/ai-motion/compare/v0.4.7...v0.4.8) Updates `motion` from 12.24.0 to 12.26.1 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.24.0...v12.26.1) Updates `simple-icons` from 16.4.0 to 16.5.0 - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/16.4.0...16.5.0) --- updated-dependencies: - dependency-name: ai-motion dependency-version: 0.4.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: motion dependency-version: 12.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: simple-icons dependency-version: 16.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@page-agent/website",
|
|
"private": true,
|
|
"version": "0.0.20",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build:website": "vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.1",
|
|
"@vitejs/plugin-react-swc": "^4.1.0",
|
|
"i18next": "^25.7.3",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-i18next": "^16.5.1",
|
|
"tailwindcss": "^4.1.14",
|
|
"tw-animate-css": "^1.4.0",
|
|
"wouter": "^3.9.0"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.562.0",
|
|
"motion": "^12.26.1",
|
|
"next-themes": "^0.4.6",
|
|
"rough-notation": "^0.5.1",
|
|
"simple-icons": "^16.5.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.4.0"
|
|
}
|
|
}
|