-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "vue-dendrogram",
"version": "1.0.0",
"description": "Dendrims used for day difference work.",
"main": "src/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/wedog/vue-dendrogram.git"
},
"keywords": [
"vue-dedrogram"
],
"author": "ly_wuyi@163.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/wedog/vue-dendrogram/issues"
},
"homepage": "https://github.com/wedog/vue-dendrogram#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-runtime": "^6.26.0",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"koa": "^2.4.1",
"koa-static": "^4.0.2",
"koa-webpack": "^1.0.0",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"normalize.css": "^7.0.0",
"opn": "^5.1.0",
"style-loader": "^0.19.0",
"vue": "^2.5.9",
"vue-loader": "^13.5.0",
"vue-template-compiler": "^2.5.9",
"webpack": "^3.8.1"
}
}