-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
68 lines (68 loc) · 2.07 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
{
"name": "he-tree-vue",
"version": "4.0.0-beta.3",
"description": "A draggable sortable nested vue tree component.",
"files": [
"dist",
"npm-scripts"
],
"unpkg": "dist/he-tree-vue.js",
"author": "phphe <phphe@outlook.com> (https://github.com/phphe)",
"homepage": "https://he-tree-vue.phphe.com",
"bugs": {
"url": "https://github.com/phphe/he-tree-vue/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/phphe/he-tree-vue.git"
},
"scripts": {
"postinstall": "node npm-scripts/postinstall.js",
"dev": "vue-cli-service serve",
"build:web": "vue-cli-service build",
"lint": "vue-cli-service lint",
"compile-scripts": "tsc --target ES6 --module CommonJS scripts/build.ts",
"build": "rollup -c scripts/build.js & node scripts/build.js --report",
"commit": "git-cz"
},
"dependencies": {
"@babel/runtime": "^7.7.7",
"draggable-helper": "^6.0.1",
"helper-js": "^2.0.4",
"tslib": "^1.14.1",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2",
"vue-runtime-helpers": "^1.1.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/babel-preset-app": "^4.2.3",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.1.5",
"@vue/eslint-config-typescript": "^7.0.0",
"commitizen": "^4.1.2",
"conventional-changelog-cli": "^2.0.34",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"rogo": "^2.0.2",
"rollup-plugin-postcss": "^2.4.1",
"rollup-plugin-typescript2": "^0.27.1",
"rollup-plugin-vue": "^6.0.0-beta.10",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"standard-version": "^8.0.0",
"typescript": "~4.1.5",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"vue": "^2.6.11"
}
}