You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.2 KiB
JSON

{
"name": "react-calendario",
"version": "1.0.5",
"description": "A modern, flexible calendar component for React with TypeScript support",
"type": "module",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:lib": "tsc -p tsconfig.build.json && vite build --config vite.config.lib.ts",
"preview": "vite preview",
"prepublishOnly": "npm run build:lib"
},
"keywords": [
"react",
"calendar",
"date",
"datepicker",
"date-range",
"typescript",
"component"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gbili/react-calendario.git"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"classnames": "^2.5.1",
"date-fns": "^4.1.0"
},
"devDependencies": {
"@types/node": "^24.0.14",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sass": "^1.89.2",
"typescript": "^5.8.3",
"vite": "^7.0.4"
}
}