UNPKG

react-opening-hours

Version:

A simple form UI for collecting hours of operation

90 lines (89 loc) 2.56 kB
{ "name": "react-opening-hours", "version": "2.0.3", "description": "A simple form UI for collecting hours of operation", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"", "prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"", "ladle": "ladle serve", "build": "npm run build:esm && npm run build:cjs", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir dist/cjs" }, "repository": { "type": "git", "url": "git+https://github.com/Perrottarichard/react-opening-hours.git" }, "keywords": [ "react", "typescript", "business", "hours", "select", "opening-hours", "open hours", "close hours", "schedule", "calendar", "hours of operation", "operating hours", "times", "days", "weekly" ], "author": "Perrottarichard", "license": "MIT", "bugs": { "url": "https://github.com/Perrottarichard/react-opening-hours/issues" }, "homepage": "https://sprightly-cendol-934003.netlify.app/", "files": [ "dist", "LICENSE", "README.md" ], "devDependencies": { "@babel/cli": "^7.23.4", "@babel/core": "^7.23.3", "@babel/plugin-transform-runtime": "^7.23.4", "@babel/preset-env": "^7.23.3", "@babel/preset-react": "^7.23.3", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@ladle/react": "^4.0.0", "@mui/icons-material": "^5.14.18", "@mui/material": "^5.14.18", "@mui/system": "^5.14.18", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.1.2", "@types/jest": "^29.5.10", "@types/react": "^18.2.38", "@types/react-dom": "^18.2.17", "@types/react-select": "^5.0.1", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "babel-loader": "^9.1.3", "eslint": "^8.54.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.7.0", "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-select": "^5.8.0", "ts-jest": "^29.1.1", "typescript": "^5.2.2" }, "peerDependencies": { "react": "^16.8 || ^17 || ^18", "react-dom": "^16.8 || ^17 || ^18" } }