parent
e61e0fb802
commit
cd2fdb9e23
12 changed files with 2405 additions and 2879 deletions
|
@ -16,28 +16,28 @@
|
|||
"author": "Tomas Bures",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.2.3",
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.2.3",
|
||||
"@babel/plugin-proposal-decorators": "^7.2.3",
|
||||
"@babel/plugin-proposal-function-bind": "^7.2.0",
|
||||
"@babel/preset-env": "^7.2.3",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@coreui/coreui": "^2.1.4",
|
||||
"@fortawesome/fontawesome-free": "^5.6.3",
|
||||
"bootstrap": "^4.2.1",
|
||||
"@babel/cli": "^7.7.5",
|
||||
"@babel/core": "^7.7.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.7.4",
|
||||
"@babel/plugin-proposal-decorators": "^7.7.4",
|
||||
"@babel/plugin-proposal-function-bind": "^7.7.4",
|
||||
"@babel/preset-env": "^7.7.5",
|
||||
"@babel/preset-react": "^7.7.4",
|
||||
"@coreui/coreui": "^2.1.16",
|
||||
"@fortawesome/fontawesome-free": "^5.11.2",
|
||||
"babel-loader": "^8.0.4",
|
||||
"bootstrap": "^4.4.1",
|
||||
"clean-css-cli": "^4.2.1",
|
||||
"css-loader": "^2.1.0",
|
||||
"file-loader": "^3.0.1",
|
||||
"node-sass": "^4.11.0",
|
||||
"nodemon": "^1.18.9",
|
||||
"node-sass": "^4.13.0",
|
||||
"nodemon": "^1.19.4",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"sass-loader": "^7.1.0",
|
||||
"sass-loader": "^7.3.1",
|
||||
"style-loader": "^0.23.1",
|
||||
"url-loader": "^1.1.2",
|
||||
"webpack": "^4.28.3",
|
||||
"webpack-cli": "^3.2.0"
|
||||
"webpack": "^4.41.2",
|
||||
"webpack-cli": "^3.3.10"
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"dependencies": {}
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
www:
|
||||
host: 0.0.0.0
|
||||
proxy: false
|
||||
secret: "zooMee6R"
|
||||
trustedUrlBase: http://mt:3010
|
||||
sandboxUrlBase: http://mt:3011
|
||||
|
||||
mysql:
|
||||
password: foovap1Etieb
|
||||
|
||||
redis:
|
||||
enabled: true
|
||||
|
||||
log:
|
||||
level: verbose
|
|
@ -16,7 +16,7 @@
|
|||
"js-yaml": "^3.12.0",
|
||||
"knex": "^0.16.3",
|
||||
"moment": "^2.18.1",
|
||||
"moment-timezone": "^0.5.21",
|
||||
"moment-timezone": "^0.5.27",
|
||||
"mysql": "^2.16.0",
|
||||
"npmlog": "^4.0.2"
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"dependencies": {
|
||||
"axios": "^0.18.0",
|
||||
"express": "^4.15.2",
|
||||
"handlebars": "^4.0.11",
|
||||
"hbs": "^4.0.1"
|
||||
"handlebars": "^4.5.3",
|
||||
"hbs": "^4.0.6"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue