-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
96 lines (96 loc) · 2.83 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "bothub-webapp",
"version": "2.0.0",
"description": "Bothub web application",
"author": "Weni <contato@weni.ai>",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@mdi/font": "^5.2.45",
"@sentry/browser": "^5.29.2",
"@sentry/integrations": "^5.29.2",
"@weni/unnnic-system": "^1.0.16",
"ansi-regex": "5.0.1",
"axios": "0.21.2",
"buefy": "^0.9.4",
"chart.js": "^2.9.4",
"color-string": "1.5.5",
"core-js": "^3.6.5",
"deep-equal": "^2.0.5",
"elliptic": "6.5.4",
"github-markdown-css": "^4.0.0",
"glob-parent": "5.1.2",
"global": "^4.4.0",
"highlight.js": "10.4.1",
"is-svg": "4.2.2",
"lodash": "^4.17.21",
"node-notifier": "8.0.1",
"nth-check": "2.0.1",
"path-parse": "1.0.7",
"postcss": "8.2.10",
"query-string": "^6.13.7",
"set-value": "4.0.1",
"ssri": "7.1.1",
"tar": "4.4.18",
"tmpl": "1.0.5",
"trim-newlines": "3.0.1",
"url-parse": "1.5.2",
"uuid": "^8.3.2",
"validator": "13.7.0",
"vue": "^2.6.11",
"vue-highlightjs": "^1.3.3",
"vue-i18n": "^8.22.2",
"vue-markdown": "^2.2.4",
"vue-mc": "^0.4.0",
"vue-mc-drf-model": "https://github.com/Ilhasoft/vue-mc-drf-model",
"vue-moment": "^4.1.0",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.2.0",
"vue-stripe-elements-plus": "^0.3.2",
"vue-svg-loader": "^0.16.0",
"vue-tour": "^1.5.0",
"vuedraggable": "^2.24.3",
"vuex": "^3.4.0",
"ws": "7.4.6",
"yargs-parser": "13.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/test-utils": "^1.0.3",
"autoprefixer": "^10.1.0",
"babel-eslint": "^10.1.0",
"coveralls": "^3.1.0",
"css-loader": "^5.0.1",
"eslint": "^6.7.2",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^6.2.2",
"jest": "^26.6.3",
"jest-serializer-vue": "^2.0.2",
"mockdate": "^3.0.2",
"node-sass": "^4.12.0",
"postcss-import": "^14.0.0",
"postcss-loader": "^4.1.0",
"postcss-url": "^10.1.1",
"request-mockup-json": "https://github.com/bothub-it/request-mockup-json",
"sass-loader": "^8.0.2",
"sinon": "^9.2.2",
"svg-inline-loader": "^0.8.2",
"vue-jest": "^3.0.7",
"vue-loader": "^15.9.6",
"vue-style-loader": "https://github.com/Ilhasoft/vue-style-loader#inject-in-import-order",
"vue-svg-inline-loader": "^2.1.2",
"vue-template-compiler": "^2.6.11"
}
}