UNPKG

react-anpicker

Version:

a react date picker for supporting persian dates

59 lines (58 loc) 1.75 kB
{ "name": "react-anpicker", "version": "19.0.1", "private": false, "license": "MIT", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "description": "a react date picker for supporting persian dates", "author": "Shahrooz Bazrafshan <kingofday.b@gmail.com> (https://kingofday.ir/)", "keywords": [ "date", "picker", "persian", "jalaali" ], "repository": { "type": "git", "url": "https://github.com/kingofday/react-anpicker" }, "scripts": { "build": "yarn sass && yarn build:esm && yarn build:cjs && yarn copy-files rm -rf ./dist", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir dist/cjs", "sass": "sass --no-source-map --style=compressed src/components", "clean": "rm -rf ./dist", "copy-files": "copyfiles -f \"./src/**/*.css\" \"dist/esm/components\"" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^13.0.0", "@types/jest": "^28.1.5", "@types/node": "^18.0.4", "@types/react": "^19", "@types/react-dom": "^19", "copyfiles": "^2.4.1", "react": "^19.0.0", "react-dom": "^19.0.0", "sass": "^1.53.0", "typescript": "^4.4.2" }, "files": [ "/dist" ], "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "dependencies": { "react-anpicker": "^1.3.5" } }