@emreygc7/react-basic-calendar
Version:
"Simple and user-friendly calendar package."
65 lines (64 loc) • 1.77 kB
JSON
{
"name": "@emreygc7/react-basic-calendar",
"version": "1.0.1",
"description": "\"Simple and user-friendly calendar package.\"",
"repository": "https://github.com/emreygc7/react-basic-calendar.git",
"author": "Emre Yağcı <emreygc7@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.0.0",
"@types/react": "^18.0.28",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.19.1",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^3.2.7",
"tslib": "^2.5.0",
"typescript": "^5.0.2"
},
"scripts": {
"rollup": "rollup -c",
"start": "rollup -c -w"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"main": "dist/cjs/index.ts",
"module": "dist/esm/index.ts",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/emreygc7"
},
"dependencies": {
"i18next": "^22.4.12",
"react-i18next": "^12.2.0"
},
"keywords": [
"react",
"calendar",
"date",
"time",
"react-calendar",
"react-date",
"react-time",
"react-date-time",
"react-date-picker",
"react-time-picker",
"react-date-time-picker",
"react-date-time-range-picker",
"react-date-range-picker",
"react-time-range-picker"]
}