UNPKG

@farango/calendar_library

Version:

The **Event Calendar** is a simple and responsive React component that displays a **monthly calendar** with support for events. This component is built with React and SCSS and can be easily integrated into your React applications.

62 lines (61 loc) 1.55 kB
{ "name": "@farango/calendar_library", "version": "0.0.49", "main": "dist/index.js", "author": "Andrés Arango", "license": "MIT", "publishConfig": { "access": "public" }, "keywords": [ "react", "calendar", "event-calendar", "react-component", "responsive-calendar", "monthly-calendar", "date-picker", "event-management", "scss" ], "scripts": { "build": "webpack --mode production", "demo": "webpack serve --config webpack.demo.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@ant-design/icons": "^5.5.1", "@babel/cli": "^7.25.7", "@heroicons/react": "^2.2.0", "antd": "^5.21.4", "autoprefixer": "^10.4.20", "css-loader": "^7.1.2", "postcss": "^8.4.47", "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.4.0", "react-router-dom": "^7.1.1", "sass": "^1.80.2", "sass-loader": "^16.0.2", "style-loader": "^4.0.0", "styled-components": "^6.1.14", "tailwindcss": "^3.4.14" }, "devDependencies": { "@babel/core": "^7.25.8", "@babel/preset-env": "^7.25.8", "@babel/preset-react": "^7.25.7", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", "babel-loader": "^9.2.1", "css-loader": "^7.1.2", "sass": "^1.80.2", "sass-loader": "^16.0.2", "style-loader": "^4.0.0", "typescript": "^5.6.3", "webpack": "^5.95.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.1.0" } }