react-accessibility
Version:
An React Accessibility Widget that allows users to change sites visual changes
79 lines (78 loc) • 1.89 kB
JSON
{
"name": "react-accessibility",
"version": "0.13.1",
"description": "An React Accessibility Widget that allows users to change sites visual changes",
"author": "Stefan Trinh",
"private": false,
"license": "MIT",
"keywords": [
"react",
"components",
"ui",
"accessibility"
],
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/stefantrinh1/react-accessibility.git"
},
"bugs": {
"url": "https://github.com/stefantrinh1/react-accessibility/issues"
},
"homepage": "https://react-accessibility-widget.netlify.app",
"peerDependencies": {
"react": ">= 16.8",
"react-dom": ">= 16.8"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"react-dropdown": "^1.9.2",
"react-scripts": "4.0.3",
"react-switch": "^6.0.0",
"styled-components": "^5.3.3",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"cross-env": "^7.0.3",
"react": ">= 16.8",
"react-dom": ">= 16.8"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"styled-components": "^5"
}
}