influxdb/ui/package.json

136 lines
4.3 KiB
JSON
Raw Normal View History

2016-09-09 23:10:54 +00:00
{
"name": "chronograf-ui",
2018-03-01 07:23:27 +00:00
"version": "1.4.2-1",
2016-11-08 23:23:42 +00:00
"private": false,
2016-11-11 00:22:04 +00:00
"license": "AGPL-3.0",
"description": "",
"repository": {
"type": "git",
2016-11-08 23:23:42 +00:00
"url": "github:influxdata/chronograf"
2016-09-09 23:10:54 +00:00
},
"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/",
2018-02-20 03:26:40 +00:00
"test": "karma start --single-run",
"test:integration": "nightwatch tests --skip",
"test:lint": "yarn run lint; yarn run test",
2018-02-20 03:26:40 +00:00
"test:dev": "karma start --auto-watch",
"clean": "rm -rf build/*",
"prettier": "prettier --single-quote --trailing-comma es5 --bracket-spacing false --semi false --write \"{src,spec}/**/*.js\"; eslint src --fix"
2016-09-09 23:10:54 +00:00
},
"author": "",
2016-09-09 23:10:54 +00:00
"eslintConfig": {
"env": {
"mocha": true
}
},
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel-core": "^6.5.1",
"babel-eslint": "6.1.2",
"babel-loader": "^7.1.2",
"babel-plugin-lodash": "^2.0.1",
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
2016-10-18 21:02:17 +00:00
"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",
2016-09-16 22:31:52 +00:00
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
2017-01-12 21:59:07 +00:00
"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-config-prettier": "^2.9.0",
"eslint-loader": "1.6.1",
2017-07-20 17:12:48 +00:00
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "6.6.0",
"eslint-watch": "^3.1.2",
"express": "^4.14.0",
2018-02-20 03:51:10 +00:00
"extract-text-webpack-plugin": "^3.0.2",
2018-02-20 00:04:38 +00:00
"file-loader": "^1.1.7",
"hanson": "^1.1.1",
"hson-loader": "^1.0.0",
"html-webpack-plugin": "^2.22.0",
"imports-loader": "^0.6.5",
"jsdom": "^9.0.0",
2018-02-20 03:26:17 +00:00
"json-loader": "^0.5.7",
2018-02-20 03:28:32 +00:00
"karma": "^2.0.0",
2016-09-16 22:31:52 +00:00
"karma-cli": "^1.0.1",
2018-02-20 03:28:32 +00:00
"karma-mocha": "^1.3.0",
2016-09-16 22:31:52 +00:00
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon-chai": "^1.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-verbose-reporter": "^0.0.6",
2018-02-20 03:26:17 +00:00
"karma-webpack": "^2.0.9",
2018-02-20 03:28:32 +00:00
"mocha": "^5.0.1",
"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",
2018-02-20 00:04:38 +00:00
"resolve-url-loader": "^2.2.1",
"sass-loader": "^6.0.6",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.0",
"testem": "^1.2.1",
"uglify-js": "^2.6.1",
2018-02-20 03:51:10 +00:00
"webpack": "^3.11.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
2017-08-07 23:42:45 +00:00
"@skidding/react-codemirror": "^1.0.1",
"axios": "^0.13.1",
2017-08-28 18:58:04 +00:00
"bignumber.js": "^4.0.2",
2016-09-30 20:16:24 +00:00
"bootstrap": "^3.3.7",
"calculate-size": "^1.1.1",
"classnames": "^2.2.3",
2017-12-08 22:33:03 +00:00
"dygraphs": "2.1.0",
"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",
2017-08-07 23:42:45 +00:00
"react-codemirror": "^1.0.0",
2017-09-29 19:15:10 +00:00
"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",
2016-11-11 19:25:34 +00:00
"react-tooltip": "^3.2.1",
"redux": "^3.3.1",
"redux-auth-wrapper": "^1.0.0",
"redux-thunk": "^1.0.3",
2017-03-28 23:20:34 +00:00
"rome": "^2.1.22",
"updeep": "^0.13.0"
2016-09-09 23:10:54 +00:00
}
}