gregorian-ethiopian-datepicker
Version:
A React date picker component supporting both Gregorian and Ethiopian calendars
69 lines (68 loc) • 2.12 kB
JSON
{
"name": "gregorian-ethiopian-datepicker",
"version": "1.0.2",
"description": "A React date picker component supporting both Gregorian and Ethiopian calendars",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"prebuild": "node -e \"require('fs').mkdirSync('dist', { recursive: true })\"",
"build": "tsc ",
"build:css": "npx tailwindcss -i ./src/styles/global.css -o ./dist/styles.css --minify",
"watch": "concurrently \"npm run watch:ts\" \"npm run watch:css\"",
"watch:ts": "tsc --watch",
"watch:css": "npx tailwindcss -i ./src/styles/global.css -o ./dist/styles.css --watch",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest",
"prepublishOnly": "npm run build",
"lint": "eslint src/**/*.{ts,tsx}",
"format": "prettier --write src/**/*.{ts,tsx}"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@storybook/react": "^8.6.11",
"@storybook/test": "^8.6.11",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.13.15",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"autoprefixer": "^10.4.21",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"postcss": "^8.5.3",
"prettier": "^3.2.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.0.17",
"ts-jest": "^29.1.2",
"typescript": "^5.8.2"
},
"keywords": [
"react",
"datepicker",
"calendar",
"gregorian",
"ethiopian",
"tailwindcss"
],
"author": "Habteyes Asfaw",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/habte1213/gregorian-ethiopian-datepicker.git"
},
"bugs": {
"url": "https://github.com/habte1213/gregorian-ethiopian-datepicker/issues"
}
}