mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
* using browsersync instead of livereload * `gulp serve` works as before * `gulp sync` starts browserSync and serves UI on port 3000 * everything is built in `build/` * build release with `gulp build --release`
79 lines
2.1 KiB
JSON
79 lines
2.1 KiB
JSON
{
|
|
"name": "weave-scope",
|
|
"version": "1.2.0",
|
|
"description": "SPA JS app for Weave Scope visualising the application network.",
|
|
"repository": "weaveworks/scope",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"d3": "^3.5.5",
|
|
"dagre": "^0.7.2",
|
|
"flux": "^2.0.3",
|
|
"font-awesome": "^4.3.0",
|
|
"keymirror": "^0.1.1",
|
|
"lodash": "~3.9.3",
|
|
"material-ui": "~0.7.5",
|
|
"object-assign": "^2.0.0",
|
|
"page": "^1.6.3",
|
|
"react": "^0.13.3",
|
|
"react-tap-event-plugin": "^0.1.7",
|
|
"react-tween-state": "0.0.5",
|
|
"reqwest": "~1.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer-core": "^5.2.0",
|
|
"babel-core": "^5.4.7",
|
|
"babel-eslint": "^3.1.9",
|
|
"babel-loader": "^5.1.3",
|
|
"babelify": "^6.1.2",
|
|
"browser-sync": "^2.7.6",
|
|
"css-loader": "^0.14.4",
|
|
"del": "^1.2.0",
|
|
"eslint": "^0.21.2",
|
|
"eslint-loader": "^0.11.2",
|
|
"eslint-plugin-jasmine": "^1.0.0",
|
|
"eslint-plugin-react": "^2.3.0",
|
|
"file-loader": "^0.8.4",
|
|
"font-awesome-webpack": "0.0.3",
|
|
"gulp": "^3.8.11",
|
|
"gulp-autoprefixer": "^2.3.0",
|
|
"gulp-changed": "^1.2.1",
|
|
"gulp-connect": "^2.2.0",
|
|
"gulp-eslint": "^0.12.0",
|
|
"gulp-filter": "^2.0.2",
|
|
"gulp-if": "^1.2.5",
|
|
"gulp-load-plugins": "^0.10.0",
|
|
"gulp-preprocess": "^1.2.0",
|
|
"gulp-size": "^1.2.1",
|
|
"gulp-util": "^3.0.4",
|
|
"jasmine-core": "^2.3.4",
|
|
"karma": "^0.12.33",
|
|
"karma-cli": "0.0.4",
|
|
"karma-jasmine": "^0.3.5",
|
|
"karma-phantomjs-launcher": "^0.1.4",
|
|
"karma-webpack": "^1.5.1",
|
|
"less": "^2.5.1",
|
|
"less-loader": "^2.2.0",
|
|
"minimist": "^1.1.1",
|
|
"node-libs-browser": "^0.5.2",
|
|
"postcss-loader": "^0.4.3",
|
|
"proxy-middleware": "^0.12.0",
|
|
"react-tools": "^0.13.3",
|
|
"reactify": "^1.1.1",
|
|
"run-sequence": "^1.1.0",
|
|
"style-loader": "^0.12.3",
|
|
"url-loader": "^0.5.6",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"webpack": "^1.9.10"
|
|
},
|
|
"scripts": {
|
|
"lint": "gulp lint",
|
|
"start": "gulp",
|
|
"test": "karma start test/karma.conf.js --single-run"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
}
|