-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
67 lines (67 loc) · 1.66 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
{
"name": "@tawk.to/tawk-messenger-vue-3",
"version": "1.0.3",
"description": "Official Vue 3 plugin for Tawk messenger",
"keywords": [
"vuejs",
"vue",
"vue3",
"nuxt",
"vue-plugin",
"tawk",
"nuxt-plugin",
"tawkto",
"vue-tawk",
"vue3-tawk",
"nuxt-tawk"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tawk/tawk-messenger-vue-3.git",
"repository": "tawk/tawk-messenger-vue-2"
},
"homepage": "https://github.com/tawk/tawk-messenger-vue-3#readme",
"bugs": {
"url": "https://github.com/tawk/tawk-messenger-vue-3/issues",
"email": "support@tawk.to"
},
"license": "Apache-2.0",
"author": "Jerald Austero <jerald.austero@tawk.to> (https://www.tawk.to)",
"files": [
"dist"
],
"main": "./dist/tawk-messenger-vue-3.umd.js",
"module": "./dist/tawk-messenger-vue-3.es.js",
"exports": {
".": {
"import": "./dist/tawk-messenger-vue-3.es.js",
"require": "./dist/tawk-messenger-vue-3.umd.js"
}
},
"scripts": {
"build": "vite build",
"test:unit": "vitest",
"test:coverage": "vitest run --coverage",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"vue": "^3.2.31"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "^2.0.0-rc.18",
"c8": "^7.11.2",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"jsdom": "^19.0.0",
"prettier": "^2.5.1",
"vite": "^2.9.1",
"vitest": "^0.8.1"
},
"directories": {
"doc": "docs",
"test": "tests"
}
}