Bumps the production-dependencies group with 2 updates: [motion](https://github.com/motiondivision/motion) and [simple-icons](https://github.com/simple-icons/simple-icons). Updates `motion` from 12.30.0 to 12.34.0 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.30.0...v12.34.0) Updates `simple-icons` from 16.7.0 to 16.8.0 - [Release notes](https://github.com/simple-icons/simple-icons/releases) - [Commits](https://github.com/simple-icons/simple-icons/compare/16.7.0...16.8.0) --- updated-dependencies: - dependency-name: motion dependency-version: 12.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: simple-icons dependency-version: 16.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "@page-agent/ext",
|
|
"private": true,
|
|
"version": "0.1.4",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "wxt",
|
|
"build:ext": "wxt build",
|
|
"zip": "wxt zip",
|
|
"postinstall": "wxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/chrome": "^0.1.34",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.1",
|
|
"@vitejs/plugin-react-swc": "^4.1.0",
|
|
"@wxt-dev/module-react": "^1.1.5",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"tailwindcss": "^4.1.14",
|
|
"tw-animate-css": "^1.4.0",
|
|
"wxt": "^0.20.13"
|
|
},
|
|
"dependencies": {
|
|
"@page-agent/core": "1.1.2",
|
|
"@page-agent/llms": "1.1.2",
|
|
"@page-agent/page-controller": "1.1.2",
|
|
"@page-agent/ui": "1.1.2",
|
|
"@radix-ui/react-hover-card": "^1.1.15",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
"@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.563.0",
|
|
"motion": "^12.34.0",
|
|
"next-themes": "^0.4.6",
|
|
"rough-notation": "^0.5.1",
|
|
"simple-icons": "^16.8.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.4.0"
|
|
}
|
|
}
|