2019-10-07 10:57:09 +02:00
|
|
|
{
|
|
|
|
|
"private": true,
|
|
|
|
|
"workspaces": [
|
|
|
|
|
"scm-ui/*",
|
|
|
|
|
"scm-plugins/*"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
2019-10-09 14:19:26 +02:00
|
|
|
"build": "webpack --mode=production --config=scm-ui/scripts/webpack.config.js",
|
2019-10-09 15:51:49 +02:00
|
|
|
"build:dev": "webpack --mode=development --config=scm-ui/scripts/webpack.config.js",
|
2019-10-09 10:19:46 +02:00
|
|
|
"test": "jest --config=scm-ui/scripts/jest.config.js",
|
2019-10-08 16:01:31 +02:00
|
|
|
"serve": "webpack-dev-server --mode=development --config=scm-ui/scripts/webpack.config.js"
|
2019-10-07 10:57:09 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/core": "^7.6.2",
|
2019-10-07 17:06:00 +02:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
2019-10-07 10:57:09 +02:00
|
|
|
"@babel/preset-env": "^7.6.2",
|
2019-10-07 17:06:00 +02:00
|
|
|
"@babel/preset-flow": "^7.0.0",
|
2019-10-07 10:57:09 +02:00
|
|
|
"@babel/preset-react": "^7.0.0",
|
2019-10-09 10:19:46 +02:00
|
|
|
"babel-jest": "^24.9.0",
|
2019-10-07 10:57:09 +02:00
|
|
|
"babel-loader": "^8.0.6",
|
2019-10-09 07:43:34 +02:00
|
|
|
"cache-loader": "^4.1.0",
|
2019-10-07 10:57:09 +02:00
|
|
|
"css-loader": "^3.2.0",
|
|
|
|
|
"file-loader": "^4.2.0",
|
2019-10-08 14:02:01 +02:00
|
|
|
"flow-mono-cli": "^1.5.0",
|
2019-10-09 10:19:46 +02:00
|
|
|
"jest": "^24.9.0",
|
|
|
|
|
"jest-junit": "^8.0.0",
|
2019-10-07 17:06:00 +02:00
|
|
|
"mustache": "^3.1.0",
|
2019-10-07 10:57:09 +02:00
|
|
|
"node-sass": "^4.12.0",
|
2019-10-09 10:19:46 +02:00
|
|
|
"prettier": "^1.18.2",
|
2019-10-07 10:57:09 +02:00
|
|
|
"sass-loader": "^8.0.0",
|
|
|
|
|
"script-loader": "^0.7.2",
|
2019-10-08 16:01:31 +02:00
|
|
|
"speed-measure-webpack-plugin": "^1.3.1",
|
2019-10-07 10:57:09 +02:00
|
|
|
"style-loader": "^1.0.0",
|
|
|
|
|
"terser-webpack-plugin": "^2.1.2",
|
2019-10-08 16:01:31 +02:00
|
|
|
"thread-loader": "^2.1.3",
|
2019-10-07 10:57:09 +02:00
|
|
|
"webpack": "^4.41.0",
|
2019-10-07 17:06:00 +02:00
|
|
|
"webpack-cli": "^3.3.9",
|
|
|
|
|
"webpack-dev-server": "^3.8.2"
|
2019-10-09 10:19:46 +02:00
|
|
|
},
|
|
|
|
|
"resolutions": {
|
2019-10-09 20:46:12 +02:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
|
|
|
|
"gitdiff-parser": "https://github.com/cloudogu/gitdiff-parser#3a72da4a8e3d9bfb4b9e01a43e85628c19f26cc4"
|
2019-10-09 10:19:46 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {}
|
2019-10-07 10:57:09 +02:00
|
|
|
}
|