First steps in integration of IVIS.

This commit is contained in:
Tomas Bures 2018-12-25 20:13:32 +01:00
parent bf626993f4
commit dce5ba7464
35 changed files with 10098 additions and 91 deletions

33
mvis/client/package.json Normal file
View file

@ -0,0 +1,33 @@
{
"name": "mailtrain-ivis-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node ../ivis-core/client/pre-build.js && webpack",
"watch": "node ../ivis-core/client/pre-build.js && webpack --watch"
},
"author": "Tomas Bures",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6",
"babel-loader": "^7.1.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.5",
"file-loader": "^0.11.2",
"i18next-conv": "^3.0.3",
"imports-loader": "^0.7.1",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^1.1.2",
"webpack": "^3.5.5"
},
"optionalDependencies": {},
"dependencies": {}
}