UNPKG

viamobi-component

Version:
94 lines (93 loc) 2.9 kB
{ "private": false, "name": "viamobi-component", "version": "0.0.1", "description": "A React component that viamobi", "main": "build/index.js", "scripts": { "debug": "webpack --watch --mode development --devtool inline-source-map", "build": "webpack --mode production", "test": "jest --coverage --watchAll=false", "test:w": "jest --coverage --watchAll=true", "lint": "pretty-quick --staged && eslint src/ --fix && git add .", "start:dev": "webpack-dev-server --watch --config ./webpack.config.dev.js", "build:debug": "webpack --mode production --colors --devtool source-map", "analizedependences": "source-map-explorer 'build/*.js'" }, "husky": { "hooks": { "pre-commit": "yarn build && yarn lint", "pre-push": "yarn test" } }, "eslintConfig": { "extends": "react-app" }, "repository": { "type": "git", "url": "https://github.com/Viamericas/viamobi-component.git" }, "keywords": [ "react", "sums", "demo" ], "author": "Jorge Armando Arbelaez", "license": "ISC", "peerDependencies": { "i18next": "^19.3.2", "i18next-xhr-backend": "^3.2.2", "prop-types": "^15.7.2", "react": "^16.8.3", "react-dom": "^16.8.3", "react-i18next": "^11.3.3", "simple-react-lightbox": "3.6.4" }, "dependencies": { "i18next": "^18.0.1", "i18next-xhr-backend": "^3.2.0", "prop-types": "^15.7.2", "react": "^16.8.3", "react-bootstrap": "^1.5.2", "react-dom": "^16.8.3", "react-i18next": "^11.0.0", "simple-react-lightbox": "3.6.4" }, "devDependencies": { "@babel/core": "^7.5.5", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/preset-env": "^7.5.5", "@babel/preset-react": "^7.0.0", "@testing-library/react": "^9.1.3", "babel-cli": "^6.26.0", "babel-eslint": "^10.0.3", "babel-jest": "^24.9.0", "babel-loader": "^8.0.6", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "css-loader": "^3.2.0", "eslint": "6.1.0", "eslint-config-airbnb": "18.0.1", "eslint-config-prettier": "^6.1.0", "eslint-loader": "^3.0.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "7.14.3", "eslint-plugin-react-hooks": "1.7.0", "file-loader": "^4.2.0", "husky": "^3.0.5", "jest": "^24.9.0", "lint-staged": "^9.2.5", "node-sass": "^4.13.0", "prettier": "^1.18.2", "pretty-quick": "^1.11.1", "react-test-renderer": "^16.9.0", "sass-loader": "^8.0.0", "style-loader": "^1.0.0", "url-loader": "^2.1.0", "webpack": "^4.12.0", "webpack-cli": "^3.3.7", "webpack-dev-server": "^3.9.0" } }