Files
SCM-Manager/scm-ui/ui-scripts/package.json

40 lines
1016 B
JSON
Raw Normal View History

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>",
"license": "MIT",
2019-10-14 16:00:50 +02:00
"private": false,
"bin": {
"ui-scripts": "./bin/ui-scripts.js"
},
"dependencies": {
"@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",
"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",
"react-refresh": "^0.8.0",
"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",
"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
}