UNPKG

@stephane1920/ts-datepicker-react

Version:

Installation: Run the following command: `npm install @stephane1920/ts-dropdown-react`

85 lines (84 loc) 2.38 kB
{ "name": "@stephane1920/ts-datepicker-react", "main": "dist/index.js", "module": "dist/index.js", "homepage": "https://stephaneli.github.io/lib_typescript-datepicker-react/", "files": [ "dist", "README.md" ], "keywords": [ "datepicker", "react", "typescript", "openclassrooms" ], "author": "Stéphane Lieumont", "license": "ISC", "private": false, "bugs": { "url": "https://github.com/StephaneLi/lib_typescript-datepicker-react/issues" }, "repository": { "type": "git", "url": "git+https://github.com/StephaneLi/lib_typescript-datepicker-react.git" }, "version": "1.0.8", "scripts": { "start": "react-scripts start", "clean": "rm -rf dist", "build": "npm run clean && rollup -c", "test": "react-scripts test", "test-coverage": "react-scripts test a --coverage --collectCoverageFrom='./src/lib/*.tsx'", "eject": "react-scripts eject", "predeploy": "react-scripts build", "deploy": "gh-pages -d build" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "dependencies": { "@fortawesome/free-solid-svg-icons": "^6.1.1", "@fortawesome/react-fontawesome": "^0.1.18" }, "devDependencies": { "@types/node": "^18.0.0", "typescript": "^4.7.4" }, "peerDependencies": { "@rollup/plugin-json": "^4.1.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^14.2.1", "@types/jest": "^28.1.3", "@types/react": "^18.0.14", "@types/react-dom": "^18.0.5", "@types/testing-library__jest-dom": "^5.14.5", "babel-core": "^6.26.3", "babel-runtime": "^6.26.0", "gh-pages": "^4.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", "rollup": "^2.75.7", "rollup-plugin-sass": "^1.2.12", "rollup-plugin-typescript2": "^0.32.1", "ts-loader": "^9.3.1" }, "description": "Installation: Run the following command: `npm install @stephane1920/ts-dropdown-react`" }