summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'front/odiparpack/package.json')
-rw-r--r--front/odiparpack/package.json266
1 files changed, 266 insertions, 0 deletions
diff --git a/front/odiparpack/package.json b/front/odiparpack/package.json
new file mode 100644
index 0000000..efd37f0
--- /dev/null
+++ b/front/odiparpack/package.json
@@ -0,0 +1,266 @@
+{
+ "name": "Boss-Ultimate",
+ "version": "1.7.0",
+ "description": "Boss Ultimate - React Redux Material Admin Template",
+ "private": true,
+ "engines": {
+ "npm": ">=5",
+ "node": ">=8"
+ },
+ "author": "Boss Ultimate Team",
+ "license": "MIT",
+ "scripts": {
+ "analyze:clean": "rimraf stats.json",
+ "preanalyze": "npm run analyze:clean",
+ "analyze": "node ./internals/scripts/analyze.js",
+ "extract-intl": "node ./internals/scripts/extract-intl.js",
+ "npmcheckversion": "node ./internals/scripts/npmcheckversion.js",
+ "preinstall": "npm run npmcheckversion",
+ "postinstall": "npm run build:dll",
+ "prebuild": "npm run build:clean",
+ "build": "cross-env NODE_ENV=production webpack --config internals/webpack/webpack.prod.babel.js --color -p --progress --hide-modules --display-optimization-bailout",
+ "build:clean": "rimraf ./build",
+ "build:dll": "node ./internals/scripts/dependencies.js",
+ "start": "cross-env NODE_ENV=development node server",
+ "start:tunnel": "cross-env NODE_ENV=development ENABLE_TUNNEL=true node server",
+ "start:production": "npm run test && npm run build && npm run start:prod",
+ "start:prod": "cross-env NODE_ENV=production node server",
+ "presetup": "npm i chalk shelljs",
+ "setup": "node ./internals/scripts/setup.js",
+ "postsetup": "npm run build:dll",
+ "clean": "shjs ./internals/scripts/clean.js",
+ "clean:all": "npm run analyze:clean && npm run test:clean && npm run build:clean",
+ "generate": "plop --plopfile internals/generators/index.js",
+ "lint": "npm run lint:js",
+ "lint:eslint": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts",
+ "lint:eslint:fix": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts --fix",
+ "lint:js": "npm run lint:eslint -- . ",
+ "lint:staged": "lint-staged",
+ "prettify": "prettier --write"
+ },
+ "browserslist": [
+ "last 2 versions",
+ "> 1%",
+ "IE 10"
+ ],
+ "lint-staged": {
+ "*.js": [
+ "npm run lint:eslint:fix",
+ "git add --force"
+ ],
+ "*.json": [
+ "prettier --write",
+ "git add --force"
+ ]
+ },
+ "pre-commit": "lint:staged",
+ "resolutions": {
+ "babel-core": "7.0.0-bridge.0"
+ },
+ "dllPlugin": {
+ "path": "node_modules/react-boilerplate-dlls",
+ "exclude": [
+ "@date-io/date-fns",
+ "@types/googlemaps",
+ "@types/markerclustererplus",
+ "autosuggest-highlight",
+ "chalk",
+ "compression",
+ "convert-source-map",
+ "cross-env",
+ "dotenv",
+ "etag",
+ "express",
+ "fs",
+ "ip",
+ "minimist",
+ "moment",
+ "sanitize.css",
+ "serve-favicon",
+ "slick-carousel",
+ "tunnel-agent"
+ ],
+ "include": [
+ "core-js",
+ "lodash",
+ "eventsource-polyfill"
+ ]
+ },
+ "dependencies": {
+ "@babel/plugin-proposal-export-default-from": "^7.2.0",
+ "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
+ "@babel/polyfill": "7.4.3",
+ "@date-io/date-fns": "^1.3.11",
+ "@date-io/moment": "1.3.8",
+ "@material-ui/core": "^4.7.0",
+ "@material-ui/icons": "^4.5.1",
+ "@material-ui/pickers": "^3.2.8",
+ "@types/googlemaps": "^3.38.1",
+ "@types/markerclustererplus": "^2.1.33",
+ "acorn": "^6.1.1",
+ "autoprefixer": "^9.7.3",
+ "autosuggest-highlight": "^3.1.1",
+ "axios": "^0.19.0",
+ "bourbon": "^5.1.0",
+ "bourbon-neat": "^3.0.0",
+ "chalk": "^2.4.2",
+ "chart.js": "^2.7.3",
+ "classnames": "^2.2.6",
+ "compression": "1.7.4",
+ "connected-react-router": "^6.6.1",
+ "cross-env": "5.2.0",
+ "date-fns": "2.1.0",
+ "detect-browser": "^4.0.0",
+ "dotenv": "^6.0.0",
+ "downshift": "^1.31.12",
+ "draft-js": "^0.10.5",
+ "draft-js-inline-toolbar-plugin": "^3.0.0",
+ "draft-js-plugins-editor": "^2.1.1",
+ "draftjs-to-html": "^0.8.3",
+ "draftjs-to-markdown": "^0.5.1",
+ "emoji-js": "^3.5.0",
+ "emoji-picker-react": "^3.1.3",
+ "express": "4.16.4",
+ "fontfaceobserver": "2.1.0",
+ "fs": "0.0.1-security",
+ "history": "4.9.0",
+ "hoist-non-react-statics": "3.3.0",
+ "immutable": "^3.8.2",
+ "intl": "1.2.5",
+ "invariant": "2.2.4",
+ "ip": "1.1.5",
+ "keycode": "^2.2.0",
+ "lodash": "^4.17.15",
+ "lru-memoize": "^1.0.2",
+ "minimist": "1.2.0",
+ "mui-datatables": "^2.13.1",
+ "prop-types": "15.7.2",
+ "rcolor": "^1.0.1",
+ "react": "16.8.6",
+ "react-anchor-link-smooth-scroll": "^1.0.11",
+ "react-animated-slider": "^1.1.2",
+ "react-autosuggest": "^9.3.4",
+ "react-big-calendar": "^0.19.1",
+ "react-calendar": "^2.17.4",
+ "react-countup": "^3.0.3",
+ "react-dom": "16.8.6",
+ "react-draft-wysiwyg": "^1.12.13",
+ "react-dropzone": "^10.2.1",
+ "react-event-listener": "^0.6.1",
+ "react-google-maps": "^9.4.5",
+ "react-helmet": "6.0.0-beta",
+ "react-input-range": "^1.3.0",
+ "react-intl": "2.4.0",
+ "react-ionicons": "^2.1.6",
+ "react-jss": "^10.0.0",
+ "react-loadable": "5.5.0",
+ "react-loading-bar": "0.0.7",
+ "react-markdown": "^4.1.0",
+ "react-modal": "^3.4.4",
+ "react-number-format": "^3.3.4",
+ "react-popper": "^0.10.4",
+ "react-redux": "7.0.2",
+ "react-router-dom": "5.0.1",
+ "react-select": "^3.0.4",
+ "react-slick": "^0.23.1",
+ "react-swipeable-views": "^0.12.13",
+ "react-syntax-highlighter": "^7.0.0",
+ "react-text-mask": "^5.3.2",
+ "react-ultimate-pagination": "^1.2.0",
+ "recharts": "^1.5.0",
+ "recompose": "^0.28.2",
+ "redux": "4.0.1",
+ "redux-form": "8.2.0",
+ "redux-immutable": "4.0.0",
+ "redux-saga": "1.0.2",
+ "reselect": "4.0.0",
+ "sanitize.css": "8.0.0",
+ "serve-favicon": "^2.4.5",
+ "slick-carousel": "^1.8.1",
+ "warning": "4.0.2",
+ "whatwg-fetch": "2.0.4"
+ },
+ "devDependencies": {
+ "@babel/cli": "7.4.3",
+ "@babel/core": "7.4.3",
+ "@babel/plugin-proposal-class-properties": "7.4.0",
+ "@babel/plugin-syntax-dynamic-import": "7.2.0",
+ "@babel/plugin-transform-modules-commonjs": "7.4.3",
+ "@babel/plugin-transform-react-constant-elements": "7.2.0",
+ "@babel/plugin-transform-react-inline-elements": "7.2.0",
+ "@babel/preset-env": "7.4.3",
+ "@babel/preset-react": "7.0.0",
+ "@babel/register": "7.4.0",
+ "add-asset-html-webpack-plugin": "3.1.1",
+ "babel-core": "7.0.0-bridge.0",
+ "babel-eslint": "^8.2.6",
+ "babel-loader": "8.0.5",
+ "babel-plugin-dynamic-import-node": "2.2.0",
+ "babel-plugin-lodash": "3.3.4",
+ "babel-plugin-react-intl": "3.0.1",
+ "babel-plugin-react-transform": "3.0.0",
+ "babel-plugin-styled-components": "^1.10.0",
+ "babel-plugin-transform-react-remove-prop-types": "0.4.24",
+ "chai": "^4.2.0",
+ "circular-dependency-plugin": "5.0.2",
+ "compare-versions": "3.4.0",
+ "compression-webpack-plugin": "2.0.0",
+ "coveralls": "3.0.2",
+ "css-loader": "2.1.1",
+ "enzyme": "3.7.0",
+ "enzyme-adapter-react-16": "1.6.0",
+ "enzyme-to-json": "3.3.4",
+ "eslint": "^4.9.0",
+ "eslint-config-airbnb": "^16.1.0",
+ "eslint-config-airbnb-base": "13.1.0",
+ "eslint-config-prettier": "4.1.0",
+ "eslint-import-resolver-webpack": "0.11.1",
+ "eslint-loader": "2.1.0",
+ "eslint-plugin-flowtype": "2.50.0",
+ "eslint-plugin-import": "2.13.0",
+ "eslint-plugin-jsx-a11y": "6.1.1",
+ "eslint-plugin-prettier": "3.0.1",
+ "eslint-plugin-react": "7.10.0",
+ "eslint-plugin-redux-saga": "1.0.0",
+ "eventsource-polyfill": "0.9.6",
+ "exports-loader": "0.7.0",
+ "file-loader": "3.0.1",
+ "happypack": "^5.0.1",
+ "html-loader": "0.5.5",
+ "html-webpack-plugin": "3.2.0",
+ "imports-loader": "0.8.0",
+ "lint-staged": "8.1.5",
+ "ngrok": "3.1.1",
+ "node-plop": "0.18.0",
+ "node-sass": "^4.12.0",
+ "null-loader": "0.1.1",
+ "offline-plugin": "5.0.6",
+ "optimize-css-assets-webpack-plugin": "^5.0.0",
+ "plop": "2.3.0",
+ "postcss-loader": "3.0.0",
+ "pre-commit": "1.2.2",
+ "prettier": "1.17.0",
+ "prismjs": "^1.11.0",
+ "raw-loader": "2.0.0",
+ "react-app-polyfill": "0.2.2",
+ "react-test-renderer": "16.8.6",
+ "rimraf": "2.6.3",
+ "sass-loader": "^7.1.0",
+ "sass-material-colors": "0.0.5",
+ "shelljs": "^0.8.3",
+ "style-loader": "0.23.1",
+ "stylelint": "10.0.1",
+ "stylelint-config-recommended": "2.2.0",
+ "stylelint-config-styled-components": "0.1.1",
+ "stylelint-processor-styled-components": "1.6.0",
+ "svg-url-loader": "2.3.2",
+ "terser-webpack-plugin": "1.2.3",
+ "url-loader": "1.1.2",
+ "webpack": "4.30.0",
+ "webpack-cli": "3.3.0",
+ "webpack-dev-middleware": "3.6.2",
+ "webpack-hot-middleware": "2.24.3 ",
+ "webpack-pwa-manifest": "4.0.0",
+ "whatwg-fetch": "3.0.0"
+ }
+}