UNPKG

reactjs-timezone-select

Version:
64 lines (63 loc) 1.84 kB
{ "name": "reactjs-timezone-select", "version": "2.0.0", "description": "Simple flexible and dynamic React Timezone Selector", "main": "./index.js", "module": "./index.js", "types": "./index.d.ts", "scripts": { "build": "NODE_ENV=production rollup -c rollup.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/amrutsabale/reactjs-timezone-select.git" }, "keywords": [ "react", "timezone", "select", "react timezone select", "react timezone picker", "react-select" ], "author": "amrutsabale", "license": "MIT", "bugs": { "url": "https://github.com/amrutsabale/reactjs-timezone-select/issues" }, "homepage": "https://github.com/amrutsabale/reactjs-timezone-select#readme", "peerDependencies": { "react": "^18 || ^17.0.1 || ^16", "react-dom": "^18 || ^17.0.1 || ^16" }, "dependencies": { "@vvo/tzdb": "^6.61.0", "luxon": "^3.0.1", "react-select": "^4.0.0" }, "devDependencies": { "@babel/core": "7.11.6", "@babel/eslint-parser": "^7.18.9", "@babel/plugin-transform-runtime": "7.17.0", "@babel/preset-env": "7.14.7", "@babel/preset-react": "7.14.5", "@babel/runtime": "7.17.9", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-replace": "^4.0.0", "@rollup/plugin-json": "^4.1.0", "@svgr/rollup": "^6.2.1", "@testing-library/jest-dom": "5.16.2", "@testing-library/react": "12.1.3", "babel-jest": "27.3.1", "babel-loader": "8.1.0", "babel-plugin-import": "^1.13.5", "react": "^17", "react-dom": "^17", "rollup": "^2.78.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-styles": "^4.0.0", "rollup-plugin-terser": "^7.0.2" } }