mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
127 lines
3.8 KiB
JSON
127 lines
3.8 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,
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"babel-plugin-lodash": "^3.2.10",
|
|
"babel-polyfill": "6.16.0",
|
|
"classnames": "2.2.5",
|
|
"d3-array": "1.0.2",
|
|
"d3-color": "1.0.2",
|
|
"d3-format": "1.0.2",
|
|
"d3-scale": "1.0.4",
|
|
"d3-selection": "1.0.3",
|
|
"d3-shape": "1.0.4",
|
|
"d3-time-format": "2.0.3",
|
|
"d3-zoom": "1.1.1",
|
|
"dagre": "0.7.4",
|
|
"debug": "2.3.3",
|
|
"filesize": "3.3.0",
|
|
"font-awesome": "4.7.0",
|
|
"immutable": "3.8.1",
|
|
"lcp": "1.1.0",
|
|
"lodash": "4.17.2",
|
|
"materialize-css": "0.97.8",
|
|
"moment": "2.17.1",
|
|
"page": "1.7.1",
|
|
"react": "15.4.1",
|
|
"react-dom": "15.4.1",
|
|
"react-motion": "0.4.5",
|
|
"react-redux": "4.4.6",
|
|
"react-tooltip": "3.2.2",
|
|
"redux": "3.6.0",
|
|
"redux-immutable": "3.0.8",
|
|
"redux-logger": "2.7.4",
|
|
"redux-thunk": "2.1.0",
|
|
"reqwest": "2.0.5",
|
|
"reselect": "2.5.4",
|
|
"reselect-map": "1.0.0",
|
|
"timely": "0.1.0",
|
|
"whatwg-fetch": "2.0.1",
|
|
"react-addons-perf": "15.4.1",
|
|
"xterm": "2.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "6.5.3",
|
|
"babel-cli": "^6.18.0",
|
|
"babel-core": "6.18.2",
|
|
"babel-eslint": "7.1.1",
|
|
"babel-jest": "17.0.2",
|
|
"babel-loader": "6.2.8",
|
|
"babel-preset-es2015": "6.18.0",
|
|
"babel-preset-react": "6.16.0",
|
|
"clean-webpack-plugin": "0.1.14",
|
|
"css-loader": "0.26.1",
|
|
"eslint": "3.11.1",
|
|
"eslint-config-airbnb": "13.0.0",
|
|
"eslint-loader": "1.6.1",
|
|
"eslint-plugin-import": "2.2.0",
|
|
"eslint-plugin-jsx-a11y": "2.2.3",
|
|
"eslint-plugin-react": "6.8.0",
|
|
"expect": "^1.20.2",
|
|
"extract-text-webpack-plugin": "1.0.1",
|
|
"file-loader": "0.9.0",
|
|
"html-webpack-plugin": "2.24.1",
|
|
"http-proxy-rules": "1.0.1",
|
|
"immutable-devtools": "0.0.7",
|
|
"jest-cli": "17.0.3",
|
|
"json-loader": "0.5.4",
|
|
"node-sass": "3.13.1",
|
|
"postcss-loader": "1.2.0",
|
|
"react-addons-perf": "15.4.1",
|
|
"redux-devtools": "3.3.1",
|
|
"redux-devtools-dock-monitor": "1.1.1",
|
|
"redux-devtools-log-monitor": "1.1.1",
|
|
"sass-loader": "4.1.1",
|
|
"style-loader": "0.13.1",
|
|
"url": "0.11.0",
|
|
"url-loader": "0.5.7",
|
|
"webpack": "1.13.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"browser-perf": "1.4.5",
|
|
"express": "4.14.0",
|
|
"http-proxy": "1.16.1",
|
|
"perfjankie": "2.1.0",
|
|
"webpack-dev-middleware": "1.8.4",
|
|
"webpack-hot-middleware": "2.13.2"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --config webpack.production.config.js",
|
|
"build-external": "EXTERNAL=true webpack --config webpack.production.config.js",
|
|
"build-pkg": "mkdir -p build-pkg && node node_modules/.bin/babel app/scripts --ignore __tests__ --out-dir build-pkg && cp package.json build-pkg/ && cp -R app/styles build-pkg/",
|
|
"bundle": "npm pack build-pkg --quiet && mv weave-scope-$npm_package_version.tgz weave-scope.tgz",
|
|
"start": "node server.js",
|
|
"start-production": "NODE_ENV=production node server.js",
|
|
"test": "jest",
|
|
"coveralls": "cat coverage/lcov.info | coveralls",
|
|
"lint": "eslint app",
|
|
"clean": "rm build/app.js",
|
|
"noprobe": "../scope stop && ../scope launch --no-probe --app.window 8760h",
|
|
"loadreport": "npm run noprobe && sleep 1 && curl -X POST -H \"Content-Type: application/json\" http://$BACKEND_HOST/api/report -d",
|
|
"s3-publish": "aws s3 cp weave-scope.tgz s3://weaveworks-npm-modules/weave-scope/ --acl public-read"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
".*": "<rootDir>/node_modules/babel-jest"
|
|
},
|
|
"setupFiles": [
|
|
"<rootDir>/test/support/localStorage.js"
|
|
],
|
|
"testPathDirs": [
|
|
"<rootDir>/app/scripts"
|
|
],
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"json"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": "6.9.0"
|
|
}
|
|
}
|