@baseplate-dev/react-generators
Version:
React Generators for Baseplate
55 lines • 1.62 kB
JavaScript
export const REACT_PACKAGES = {
// React
react: '19.1.0',
'react-dom': '19.1.0',
'@tanstack/react-router': '1.130.8',
'@tanstack/router-plugin': '1.130.8',
'@types/node': `^22.0.0`,
'@types/react': '19.1.3',
'@types/react-dom': '19.1.3',
'@vitejs/plugin-react': '5.0.2',
vite: '7.1.5',
'vite-plugin-svgr': '4.5.0',
'vite-tsconfig-paths': '5.1.4',
loglevel: '1.9.1',
// Tailwind
'@tailwindcss/vite': '4.1.13',
tailwindcss: '4.1.13',
'prettier-plugin-tailwindcss': '0.6.14',
'tw-animate-css': '1.2.9',
'tailwind-merge': '3.3.1',
// Components
'@hookform/resolvers': '5.0.1',
clsx: '2.1.1',
'react-hook-form': '7.60.0',
'react-icons': '5.5.0',
'react-select': '5.10.1',
zustand: '5.0.3',
'react-error-boundary': '6.0.0',
'radix-ui': '1.4.2',
'class-variance-authority': '0.7.1',
cmdk: '1.1.1',
sonner: '2.0.3',
// Date Picker
'react-day-picker': '9.7.0',
'date-fns': '4.1.0',
// GraphQL
'@apollo/client': '3.13.8',
graphql: '16.11.0',
'graphql-ws': '5.16.0',
'@graphql-codegen/cli': '5.0.7',
'@graphql-codegen/typescript': '4.1.6',
'@graphql-codegen/typescript-operations': '4.6.1',
'@graphql-codegen/typed-document-node': '5.1.2',
'@graphql-typed-document-node/core': '3.2.0',
'@parcel/watcher': '2.5.1',
// Utils
nanoid: '3.3.8',
'use-subscription': '^1.5.1',
'@types/use-subscription': '^1.0.0',
// Validation
zod: '3.25.76',
// Sentry
'@sentry/react': '9.17.0',
};
//# sourceMappingURL=react-packages.js.map