-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.52 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.52 KB
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
{
"name": "@klicksite/klickpages-support-chat",
"version": "1.0.0",
"private": false,
"license": "ISC",
"description": "A Vue component for klick family applications to support chat rendering",
"author": "Klickpages <account@klickpages.com.br>",
"main": "dist/klickpages-support-chat.umd.js",
"homepage": "https://github.com:klickpages/klickpages-support-chat",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:klickpages/klickpages-support-chat.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name klickpages-support-chat src/wrapper.js",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"coverage": "yarn lint; yarn test:unit --coverage"
},
"dependencies": {
"axios": "^0.19.2",
"core-js": "^3.6.5",
"js-cookie": "^2.2.1",
"klicknotify": "^1.0.2",
"vue": "^2.6.11",
"vue-i18n": "^8.20.0",
"vuex": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.0",
"@vue/cli-plugin-eslint": "^4.4.0",
"@vue/cli-plugin-unit-jest": "^4.4.6",
"@vue/cli-plugin-vuex": "^4.4.6",
"@vue/cli-service": "^4.4.0",
"@vue/eslint-config-airbnb": "^5.1.0",
"@vue/test-utils": "^1.0.3",
"axios-mock-adapter": "^1.18.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"faker": "^4.1.0",
"husky": "^4.2.5",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"vue-template-compiler": "^2.6.11"
}
}