baseui/package.json
2018-11-01 12:10:29 +01:00

56 lines
1.6 KiB
JSON

{
"name": "baseui",
"repository": "ssh://git@git.basehosts.de:22234/panel/basispanel-ui.git",
"version": "0.1.0",
"description": "JS UI for Basispanel Server Management",
"main": "build/lib.js",
"jsnext:main": "build/lib.js",
"scripts": {
"serve": "WEBPACK_ENV=dev webpack-dev-server --inline --hot --host 0.0.0.0",
"dev": "WEBPACK_ENV=dev webpack --progress --colors --watch",
"build": "WEBPACK_ENV=production webpack --colors",
"win-serve": "webpack-dev-server --inline --hot --open",
"win-dev": "webpack --progress --colors --watch",
"win-build": "webpack --colors"
},
"author": "Sebastian Frank",
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-vue": "^3.14.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"url-loader": "^0.6.2",
"vue-hot-reload-api": "^2.3.1",
"vue-html-loader": "^1.2.4",
"vue-loader": "^13.7.3",
"vue-template-compiler": "^2.5.17",
"webpack": "^3.12.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"axios": "^0.16.2",
"babel-polyfill": "^6.26.0",
"intersection-observer": "^0.4.3",
"jwt-decode": "^2.2.0",
"vue": "^2.5.17",
"vue-observe-visibility": "^0.1.3",
"vue-router": "^2.8.1",
"vuex": "^2.5.0"
},
"babel": {
"presets": [
"es2015"
]
}
}