@redocly/react-dropdown-aria
Version:
Simple and accessible React dropdown component
99 lines (98 loc) • 2.85 kB
JSON
{
"name": "@redocly/react-dropdown-aria",
"version": "2.0.12",
"description": "Simple and accessible React dropdown component",
"main": "dist/index.js",
"module": "dist/index.es.js",
"typings": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist",
"predev": "yarn clean",
"dev": "rollup -c -w",
"prebuild": "yarn clean",
"build": "rollup -c --environment NODE_ENV:production",
"types": "yarn tsc --emitDeclarationOnly",
"lint": "eslint . --ext .ts,.tsx",
"test": "jest",
"test:update": "jest --updateSnapshot"
},
"author": "Justin Fangrad",
"license": "MIT",
"bugs": {
"url": "https://github.com/jfangrad/react-dropdown-aria/issues"
},
"homepage": "https://github.com/jfangrad/react-dropdown-aria",
"keywords": [
"react",
"dropdown",
"select",
"aria",
"react-dropdown",
"react-dropdown-aria"
],
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.15",
"@types/styled-components": "^5.1.2",
"@types/node": "^13.13.5",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"@types/sinon": "^7.0.13",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"jest-styled-components": "7.0.3",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.6",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"enzyme-to-json": "^3.3.4",
"eslint": "^6.8.0",
"eslint-config-airbnb-typescript": "^7.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"jest": "^26.0.1",
"jsx-loader": "^0.13.2",
"prettier": "^1.18.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rollup": "^2.10.2",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.27.1",
"sinon": "^6.1.5",
"ts-jest": "^25.5.0",
"typescript": "^3.8.3"
},
"dependencies": {},
"peerDependencies": {
"react": "^16.8.4 || ^17.0.0",
"react-dom": "^16.8.4 || ^17.0.0",
"styled-components": "^5.1.1"
},
"jest": {
"modulePathIgnorePatterns": [
"./node_modules"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/(__tests?__/)([^_].*/)*?[^_][^/]*?\\.(test|spec)?\\.(tsx?))$",
"setupFiles": [
"./enzymeAdapter.setup.ts"
],
"setupFilesAfterEnv": ["./styled.setup.ts"]
},
"bundlesize": [
{
"path": "./dist/index.js"
}
]
}