mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-16 05:19:47 +01:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@scm-manager/ui-scripts",
|
|
"version": "2.21.1-SNAPSHOT",
|
|
"description": "Build scripts for SCM-Manager",
|
|
"main": "src/index.js",
|
|
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"bin": {
|
|
"ui-scripts": "./bin/ui-scripts.js"
|
|
},
|
|
"dependencies": {
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.0",
|
|
"babel-loader": "^8.0.6",
|
|
"css-loader": "^3.2.0",
|
|
"file-loader": "^4.2.0",
|
|
"mini-css-extract-plugin": "^0.12.0",
|
|
"mustache": "^3.1.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"react-refresh": "^0.10.0",
|
|
"sass": "^1.26.3",
|
|
"sass-loader": "^8.0.0",
|
|
"script-loader": "^0.7.2",
|
|
"style-loader": "^1.0.0",
|
|
"webpack": "^4.41.5",
|
|
"webpack-cli": "^3.3.10",
|
|
"webpack-dev-server": "^3.10.1",
|
|
"worker-plugin": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@scm-manager/eslint-config": "^2.12.0",
|
|
"@scm-manager/prettier-config": "^2.10.1"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@scm-manager/eslint-config",
|
|
"rules": {
|
|
"no-console": "off"
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|