-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
91 lines (91 loc) · 2.41 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
{
"name": "vue-element-jsplumb",
"version": "0.0.1-development",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "jest --passWithNoTests",
"lint": "vue-cli-service lint",
"release": "semantic-release",
"semantic-release": "semantic-release"
},
"dependencies": {
"axios": "^0.19.0",
"core-js": "^3.6.5",
"element-ui": "^2.12.0",
"husky": "^4.2.5",
"jsplumb": "^2.14.5",
"lint-staged": "^10.2.11",
"mockjs": "^1.1.0",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.2",
"vue": "^2.6.11",
"vue-function-api": "^2.2.0"
},
"devDependencies": {
"jest": "^24.8.0",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^10.0.0",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"@vue/babel-preset-jsx": "^1.1.2",
"@vue/cli-plugin-babel": "^4.5.3",
"@vue/cli-plugin-eslint": "^4.4.0",
"@vue/cli-service": "^4.4.6",
"@vue/composition-api": "^1.0.0-beta.10",
"all-contributors-cli": "^6.17.0",
"babel-preset-vca-jsx": "^0.3.5",
"babel-preset-vue": "^2.0.2",
"eslint": "^6.6.0",
"eslint-plugin-vue": "^6.0.0",
"semantic-release": "^17.1.1",
"vue-template-compiler": "^2.6.11",
"vuedraggable": "^2.24.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"gitHooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E GIT_PARAMS"
},
"lint-staged": {
"*.{js,vue}": [
"eslint --fix"
],
"*.{scss,vue}": [
"stylelint --fix"
],
"*.{html,xml,yml,js,json,css,scss,vue,md}": [
"prettier --write",
"prettier --check",
"git add"
]
},
"description": "[![Netlify Status](https://api.netlify.com/api/v1/badges/22abb001-5af4-4c8e-ba58-47d57fd3b801/deploy-status)](https://app.netlify.com/sites/vue-jsplumb/deploys)",
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "https://github.com/yuanzhou3118/vue-jsplumb.git"
},
"keywords": [
"vue",
"jsplumb",
"element-ui",
"mockjs",
"fossa"
],
"author": "site_zhou",
"license": "ISC",
"bugs": {
"url": "https://github.com/yuanzhou3118/vue-jsplumb/issues"
},
"homepage": "https://github.com/yuanzhou3118/vue-jsplumb#readme",
"publishConfig": {
"access": "restricted"
}
}