UNPKG

painless-ui

Version:
88 lines (87 loc) 2.03 kB
{ "name": "painless-ui", "description": "React ui kit", "license": "MIT", "main": "index.js", "version": "0.0.47", "repository": { "type": "git", "url": "https://github.com/shunnmugam/painless-ui" }, "peerDependencies": { "@types/jest": "24.0.14", "@types/node": "12.0.8", "@types/react": "16.8.19", "@types/react-dom": "16.8.4", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", "react": "^16.8.6", "react-dom": "^16.8.6", "react-router-dom": "^5.0.1", "react-scripts": "3.0.1", "typescript": "3.5.1" }, "scripts": { "build-css": "node-sass src/ -o dist/ --output-style compressed", "compile-ts": "tsc -p ./tsconfig.package.json", "start": "node-sass src/ -o src/ -w & react-scripts start", "build-package": "npm run build-css & npm run compile-ts", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "test:staged": "CI=true react-scripts test", "predeploy": "npm run build", "deploy": "gh-pages -d build" }, "pre-commit": [ "test:staged" ], "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@types/node-sass": "^4.11.0", "@types/react-test-renderer": "^16.8.2", "gh-pages": "^2.1.1", "node-sass": "^4.12.0", "pre-commit": "^1.2.2", "react-test-renderer": "^16.8.6" }, "keywords": [ "react", "react-ui", "ui", "component", "popup", "react-popup", "tooltip", "react-tooltip", "button", "react-button", "accordion", "react-accordion", "badge", "react-badge", "checkbox", "react-checkbox", "tab", "react-tab", "dropdown", "react-dropdown", "react-select", "toast", "react-toast" ] }