forked from Tauleos/draggable-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.89 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": "drag-tree",
"version": "1.1.2-alpha.3",
"description": "draggableTree for vue",
"main": "dist/index.js",
"scripts": {
"start": "webpack-dev-server --config build/webpack.config.dev.js --hide-modules --progress",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config build/webpack.config.build.js --hide-modules --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tauleos/draggable-tree.git"
},
"keywords": [
"draggable",
"vue",
"tree"
],
"author": "leo",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Tauleos/draggable-tree/issues"
},
"homepage": "https://github.com/Tauleos/draggable-tree#readme",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-loader": "^8.0.6",
"babel-plugin-minify-dead-code-elimination": "^0.5.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^4.0.0-beta.3",
"husky": "^2.3.0",
"node-sass": "^4.12.0",
"prettier": "1.17.1",
"pretty-quick": "^1.10.0",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.3",
"url-loader": "^1.1.2",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.31.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.2",
"webpack-dashboard": "^3.0.6",
"webpack-dev-server": "^3.3.1",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"warning": "^4.0.3"
},
"peerDependencies": {
"vue": "^2.6.10"
}
}