0
0
Fork 0
mirror of https://github.com/alerta/alerta-webui.git synced 2025-03-17 05:52:37 +00:00
alerta_alerta-webui/package.json

52 lines
1.6 KiB
JSON

{
"name": "alerta-webui",
"version": "7.4.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 8000",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint src tests",
"lint:nofix": "vue-cli-service lint --no-fix src tests",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@alerta/vue-authenticate": "^1.4.2",
"acorn-dynamic-import": "^4.0.0",
"axios": "^0.18.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"vue": "^2.6.10",
"vue-class-component": "^6.0.0",
"vue-object-merge": "^0.1.7",
"vue-property-decorator": "^7.3.0",
"vue-router": "^3.1.3",
"vuetify": "^1.5.18",
"vuex": "^3.1.1",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@types/jest": "^23.3.14",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-e2e-cypress": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-plugin-typescript": "^3.11.0",
"@vue/cli-plugin-unit-jest": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-typescript": "^3.2.1",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"node-sass": "^4.12.0",
"sass-loader": "^7.3.1",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.1",
"ts-jest": "^23.10.5",
"typescript": "^3.6.2",
"vue-cli-plugin-vuetify": "^0.4.6",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.3.0"
}
}