react-dropdown-aria-jesus
Version:
Simple and accessible React dropdown component
103 lines (102 loc) • 2.86 kB
JSON
{
"name": "react-dropdown-aria-jesus",
"version": "1.0.22",
"description": "Simple and accessible React dropdown component",
"main": "dist/index.js",
"module": "dist/index.es.js",
"typings": "dist/index.d.ts",
"scripts": {
"clean": "rd /s /q 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/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",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.6",
"babel-plugin-emotion": "^10.0.14",
"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",
"jest-emotion": "^10.0.11",
"jsx-loader": "^0.13.2",
"prettier": "^1.18.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rollup": "^2.25.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.27.2",
"sinon": "^6.1.5",
"ts-jest": "^25.5.0",
"typescript": "^3.8.3"
},
"dependencies": {
"emotion": "^9.2.6"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"jest": {
"modulePathIgnorePatterns": [
"./node_modules"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/(__tests?__/)([^_].*/)*?[^_][^/]*?\\.(test|spec)?\\.(tsx?))$",
"setupFiles": [
"./enzymeAdapter.setup.ts"
],
"snapshotSerializers": [
"jest-emotion"
]
},
"bundlesize": [
{
"path": "./dist/index.js"
}
]
}