2019-10-14 16:00:50 +02:00
|
|
|
{
|
|
|
|
|
"name": "@scm-manager/ui-scripts",
|
2020-06-04 09:03:17 +00:00
|
|
|
"version": "2.0.0",
|
2019-10-14 16:00:50 +02:00
|
|
|
"description": "Build scripts for SCM-Manager",
|
|
|
|
|
"main": "src/index.js",
|
|
|
|
|
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
|
2020-03-23 15:35:58 +01:00
|
|
|
"license": "MIT",
|
2019-10-14 16:00:50 +02:00
|
|
|
"private": false,
|
|
|
|
|
"bin": {
|
|
|
|
|
"ui-scripts": "./bin/ui-scripts.js"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2020-05-31 04:41:09 +00:00
|
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.3.0",
|
2019-10-14 16:00:50 +02:00
|
|
|
"babel-loader": "^8.0.6",
|
|
|
|
|
"css-loader": "^3.2.0",
|
|
|
|
|
"file-loader": "^4.2.0",
|
2020-03-23 04:42:53 +00:00
|
|
|
"mini-css-extract-plugin": "^0.9.0",
|
2019-10-14 16:00:50 +02:00
|
|
|
"mustache": "^3.1.0",
|
2019-11-18 10:56:40 +01:00
|
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
2020-03-23 04:42:58 +00:00
|
|
|
"react-refresh": "^0.8.0",
|
2020-03-16 08:49:42 +01:00
|
|
|
"sass": "^1.26.3",
|
2019-10-14 16:00:50 +02:00
|
|
|
"sass-loader": "^8.0.0",
|
|
|
|
|
"script-loader": "^0.7.2",
|
|
|
|
|
"style-loader": "^1.0.0",
|
2020-01-13 21:38:28 +01:00
|
|
|
"webpack": "^4.41.5",
|
|
|
|
|
"webpack-cli": "^3.3.10",
|
2020-01-27 13:30:46 +01:00
|
|
|
"webpack-dev-server": "^3.10.1",
|
|
|
|
|
"worker-plugin": "^3.2.0"
|
2019-10-16 08:08:37 +02:00
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": "@scm-manager/eslint-config",
|
|
|
|
|
"rules": {
|
|
|
|
|
"no-console": "off"
|
|
|
|
|
}
|
2019-10-16 11:22:33 +02:00
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
2020-01-29 15:22:54 +01:00
|
|
|
}
|
2019-10-14 16:00:50 +02:00
|
|
|
}
|