-
Notifications
You must be signed in to change notification settings - Fork 169
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "vue-giant-tree",
"version": "1.0.0",
"author": "refined-x [[email protected]]",
"main": "./dist/vue-giant-tree.common.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tower1229/Vue-Giant-Tree.git"
},
"files": [
"dist"
],
"keywords": [
"vue",
"tree",
"ztree"
],
"license": "MIT",
"homepage": "https://github.com/tower1229/Vue-Giant-Tree/blob/master/README.md",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-bundle": "vue-cli-service build --target lib --dest dist --name vue-giant-tree ./src/components/ztree.vue",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@ztree/ztree_v3": "^3.5.44"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"babel-eslint": "^10.1.0",
"eslint": "^6.4.0",
"eslint-plugin-vue": "^6.2.2",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
}
}