@codeurs/react-simple-wheel-picker
Version:
- This package is simple and flexible wheel picker for React - This package move like same as native applications picker - This package support accessibility
86 lines (85 loc) • 2.48 kB
JSON
{
"name": "@codeurs/react-simple-wheel-picker",
"publishConfig": {
"access": "public"
},
"version": "1.0.6",
"main": "dist/index.js",
"files": [ "dist" ],
"license": "MIT",
"author": {
"name": "Keiya Sasaki",
"url": "https://keiya01.github.io/portfolio"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keiya01/react-simple-wheel-picker.git"
},
"keywords": [ "react", "select", "wheel", "picker", "accessibility", "drum" ],
"bugs": {
"url": "https://github.com/keiya01/react-simple-wheel-picker/issues"
},
"homepage": "https://github.com/keiya01/react-simple-wheel-picker#readme",
"scripts": {
"build": "tsc",
"prepublishOnly": "yarn build",
"test": "jest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{ts, tsx}": [ "jest --bail --findRelatedTests", "eslint --fix", "git add" ]
},
"resolutions": {
"@types/react": "^16.9.13"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-links": "^5.2.6",
"@storybook/addon-storyshots": "^5.2.6",
"@storybook/addons": "^5.2.6",
"@storybook/react": "^5.2.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/react-hooks": "^3.2.1",
"@types/jest": "^24.0.23",
"@types/react": "^16.9.13",
"@types/react-dom": "^16.9.4",
"@types/styled-components": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^2.9.0",
"@typescript-eslint/parser": "^2.9.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-plugin-require-context-hook": "^1.0.0",
"eslint": "^6.7.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest-dom": "^4.0.0",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"react-test-renderer": "^16.12.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.2",
"webpack": "^4.41.2"
},
"dependencies": {
"intersection-observer": "^0.7.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"styled-components": "^4.4.1"
}
}