-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
58 lines (58 loc) · 1.56 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
{
"name": "@dansmaculotte/vue-zendesk",
"version": "0.4.7",
"description": "Vue plugin for Zendesk Web Widget",
"license": "MIT",
"main": "src/index.js",
"repository": "https://github.com/dansmaculotte/vue-zendesk",
"contributors": [
{
"name": "Gaël Reyrol",
"email": "[email protected]"
},
{
"name": "Romain Touzé",
"email": "[email protected]"
}
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "cd test && NODE_ENV=development webpack serve --open --hot",
"lint": "eslint src test",
"test": "yarn lint && echo ToDo",
"release": "yarn test && standard-version && git push --follow-tags && npm publish"
},
"files": [
"src"
],
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.4",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"babel-eslint": "latest",
"babel-jest": "27.0.2",
"babel-loader": "8.2.2",
"codecov": "3.8.2",
"dotenv": "10.0.0",
"eslint": "7.28.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-node": "latest",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-vue": "7.10.0",
"husky": "6.0.0",
"jest": "27.0.4",
"standard-version": "9.3.0",
"vue": "2.6.14",
"vue-loader": "15.9.7",
"vue-template-compiler": "2.6.14",
"webpack": "5.94.0",
"webpack-cli": "4.7.2",
"webpack-dev-server": "3.11.2"
}
}