{ "name": "chronograf-ui", "version": "1.4.0-0", "private": false, "license": "AGPL-3.0", "description": "", "repository": { "type": "git", "url": "github:influxdata/chronograf" }, "scripts": { "build": "yarn run clean && env NODE_ENV=production webpack --optimize-minimize --config ./webpack/prodConfig.js", "build:dev": "webpack --config ./webpack/devConfig.js", "start": "yarn run clean && webpack --watch --config ./webpack/devConfig.js", "start:hmr": "webpack-dev-server --open --config ./webpack/devConfig.js", "lint": "esw src/", "test": "karma start", "test:integration": "nightwatch tests --skip", "test:lint": "yarn run lint; yarn run test", "test:dev": "concurrently \"yarn run lint --watch\" \"yarn run test --no-single-run --reporters=verbose\"", "clean": "rm -rf build/*", "storybook": "node ./storybook.js", "prettier": "prettier --single-quote --trailing-comma es5 --bracket-spacing false --semi false --write \"{src,spec}/**/*.js\"; eslint src --fix" }, "author": "", "eslintConfig": { "env": { "mocha": true } }, "devDependencies": { "@kadira/storybook": "^2.21.0", "autoprefixer": "^6.3.1", "babel-core": "^6.5.1", "babel-eslint": "6.1.2", "babel-loader": "^6.2.2", "babel-plugin-lodash": "^2.0.1", "babel-plugin-syntax-trailing-function-commas": "^6.5.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-object-rest-spread": "^6.16.0", "babel-plugin-transform-react-remove-prop-types": "^0.2.1", "babel-plugin-transform-runtime": "^6.5.0", "babel-polyfill": "^6.13.0", "babel-preset-es2015": "^6.5.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.16.0", "babel-runtime": "^6.5.0", "bower": "^1.7.7", "chai": "^3.5.0", "concurrently": "^3.5.0", "core-js": "^2.1.3", "css-loader": "^0.23.1", "envify": "^3.4.0", "enzyme": "^2.4.1", "eslint": "^3.14.1", "eslint-loader": "1.6.1", "eslint-plugin-prettier": "^2.1.2", "eslint-plugin-react": "6.6.0", "eslint-watch": "^3.1.2", "express": "^4.14.0", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.8.5", "hanson": "^1.1.1", "hson-loader": "^1.0.0", "html-webpack-plugin": "^2.22.0", "imports-loader": "^0.6.5", "jsdom": "^9.0.0", "json-loader": "^0.5.4", "karma": "^1.3.0", "karma-cli": "^1.0.1", "karma-mocha": "^1.1.1", "karma-phantomjs-launcher": "^1.0.2", "karma-sinon-chai": "^1.2.4", "karma-sourcemap-loader": "^0.3.7", "karma-verbose-reporter": "^0.0.6", "karma-webpack": "^1.8.0", "mocha": "^2.4.5", "mocha-loader": "^0.7.1", "mustache": "^2.2.1", "node-sass": "^4.5.3", "on-build-webpack": "^0.1.0", "postcss-browser-reporter": "^0.4.0", "postcss-calc": "^5.2.0", "postcss-loader": "^0.8.0", "postcss-reporter": "^1.3.1", "precss": "^1.4.0", "prettier": "^1.5.3", "react-addons-test-utils": "^15.0.2", "resolve-url-loader": "^1.6.0", "sass-loader": "^3.2.0", "sinon": "^1.17.4", "sinon-chai": "^2.8.0", "style-loader": "^0.13.0", "testem": "^1.2.1", "uglify-js": "^2.6.1", "webpack": "^1.13.0", "webpack-dev-server": "^1.14.1" }, "dependencies": { "@skidding/react-codemirror": "^1.0.1", "axios": "^0.13.1", "bignumber.js": "^4.0.2", "bootstrap": "^3.3.7", "calculate-size": "^1.1.1", "classnames": "^2.2.3", "dygraphs": "influxdata/dygraphs", "eslint-plugin-babel": "^4.1.2", "fast.js": "^0.1.1", "fixed-data-table": "^0.6.1", "he": "^1.1.1", "jquery": "^3.1.0", "lodash": "^4.3.0", "moment": "^2.13.0", "nano-date": "^2.0.1", "node-uuid": "^1.4.7", "query-string": "^5.0.0", "react": "^15.0.2", "react-addons-shallow-compare": "^15.0.2", "react-codemirror": "^1.0.0", "react-component-resizable": "^1.1.0-rc1", "react-custom-scrollbars": "^4.1.1", "react-dimensions": "^1.2.0", "react-dom": "^15.0.2", "react-grid-layout": "^0.13.9", "react-onclickoutside": "^5.2.0", "react-redux": "^4.4.0", "react-router": "^3.0.2", "react-router-redux": "^4.0.8", "react-sparklines": "^1.4.2", "react-tooltip": "^3.2.1", "redux": "^3.3.1", "redux-auth-wrapper": "^1.0.0", "redux-thunk": "^1.0.3", "rome": "^2.1.22", "updeep": "^0.13.0" } }