UNPKG

@orange_digital/chakra-datepicker

Version:
64 lines (63 loc) 1.81 kB
{ "name": "@orange_digital/chakra-datepicker", "version": "1.0.3", "description": "A datepicker written for chakra-ui with chakra-ui", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "lint": "eslint .", "test": "echo 'not implemented'" }, "keywords": [ "chakra", "chakra-ui", "react", "typescript", "datepicker", "date", "datetime" ], "contributors": [ { "email": "bpofficial@icloud.com", "name": "Brayden Phillips" }, { "name": "Daniel Keefer" } ], "author": "Orange Digital", "license": "ISC", "repository": { "url": "https://github.com/OrangeDigitalAustralia/chakra-datepicker", "type": "git" }, "devDependencies": { "@babel/core": "^7.15.5", "@babel/plugin-syntax-jsx": "^7.14.5", "@types/react": "^17.0.20", "@types/react-dom": "^17.0.9", "@typescript-eslint/eslint-plugin": "^4.31.0", "@typescript-eslint/parser": "^4.31.0", "eslint": "^5.16.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", "prettier": "2.3.2", "typescript": "^4.4.2" }, "dependencies": { "@chakra-ui/react": "^1.6.7", "@emotion/react": "^11", "@emotion/styled": "^11", "framer-motion": "^4", "react": "^17.0.2", "react-dom": "^17.0.2", "react-icons": "^4.2.0" } }