|
@ -12,10 +12,10 @@ |
|
|
"flow": "flow", |
|
|
"flow": "flow", |
|
|
"flow-typed": "rimraf flow-typed/npm && flow-typed install --overwrite || true", |
|
|
"flow-typed": "rimraf flow-typed/npm && flow-typed install --overwrite || true", |
|
|
"lint": "cross-env NODE_ENV=development eslint --cache --format=node_modules/eslint-formatter-pretty .", |
|
|
"lint": "cross-env NODE_ENV=development eslint --cache --format=node_modules/eslint-formatter-pretty .", |
|
|
"lint-ci": "npm run lint && npm run flow", |
|
|
"lint-ci": "npm run lint && npm run lint-styles && npm run flow", |
|
|
"lint-fix": "npm run lint -- --fix", |
|
|
"lint-fix": "npm run lint -- --fix", |
|
|
"lint-styles": "stylelint app/*.css app/components/*.css --syntax scss", |
|
|
"lint-styles": "stylelint app/*.scss app/components/*.scss --syntax scss", |
|
|
"lint-styles-fix": "stylefmt -r app/*.css app/components/*.css", |
|
|
"lint-styles-fix": "stylelint --fix app/*.scss app/components/*.scss --syntax scss", |
|
|
"package": "npm run build && build --publish never", |
|
|
"package": "npm run build && build --publish never", |
|
|
"package-all": "npm run build && build -mwl", |
|
|
"package-all": "npm run build && build -mwl", |
|
|
"package-linux": "npm run build && build --linux", |
|
|
"package-linux": "npm run build && build --linux", |
|
@ -27,15 +27,20 @@ |
|
|
"start-renderer-dev": "cross-env NODE_ENV=development node --trace-warnings -r babel-register ./node_modules/webpack-dev-server/bin/webpack-dev-server --config webpack.config.renderer.dev.js", |
|
|
"start-renderer-dev": "cross-env NODE_ENV=development node --trace-warnings -r babel-register ./node_modules/webpack-dev-server/bin/webpack-dev-server --config webpack.config.renderer.dev.js", |
|
|
"test": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 node --trace-warnings ./test/runTests.js", |
|
|
"test": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 node --trace-warnings ./test/runTests.js", |
|
|
"test-ci": "npm run package && npm run test && npm run test-e2e", |
|
|
"test-ci": "npm run package && npm run test && npm run test-e2e", |
|
|
"test-all": "npm run lint && npm run flow && npm run build && npm run test && npm run test-e2e", |
|
|
"test-all": "npm run lint && npm run lint-styles && npm run flow && npm run build && npm run test && npm run test-e2e", |
|
|
"test-e2e": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 node --trace-warnings ./test/runTests.js e2e", |
|
|
"test-e2e": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 node --trace-warnings ./test/runTests.js e2e", |
|
|
"test-watch": "npm test -- --watch", |
|
|
"test-watch": "npm test -- --watch", |
|
|
"install-grpc": "cd app && npm run install-grpc" |
|
|
"install-grpc": "cd app && npm run install-grpc" |
|
|
}, |
|
|
}, |
|
|
"browserslist": "electron 1.6", |
|
|
"browserslist": "electron 1.8", |
|
|
"engines": { |
|
|
"engines": { |
|
|
"node": ">=8.0.0", |
|
|
"node": ">=8.2.1", |
|
|
"npm": ">=5.0.0" |
|
|
"npm": ">=5.3.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"devEngines": { |
|
|
|
|
|
"node": ">=8.2.1", |
|
|
|
|
|
"npm": ">=5.3.0", |
|
|
|
|
|
"yarn": ">=0.21.3" |
|
|
}, |
|
|
}, |
|
|
"build": { |
|
|
"build": { |
|
|
"productName": "Zap", |
|
|
"productName": "Zap", |
|
@ -187,11 +192,10 @@ |
|
|
"rimraf": "^2.6.1", |
|
|
"rimraf": "^2.6.1", |
|
|
"sass-loader": "^6.0.6", |
|
|
"sass-loader": "^6.0.6", |
|
|
"sinon": "^2.3.5", |
|
|
"sinon": "^2.3.5", |
|
|
"spectron": "^3.7.0", |
|
|
"spectron": "^3.8.0", |
|
|
"style-loader": "^0.18.1", |
|
|
"style-loader": "^0.18.1", |
|
|
"stylefmt": "^6.0.0", |
|
|
"stylelint": "^9.1.1", |
|
|
"stylelint": "^7.12.0", |
|
|
"stylelint-config-standard": "^18.2.0", |
|
|
"stylelint-config-standard": "^16.0.0", |
|
|
|
|
|
"url-loader": "^0.5.8", |
|
|
"url-loader": "^0.5.8", |
|
|
"webpack": "^3.7.1", |
|
|
"webpack": "^3.7.1", |
|
|
"webpack-bundle-analyzer": "^2.8.2", |
|
|
"webpack-bundle-analyzer": "^2.8.2", |
|
@ -207,7 +211,7 @@ |
|
|
"d3-selection": "^1.2.0", |
|
|
"d3-selection": "^1.2.0", |
|
|
"d3-zoom": "^1.7.1", |
|
|
"d3-zoom": "^1.7.1", |
|
|
"devtron": "^1.4.0", |
|
|
"devtron": "^1.4.0", |
|
|
"electron": "1.6.16", |
|
|
"electron": "1.8.4", |
|
|
"electron-debug": "^1.2.0", |
|
|
"electron-debug": "^1.2.0", |
|
|
"font-awesome": "^4.7.0", |
|
|
"font-awesome": "^4.7.0", |
|
|
"history": "^4.6.3", |
|
|
"history": "^4.6.3", |
|
@ -233,11 +237,6 @@ |
|
|
"source-map-support": "^0.4.15", |
|
|
"source-map-support": "^0.4.15", |
|
|
"xtend": "^4.0.1" |
|
|
"xtend": "^4.0.1" |
|
|
}, |
|
|
}, |
|
|
"devEngines": { |
|
|
|
|
|
"node": ">=7.x", |
|
|
|
|
|
"npm": ">=4.x", |
|
|
|
|
|
"yarn": ">=0.21.3" |
|
|
|
|
|
}, |
|
|
|
|
|
"main": "webpack.config.base.js", |
|
|
"main": "webpack.config.base.js", |
|
|
"directories": { |
|
|
"directories": { |
|
|
"test": "test" |
|
|
"test": "test" |
|
|