UNPKG

react-nepali-datepicker-bs

Version:

Nepali Datepicker (Bikram Sambat) as a ReactJS component

106 lines (105 loc) 3.85 kB
{ "name": "react-nepali-datepicker-bs", "version": "2.2.4", "description": "Nepali Datepicker (Bikram Sambat) as a ReactJS component", "keywords": [ "react", "nepali date picker", "nepali", "datepicker", "bikram", "sambat", "bikramsambat", "calender" ], "author": { "name": "Vikrant Shrestha", "url": "https://github.com/vincentvicran" }, "license": "MIT", "repository": "https://github.com/vincentvicran/react-nepali-datepicker", "homepage": "https://vikrant-shrestha.com.np", "main": "dist/index.js", "module": "dist/index.modern.js", "style": "src/NepaliDatePicker.scss", "source": "src/index.tsx", "engines": { "node": ">=10" }, "scripts": { "clean-modules": "rimraf node_modules", "clean": "rimraf dist npm-debug.log* yarn-error.log*", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"", "lint:ts": "eslint -c .eslintrc ./src/**/*.{ts,tsx}", "lint:scss": "stylelint 'src/**/*.scss' --syntax scss", "lint": "yarn lint:ts && yarn lint:scss", "lint:fix": "yarn lint:ts --fix && yarn lint:scss --fix", "test": "run-s test:unit test:lint test:build", "test:build": "run-s build", "test:lint": "eslint .", "test:unit": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "start": "microbundle-crl watch --no-compress --format modern,cjs --css-modules false", "prebuild": "yarn clean && yarn format", "build": "microbundle-crl --no-compress --format modern,cjs --css-modules false", "prepare": "yarn build", "version": "git add -A src", "postversion": "git push && git push --tags", "predeploy": "cd example && yarn install && yarn run build", "deploy": "gh-pages -d example/build" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.2.3", "@types/node": "^18.11.9", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "@typescript-eslint/eslint-plugin": "^5.42.0", "@typescript-eslint/parser": "^5.42.0", "babel-eslint": "^10.1.0", "cross-env": "^7.0.3", "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-config-standard": "^17.0.0", "eslint-config-standard-react": "^12.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.31.10", "eslint-plugin-standard": "^5.0.0", "gh-pages": "^4.0.0", "husky": "^8.0.1", "lint-staged": "^13.0.4", "microbundle-crl": "^0.13.10", "npm-run-all": "^4.1.5", "prettier": "^2.7.1", "prettier-stylelint": "^0.4.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", "rimraf": "^3.0.2", "sass": "^1.55.0", "stylelint": "^14.11.0", "stylelint-config-standard": "^25.0.0", "stylelint-declaration-block-no-ignored-properties": "^2.3.0", "stylelint-no-unsupported-browser-features": "^6.0.0", "stylelint-order": "^5.0.0", "stylelint-scss": "^4.3.0", "typescript": "^4.8.4" }, "files": [ "dist", "src/NepaliDatePicker.scss" ], "dependencies": { "bikram-sambat-js": "^1.0.2", "nepali-number": "^1.0.3" } }