{ "name": "ambar-frontend", "version": "0.0.1", "description": "Ambar Frontend", "main": "index.js", "engines": { "node": ">=4.2.0", "npm": "^3.0.0" }, "scripts": { "clean": "rimraf dist", "compile": "better-npm-run compile", "lint": "eslint src tests server", "lint:fix": "npm run lint -- --fix", "start": "better-npm-run start", "dev": "better-npm-run dev", "dev:no-debug": "npm run dev -- --no_debug", "deploy": "better-npm-run deploy", "deploy:dev": "better-npm-run deploy:dev", "deploy:prod": "better-npm-run deploy:prod" }, "betterScripts": { "compile": { "command": "babel-node bin/compile", "env": { "DEBUG": "app:*" } }, "dev": { "command": "nodemon --exec babel-node bin/server", "env": { "NODE_ENV": "development", "DEBUG": "app:*" } }, "deploy": { "command": "npm run clean && npm run compile", "env": { "DEBUG": "app:*" } }, "deploy:dev": { "command": "npm run deploy", "env": { "NODE_ENV": "development", "DEBUG": "app:*" } }, "deploy:prod": { "command": "npm run deploy", "env": { "NODE_ENV": "production", "DEBUG": "app:*" } }, "start": { "command": "babel-node bin/server", "env": { "DEBUG": "app:*" } } }, "author": "RD17 (https://ambar.cloud)", "license": "Fair Source", "dependencies": { "@blueprintjs/core": "^1.32.0", "babel-cli": "^6.5.1", "babel-core": "^6.3.17", "babel-loader": "^6.2.0", "babel-plugin-transform-runtime": "^6.3.13", "babel-polyfill": "^6.9.0", "babel-preset-es2015": "^6.14.0", "babel-preset-es2015-loose": "^7.0.0", "babel-preset-react": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "babel-register": "^6.3.13", "babel-runtime": "^6.3.19", "better-npm-run": "0.0.10", "brace": "^0.9.0", "css-loader": "^0.23.0", "cssnano": "^3.3.2", "debug": "^2.2.0", "deep-equal": "^1.0.1", "extract-text-webpack-plugin": "^1.0.0", "file-loader": "^0.9.0", "fs-extra": "^0.30.0", "history": "^2.0.0", "html-webpack-plugin": "^2.7.1", "immutability-helper": "^2.5.0", "imports-loader": "^0.6.5", "ip": "^1.1.2", "json-loader": "^0.5.4", "koa": "^2.0.0-alpha.3", "koa-connect-history-api-fallback": "^0.3.0", "koa-convert": "^1.2.0", "koa-proxy": "^0.6.0", "koa-static": "^3.0.0", "material-ui": "^0.18.1", "moment": "^2.14.1", "node-sass": "^3.7.0", "postcss-loader": "^0.9.0", "react": "^15.0.0", "react-ace": "^4.1.0", "react-addons-css-transition-group": "^15.6.2", "react-autosuggest": "^9.0.1", "react-dom": "^15.0.0", "react-dropzone": "^3.9.2", "react-input-autosize": "^1.1.4", "react-input-mask": "^0.7.2", "react-redux": "^4.0.0", "react-responsive": "^1.2.6", "react-router": "^2.2.0", "react-router-redux": "^4.0.0", "react-spinkit": "^1.1.11", "react-tap-event-plugin": "^2.0.1", "recharts": "1.0.0-beta.1", "redux": "^3.0.0", "redux-thunk": "^2.0.0", "rimraf": "^2.5.1", "sass-loader": "^4.0.0", "style-loader": "^0.13.0", "url-loader": "^0.5.6", "validator": "^5.5.0", "webpack": "^1.12.14", "whatwg-fetch": "^2.0.1", "yargs": "^4.0.0" }, "devDependencies": { "babel-eslint": "^6.0.0-beta.6", "eslint": "^3.0.1", "eslint-config-standard": "^5.1.0", "eslint-config-standard-react": "^3.0.0", "eslint-plugin-babel": "^3.2.0", "eslint-plugin-promise": "^2.0.0", "eslint-plugin-react": "^6.0.0", "eslint-plugin-standard": "^2.0.0", "isparta-loader": "^2.0.0", "nodemon": "^1.8.1", "react-addons-test-utils": "^15.0.0", "redbox-react": "^1.2.10", "webpack-dev-middleware": "^1.6.1", "webpack-hot-middleware": "^2.6.0" } }