ethiopian-date-picker-and-converter
Version:
A React component library for converting and picking Ethiopian dates.
90 lines (89 loc) • 2.66 kB
JSON
{
"name": "ethiopian-date-picker-and-converter",
"version": "1.2.1",
"description": "A React component library for converting and picking Ethiopian dates.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"dist/style.css"
],
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && rollup -c",
"dev": "rollup -c -w",
"prepare": "npm run build",
"prepublishOnly": "npm run test && npm run typecheck",
"typecheck": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KingAbe1/et-calander-picker-and-converter.git"
},
"keywords": [
"calendar",
"ethiopian-calendar",
"date-picker",
"ethiopian-date-picker",
"ethiopian",
"date",
"picker",
"converter",
"react",
"typescript",
"date-converter"
],
"author": "Abel Legesse Shiferaw",
"license": "MIT",
"bugs": {
"url": "https://github.com/KingAbe1/et-calander-picker-and-converter/issues"
},
"homepage": "https://github.com/KingAbe1/et-calander-picker-and-converter#readme",
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-onboarding": "^8.4.5",
"@storybook/blocks": "^8.4.5",
"@storybook/react": "^8.4.5",
"@storybook/react-vite": "^8.4.5",
"@storybook/test": "^8.4.5",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.3.1",
"@types/jest": "^29.5.14",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/styled-components": "^5.1.34",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.5",
"rollup": "^4.9.6",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^8.4.5",
"styled-components": "^6.1.8",
"ts-jest": "^29.2.5",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"styled-components": ">=5.0.0"
},
"sideEffects": false
}