34 lines
952 B
JSON
34 lines
952 B
JSON
|
{
|
||
|
"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": {}
|
||
|
}
|