This repository has been archived by the owner on Jul 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.35 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "TerraCAD",
"description": "Terraform project vizualizer",
"version": "0.0.2",
"private": true,
"author": "Zrean Tofiq <[email protected]>",
"license": "MPL",
"homepage": "https://thesimplez.github.io/TerraCAD/",
"bugs": "https://github.com/TheSimpleZ/TerraCAD/issues",
"keywords": [
"terraform",
"graph",
"visualization",
"terracad"
],
"scripts": {
"lint": "vue-cli-service lint",
"build": "vue-cli-service electron:build",
"start": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"electron:generate-icons": "electron-icon-builder --input=./public/icon.png --output=build --flatten",
"docs": "vuese gen"
},
"main": "background.js",
"dependencies": {
"@types/d3-drag": "^1.2.3",
"@types/d3-force": "^1.2.1",
"@types/d3-hierarchy": "^1.1.6",
"@types/d3-selection": "^1.4.1",
"@types/d3-transition": "^1.1.4",
"@types/d3-zoom": "^1.7.4",
"@types/lodash.merge": "^4.6.6",
"@types/uuid": "^3.4.5",
"core-js": "^2.6.5",
"d3-drag": "^1.2.3",
"d3-force": "^2.0.1",
"d3-hierarchy": "^1.1.8",
"d3-selection": "^1.4.0",
"d3-transition": "^1.2.0",
"d3-zoom": "^1.7.3",
"electron-preferences": "^1.3.0",
"gopher-hcl": "^0.1.0",
"lodash.merge": "^4.6.2",
"reflect-metadata": "^0.1.13",
"uuid": "^3.3.2",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-highlightjs": "^1.3.3",
"vue-property-decorator": "^8.1.0",
"vuetify": "^1.5.5",
"vuex": "^3.1.1",
"vuex-class-modules": "^1.1.0",
"vuex-electron": "^1.0.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-plugin-typescript": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"@vuese/cli": "^2.5.2",
"electron": "^7.2.4",
"electron-icon-builder": "^1.0.1",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"typescript": "^3.6.0-beta",
"vue-cli-plugin-electron-builder": "^1.3.6",
"vue-cli-plugin-vuetify": "^0.5.0",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.0.5"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"repository": "github:TheSimpleZ/TerraCAD"
}