UNPKG

@rsuite/timezone-picker

Version:
104 lines (103 loc) 2.93 kB
{ "name": "@rsuite/timezone-picker", "version": "0.3.1", "description": "timezone picker", "main": "lib/index.js", "typings": "lib/index.d.ts", "directories": { "doc": "docs", "lib": "lib", "example": "examples" }, "files": [ "CHANGELOG.md", "README.md", "lib", "src" ], "scripts": { "dev": "parcel examples/index.html", "build:examples": "rm -rf assets && parcel build examples/index.html -d assets/ --no-source-maps --public-url ./", "build": "node scripts/copyStyles.js && tsc", "lint": "yarn lint:js && yarn lint:style", "lint:js": "eslint -c .eslintrc.js --no-eslintrc --ext .ts,.tsx src examples", "lint:style": "stylelint \"src/**/*.less\"", "lint:fix": "eslint -c .eslintrc.js --no-eslintrc --ext .ts,.tsx --fix src examples", "test": "jest", "test:watch": "jest --watch", "upgrade-dependencies": "npx npm-check-updates -u && yarn", "cz": "git add . && git cz" }, "repository": { "type": "git", "url": "git@github.com:rsuite/timezone-picker.git" }, "keywords": [ "rsuite", "react" ], "author": "leihancn <leihanchenzhou@outlook.com>", "license": "MIT", "devDependencies": { "@babel/core": "^7.11.0", "@babel/preset-env": "^7.11.0", "@babel/preset-react": "7.10.4", "@commitlint/cli": "^9.1.1", "@commitlint/config-conventional": "^9.1.1", "@testing-library/react": "^10.4.7", "@types/jest": "26.0.8", "@types/lodash": "^4.14.158", "@types/react": "^16.9.44", "@types/react-dom": "^16.9.8", "@typescript-eslint/eslint-plugin": "^3.7.1", "@typescript-eslint/parser": "^3.7.1", "babel-plugin-lodash": "^3.3.4", "core-js": "^3.6.5", "cross-env": "^7.0.2", "cz-conventional-changelog": "3.2.0", "date-fns": "^2.15.0", "date-fns-timezone": "^0.1.4", "eslint": "7.6.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.20.5", "eslint-plugin-react-hooks": "^4.0.8", "husky": "4.2.5", "jest": "26.2.2", "less": "^3.12.2", "lodash": "^4.17.19", "parcel-bundler": "^1.12.4", "parcel-plugin-less-js-enabled": "^1.0.2", "prettier": "2.0.5", "react": "^16.13.1", "react-dom": "^16.13.1", "react-test-renderer": "^16.13.1", "regenerator-runtime": "^0.13.7", "rsuite": "^4.7.5", "stylelint": "^13.6.1", "stylelint-config-standard": "^20.0.0", "ts-jest": "26.1.4", "typescript": "^3.9.7" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "husky": { "hooks": { "pre-commit": "yarn lint", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "peerDependencies": { "react": ">=16.13.1", "react-dom": ">=16.13.1", "rsuite": ">=5.0.0" }, "browserslist": [ "> 1%", "last 2 versions", "ie >= 10" ] }