-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 2.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "smartsla-frontend",
"version": "1.6.6-dev",
"repository": {
"type": "git",
"url": "https://ci.linagora.com/linagora/lgs/linagora/lgs/smartsla/smartsla-frontend.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"test:all": "npm run test:unit ; npm run test:e2e -- --headless"
},
"dependencies": {
"@mdi/font": "^3.5.95",
"@websanova/vue-auth": "^2.21.16-beta",
"axios": "^0.21.1",
"chart.js": "^2.9.3",
"chartjs-plugin-datalabels": "^0.7.0",
"hash-sum": "^1.0.2",
"lodash": "^4.17.21",
"marked": "^1.1.0",
"material-design-icons-iconfont": "^5.0.1",
"moment-business": "^3.0.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.26",
"node-emoji": "^1.10.0",
"pretty-bytes": "^5.3.0",
"punycode": "^2.1.1",
"quill-mention": "^3.0.8",
"strip-ansi": "^5.2.0",
"v-file-upload": "^3.1.7",
"vue": "^2.5.17",
"vue-axios": "^2.1.4",
"vue-chartjs": "^3.5.0",
"vue-clipboard2": "^0.3.1",
"vue-html2canvas": "0.0.4",
"vue-i18n": "^8.3.2",
"vue-md-editor": "^1.3.3",
"vue-meta": "^2.4.0",
"vue-openpaas-components": "github:linagora/vue-openpaas-components",
"vue-router": "^3.0.1",
"vue-scrollto": "^2.17.1",
"vue-text-highlight": "^2.0.10",
"vue2-editor": "^2.6.6",
"vuetify": "^1.5.24",
"vuetify-markdown-editor": "^3.1.0",
"vuetify-upload-button": "^2.0.2",
"vuex": "^3.0.1"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.6.0",
"@vue/cli-plugin-babel": "^3.1.0",
"@vue/cli-plugin-e2e-cypress": "^3.1.0",
"@vue/cli-plugin-eslint": "^3.1.3",
"@vue/cli-plugin-unit-jest": "^4.4.1",
"@vue/cli-service": "^3.4.0",
"@vue/eslint-config-prettier": "^3.0.5",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.5.17",
"compression-webpack-plugin": "6.1.1"
}
}