UNPKG

ice-frontend-react-mobx

Version:
164 lines (163 loc) 5.93 kB
{ "name": "ice-frontend-react-mobx", "version": "6.0.0", "description": "ICE Frontend REACT+MobX", "main": "index.js", "scripts": { "start": "npm run dev:start", "build": "npm run frontend:build", "test": "NODE_ENV=test jest --runInBand --coverage --verbose", "lint": "npm run lint:js:ci && npm run lint:css", "lint:js": "eslint --ignore-path .gitignore --fix src/* server/*", "lint:js:ci": "eslint --ignore-path .gitignore src/* server/*", "lint:css": "stylelint \"src/**/*.css\"", "clean": "tools/clean_dist.sh", "commit": "git-cz", "release": "standard-version", "dev:start": "NODE_ENV=development webpack-dashboard -- webpack-dev-server --inline --hot --history-api-fallback", "dev:start:be": "npm run reactor:start && npm run server:start:dev", "predev:start:be": "npm run --silent reactor:stop && npm run --silent server:stop || true", "predev:start": "npm run clean", "frontend:build": "NODE_ENV=production webpack --config webpack.config.js", "prefrontend:build": "npm run clean", "reactor": "npm run reactor:start", "reactor:purge": "cd ice-reactor && docker-compose rm -v", "reactor:build": "cd ice-reactor && docker-compose build", "prereactor:build": "npm run reactor:purge", "reactor:start": "cd ice-reactor && docker-compose up -d --force-recreate", "reactor:status": "cd ice-reactor && docker-compose ps", "reactor:stop": "cd ice-reactor && docker-compose down", "reactor:logs": "cd ice-reactor && docker-compose logs -f", "reactor:logs:reactor": "cd ice-reactor && docker-compose logs -f ice-reactor", "reactor:logs:analytics": "cd ice-reactor && docker-compose logs -f ice-analytics", "reactor:logs:dcsim": "cd ice-reactor && docker-compose logs -f dcsim", "reactor:logs:mongo": "cd ice-reactor && docker-compose logs -f mongo", "reactor:logs:elasticsearch": "cd ice-reactor && docker-compose logs -f elasticsearch", "reactor:fetchjars": "cd ice-reactor && node get_jars.js", "server": "npm run server:status", "server:start": "pm2 startOrGracefulReload ecosystem.production.config.js --update-env", "server:start:dev": "pm2 startOrGracefulReload ecosystem.config.js --update-env", "server:stop": "pm2 stop all", "server:restart": "pm2 restart all", "server:status": "pm2 list", "server:logs": "pm2 logs", "server:logs:flush": "pm2 flush", "server:monit": "pm2 monit", "server:delete": "pm2 delete all" }, "repository": { "type": "git", "url": "git+https://github.com/vpsinc/ice-frontend-react-mobx.git" }, "keywords": [ "ICE", "VPS", "Frontend", "react", "mobx" ], "author": "Justin Bastedo", "license": "ISC", "bugs": { "url": "https://github.com/vpsinc/ice-frontend-react-mobx/issues" }, "homepage": "https://github.com/vpsinc/ice-frontend-react-mobx#readme", "devDependencies": { "@google-cloud/storage": "^1.1.0", "axios": "^0.16.1", "babel-eslint": "^7.2.2", "babel-jest": "^19.0.0", "babel-loader": "^6.4.1", "babel-preset-react": "^6.24.1", "babel-preset-react-hmre": "^1.1.1", "body-parser": "^1.17.1", "commitizen": "^2.9.6", "css-loader": "^0.28.0", "cz-conventional-changelog": "^2.0.0", "del": "^2.2.2", "eslint": "^3.19.0", "eslint-config-react": "^1.1.7", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.2.0", "eslint-plugin-node": "^4.2.2", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-react": "^6.10.3", "eslint-plugin-standard": "^3.0.1", "extract-text-webpack-plugin": "^2.1.0", "file-loader": "^0.11.1", "history": "^4.6.1", "html-webpack-plugin": "^2.28.0", "jest": "^19.0.2", "mobx-react": "^4.1.8", "mobx-react-devtools": "^4.2.11", "moxios": "^0.4.0", "pondjs": "^0.8.5", "postcss": "^5.2.17", "postcss-calc": "^5.3.1", "postcss-cssnext": "^2.10.0", "postcss-each": "^0.9.3", "postcss-import": "^9.1.0", "postcss-loader": "^1.3.3", "postcss-mixins": "^5.4.1", "postcss-nested": "^1.0.1", "react": "^15.5.4", "react-addons-css-transition-group": "^15.5.2", "react-d3-components": "^0.6.6", "react-dnd": "^2.3.0", "react-dnd-html5-backend": "^2.3.0", "react-dom": "^15.5.4", "react-notify-toast": "^0.1.5", "react-router": "4.0.0-alpha.6", "react-sparklines": "^1.6.0", "react-timeseries-charts": "^0.12.4", "react-toolbox": "^2.0.0-beta.10", "resolve-pathname": "^2.0.2", "socket.io-client": "^1.7.3", "standard-version": "^4.0.0", "style-loader": "^0.16.1", "stylelint": "^7.10.1", "stylelint-config-standard": "^16.0.0", "url-loader": "^0.5.8", "warning": "^3.0.0", "webpack": "^2.4.1", "webpack-dashboard": "^0.3.0", "webpack-dev-server": "^2.4.2", "webpack-notifier": "^1.5.0" }, "jest": { "verbose": true, "rootDir": "./src", "setupFiles": [ "./common/helpers/JestLocalStorageMock.js" ] }, "dependencies": { "@vpsinc/reactor-api-lib": "^2.4.5", "babel-core": "^6.24.1", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-polyfill": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-1": "^6.24.1", "babel-register": "^6.24.1", "body-parser": "^1.17.1", "chalk": "^1.1.3", "compression": "^1.6.2", "connect-history-api-fallback": "^1.3.0", "debug": "^2.6.3", "express": "^4.15.2", "http-proxy-middleware": "^0.17.4", "mobx": "^3.1.9", "morgan": "^1.8.1", "normalize.css": "^6.0.0", "pm2": "^2.4.5", "request": "^2.81.0", "socket.io": "^1.7.3" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }