-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
{
"name": "yl-member-tree",
"version": "0.1.0",
"description": "Display a beautiful interactive tree chart of your YL organization",
"author": "Sean Rice <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"d3": "^5.7.0",
"d3-array": "^2.0.3",
"d3-collection": "^1.0.7",
"d3-color": "^1.2.3",
"d3-format": "^1.3.2",
"d3-hierarchy": "^1.1.8",
"d3-interpolate": "^1.3.2",
"d3-scale": "^2.2.2",
"d3-selection": "^1.4.0",
"parse-full-name": "^1.2.3",
"vue": "^2.5.21",
"vue-color": "^2.7.0",
"vue-material": "^1.0.0-beta-10.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-eslint": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.21"
}
}