flexible-calendar-ui
Version:
Customizable React calendar components with monthly and yearly views
53 lines (52 loc) • 1.36 kB
JSON
{
"name": "flexible-calendar-ui",
"version": "1.0.1",
"description": "Customizable React calendar components with monthly and yearly views",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
], "scripts": {
"build": "rollup -c",
"clean": "rimraf dist",
"dev": "rollup -c -w",
"demo": "parcel demo.html --open",
"prebuild": "npm run clean",
"prepublishOnly": "npm run build",
"test": "echo \"No tests specified\""
},
"keywords": [
"react",
"calendar",
"attendance",
"date",
"component",
"customizable",
"monthly",
"yearly"
],
"author": "Your Name",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"dayjs": "^1.11.13",
"react-icons": "^5.5.0"
}, "devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"parcel": "^2.9.3",
"postcss": "^8.4.14",
"rimraf": "^3.0.2",
"rollup": "^2.75.6",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^4.7.3"
}
}