UNPKG

bootstrap-based-components

Version:
82 lines (81 loc) 2.59 kB
{ "name": "bootstrap-based-components", "version": "1.2.4", "description": "A Bootstrap based package with React components", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepare": "tsc && copyfiles --up 1 src/**/*.s{a,c}ss dist", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/LuizFelipeM/Bootstrap-based-components.git" }, "keywords": [ "Bootstrap", "Bootstrap Components", "React Components", "Datagrid", "Bootstrap Datagrid", "bootstrap", "bootstrap based", "components", "react components" ], "author": { "name": "Luiz Felipe Moura", "email": "muniz.mourafelipe@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/LuizFelipeM/Bootstrap-based-components/issues" }, "homepage": "https://github.com/LuizFelipeM/Bootstrap-based-components#readme", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.31", "@fortawesome/free-brands-svg-icons": "^5.15.0", "@fortawesome/free-regular-svg-icons": "^5.15.0", "@fortawesome/free-solid-svg-icons": "^5.15.0", "@fortawesome/react-fontawesome": "^0.1.11", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "axios": "^0.20.0", "bootstrap": "^4.5.2", "node-sass": "^4.14.1", "react": "^16.13.1", "react-bootstrap": "^1.3.0", "react-dom": "^16.13.1", "react-router-dom": "^5.2.0", "react-scripts": "3.4.3", "react-vis": "^1.11.7" }, "devDependencies": { "@types/jest": "^24.0.0", "@types/node": "^12.0.0", "@types/react": "^16.9.50", "@types/react-dom": "^16.9.8", "@types/react-router-dom": "^5.1.5", "@types/react-vis": "^1.11.3", "@types/webpack": "^4.41.22", "@typescript-eslint/eslint-plugin": "^4.3.0", "@typescript-eslint/parser": "^4.3.0", "copyfiles": "^2.4.0", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.2.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.21.3", "eslint-plugin-react-hooks": "^4.1.2", "sass-loader": "^10.0.3", "ts-loader": "^8.0.5", "typescript": "~4.0.2", "webpack": "^4.29.0", "webpack-cli": "^3.2.1", "@babel/core": "^7.2.2", "@babel/preset-env": "^7.3.1", "babel-loader": "^8.0.5", "webpack-dev-server": "^3.1.14" } }