UNPKG

syn-ger-prc

Version:

Generic Frontend Component for Ger Prc

107 lines (106 loc) 3.68 kB
{ "name": "syn-ger-prc", "version": "20.04.27.2", "description": "Generic Frontend Component for Ger Prc", "main": "lib/index.js", "author": "David Kastle <david.kastle@synchro.com.br>", "scripts": { "publish-beta": "npm publish --tag beta", "postbuild": "rimraf lib/**/*.map", "dev": "GENERATE_SOURCEMAP=false NODE_ENV=development webpack --progress --color --watch --env.prod", "lint": "./node_modules/.bin/eslint src", "watch": "webpack --progress --color --watch --env.dev", "format": "prettier-eslint --write \"src/**/*.js\"", "build": "GENERATE_SOURCEMAP=false NODE_ENV=production webpack --progress --color --env.prod" }, "repository": { "type": "git", "url": "https://git.synchro.com.br/GoWeb/solfis-ger-prc-client" }, "keywords": [ "react", "react-components", "synchro", "solfis-ger-prc" ], "files": [ "dist", "lib" ], "license": "MIT", "bugs": { "url": "http://git.synchro.com.br/GoWeb/solfis-ger-prc-client/issues" }, "homepage": "https://git.synchro.com.br/GoWeb/solfis-ger-prc-client", "peerDependencies": { "react": "^16.6.3", "react-dom": "^16.8.6" }, "devDependencies": { "@babel/core": "^7.8.6", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-decorators": "^7.8.3", "@babel/plugin-proposal-do-expressions": "^7.8.3", "@babel/plugin-proposal-export-default-from": "^7.8.3", "@babel/plugin-proposal-export-namespace-from": "^7.8.3", "@babel/plugin-proposal-function-bind": "^7.8.3", "@babel/plugin-proposal-function-sent": "^7.8.3", "@babel/plugin-proposal-json-strings": "^7.8.3", "@babel/plugin-proposal-logical-assignment-operators": "^7.8.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", "@babel/plugin-proposal-numeric-separator": "^7.8.3", "@babel/plugin-proposal-optional-chaining": "^7.8.3", "@babel/plugin-proposal-pipeline-operator": "^7.8.3", "@babel/plugin-proposal-throw-expressions": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-import-meta": "^7.8.3", "@babel/preset-env": "^7.8.6", "@babel/preset-react": "^7.8.3", "@babel/register": "^7.8.6", "atool-build": "^0.9.0", "babel-eslint": "^9.0.0", "babel-loader": "^8.0.0", "babel-plugin-root-import": "^6.1.0", "clean-webpack-plugin": "^3.0.0", "compression-webpack-plugin": "^0.3.2", "copy-webpack-plugin": "^4.6.0", "css-loader": "^2.1.1", "eslint": "^5.8.0", "eslint-config-prettier": "^3.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-prettier": "^3.0.0", "eslint-plugin-react": "^6.8.0", "file-loader": "^5.1.0", "html-webpack-plugin": "^3.2.0", "less-loader": "^5.0.0", "less-vars-to-js": "^1.3.0", "mini-css-extract-plugin": "^0.4.4", "prettier": "^1.16.3", "prettier-eslint": "^8.8.2", "prettier-eslint-cli": "^4.7.1", "react": "^16.13.0", "react-dom": "^16.13.0", "style-loader": "^0.23.1", "themes-switch": "^1.0.8", "uglifyjs-webpack-plugin": "^2.2.0", "url-loader": "^3.0.0", "webpack": "^4.42.0", "webpack-clean-obsolete-chunks": "^0.4.0", "webpack-cli": "^3.3.11", "worker-loader": "^0.7.1" }, "dependencies": { "ant-design-pro": "2.3.2", "antd": "^3.26.9", "axios": "^0.16.1", "date-fns": "^1.29.0", "js-file-download": "^0.4.11", "mobx": "^5.15.4", "mobx-react": "^5.3.6", "moment": "^2.22.2", "prop-types": "^15.6.2", "react-highlight-words": "^0.16.0", "react-to-print": "^2.6.3", "synos-helena": "20.3.1-beta.1" } }