samuca-libs
Version:
### Custom React Components
47 lines (46 loc) • 981 B
JSON
{
"name": "samuca-libs",
"version": "1.0.14",
"dependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-scripts": "^1.0.17"
},
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/juliosilvacwb/samucalibs.git"
},
"keywords": [
"Select",
"Combobox",
"listbox",
"aria-selected"
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}