0
0
Fork 0
mirror of https://github.com/alerta/alerta-webui.git synced 2025-03-18 06:12:51 +00:00
alerta_alerta-webui/package.json

57 lines
1.7 KiB
JSON
Raw Normal View History

2019-01-17 17:07:37 +00:00
{
2019-04-14 20:49:22 +00:00
"name": "alerta-webui",
2020-06-22 18:24:05 +00:00
"version": "8.0.0",
2019-01-17 17:07:37 +00:00
"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": {
2020-01-29 13:06:28 +00:00
"@alerta/vue-authenticate": "github:alerta/vue-authenticate",
2019-09-02 20:10:01 +00:00
"acorn-dynamic-import": "^4.0.0",
2019-06-05 19:02:23 +00:00
"axios": "^0.18.1",
2020-01-25 22:22:05 +00:00
"export-to-csv": "^0.2.1",
2019-07-25 19:53:35 +00:00
"lodash": "^4.17.15",
2020-06-22 18:09:23 +00:00
"moment": "^2.27.0",
2020-04-09 10:06:23 +00:00
"typescript-eslint-parser": "^22.0.0",
2020-01-29 12:29:05 +00:00
"vue": "^2.6.11",
"vue-authenticate": "github:alerta/vue-authenticate",
2019-01-17 17:07:37 +00:00
"vue-class-component": "^6.0.0",
2020-06-22 18:09:23 +00:00
"vue-i18n": "^8.18.2",
2020-03-04 18:36:23 +00:00
"vue-object-merge": "^0.1.8",
2019-01-17 17:07:37 +00:00
"vue-property-decorator": "^7.3.0",
2020-06-22 18:09:23 +00:00
"vue-router": "^3.3.4",
2020-03-04 18:36:23 +00:00
"vuetify": "^1.5.24",
2020-06-22 18:09:23 +00:00
"vuex": "^3.4.0",
2019-01-17 17:07:37 +00:00
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@types/jest": "^23.3.14",
2020-01-29 12:29:05 +00:00
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-e2e-cypress": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-typescript": "^3.12.1",
"@vue/cli-plugin-unit-jest": "^3.12.1",
"@vue/cli-service": "^3.12.1",
2019-01-28 00:23:50 +00:00
"@vue/eslint-config-typescript": "^3.2.1",
2020-06-22 18:09:23 +00:00
"@vue/test-utils": "^1.0.3",
2019-01-17 17:07:37 +00:00
"babel-core": "7.0.0-bridge.0",
2020-03-04 18:36:23 +00:00
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
2019-07-25 19:53:35 +00:00
"eslint-plugin-vue": "^5.2.3",
2020-06-22 18:09:23 +00:00
"node-sass": "^4.14.1",
2019-09-02 20:10:01 +00:00
"sass-loader": "^7.3.1",
"stylus": "^0.54.7",
2019-01-17 17:07:37 +00:00
"stylus-loader": "^3.0.1",
"ts-jest": "^23.10.5",
2020-06-22 18:09:23 +00:00
"typescript": "^3.9.5",
2019-01-17 17:07:37 +00:00
"vue-cli-plugin-vuetify": "^0.4.6",
2020-01-29 12:29:05 +00:00
"vue-template-compiler": "^2.6.11",
2020-06-22 18:09:23 +00:00
"vuetify-loader": "^1.5.0"
2019-01-17 17:07:37 +00:00
}
}