mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-16 05:19:47 +01:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@scm-manager/ui-scripts",
|
|
"version": "2.27.3",
|
|
"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.5.1",
|
|
"babel-loader": "^8.2.3",
|
|
"css-loader": "^6.5.0",
|
|
"file-loader": "^6.2.0",
|
|
"mini-css-extract-plugin": "^2.4.3",
|
|
"mustache": "^3.1.0",
|
|
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
"react-refresh": "^0.10.0",
|
|
"sass": "^1.43.4",
|
|
"sass-loader": "^12.3.0",
|
|
"script-loader": "^0.7.2",
|
|
"style-loader": "^3.3.1",
|
|
"webpack": "^5.60.0",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-dev-server": "^4.4.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"
|
|
}
|
|
}
|