-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 991 Bytes
/
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
{
"name": "carrot-vis",
"version": "0.1.0",
"private": false,
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"3d-force-graph": "1.56.6",
"@liquid-carrot/carrot": "0.3.18",
"bootswatch": "^4.3.1",
"color": "^3.1.2",
"core-js": "^3.4.3",
"hex2dec": "^1.1.2",
"json-beautify": "^1.1.1",
"json-format-highlight": "^1.0.1",
"json-prettify": "^1.2.0",
"seedrandom": "^3.0.5",
"typeface-montserrat": "0.0.75",
"typeface-roboto": "0.0.75",
"typeface-source-sans-pro": "0.0.75",
"v-tooltip": "^2.0.2",
"vis-network": "^6.0.0",
"vue": "^2.6.10",
"vue-toasted": "^1.1.27",
"vue-trend-chart": "^0.15.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10",
"worker-loader": "^2.0.0"
}
}