mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-26 10:19:47 +01:00
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"scm-ui/*",
|
|
"scm-plugins/*"
|
|
],
|
|
"scripts": {
|
|
"build": "webpack --mode=production --config=scm-ui/scripts/webpack.config.js",
|
|
"build:dev": "webpack --mode=development --config=scm-ui/scripts/webpack.config.js",
|
|
"test": "jest --config=scm-ui/scripts/jest.config.js",
|
|
"serve": "webpack-dev-server --mode=development --config=scm-ui/scripts/webpack.config.js"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
"@babel/preset-env": "^7.6.2",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-jest": "^24.9.0",
|
|
"babel-loader": "^8.0.6",
|
|
"cache-loader": "^4.1.0",
|
|
"css-loader": "^3.2.0",
|
|
"file-loader": "^4.2.0",
|
|
"flow-mono-cli": "^1.5.0",
|
|
"jest": "^24.9.0",
|
|
"jest-junit": "^8.0.0",
|
|
"mustache": "^3.1.0",
|
|
"node-sass": "^4.12.0",
|
|
"prettier": "^1.18.2",
|
|
"sass-loader": "^8.0.0",
|
|
"script-loader": "^0.7.2",
|
|
"speed-measure-webpack-plugin": "^1.3.1",
|
|
"style-loader": "^1.0.0",
|
|
"terser-webpack-plugin": "^2.1.2",
|
|
"thread-loader": "^2.1.3",
|
|
"webpack": "^4.41.0",
|
|
"webpack-cli": "^3.3.9",
|
|
"webpack-dev-server": "^3.8.2"
|
|
},
|
|
"resolutions": {
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"gitdiff-parser": "https://github.com/cloudogu/gitdiff-parser#3a72da4a8e3d9bfb4b9e01a43e85628c19f26cc4"
|
|
},
|
|
"dependencies": {}
|
|
}
|