forked from z-edit/zedit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.41 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
84
85
86
87
88
{
"name": "zedit",
"productName": "zEdit",
"description": "A development environment for Bethesda Plugin Files.",
"version": "0.6.7",
"author": "Mator",
"copyright": "© 2021, Mator",
"repository": "https://github.com/z-edit/zedit",
"license": "MIT",
"main": "app/main.js",
"build": {
"appId": "com.mator.zedit",
"productName": "zEdit",
"publish": null,
"files": [
"app/**/*",
"node_modules/**/*",
"package.json"
],
"extraFiles": [
"XEditLib.dll",
"borlndmm.dll",
"modules/unifiedPatchingFramework/**/*",
"cache/*.json",
"filters/*.json",
"themes/*.css",
"syntaxThemes/*.css",
"*.Hardcoded.dat"
]
},
"scripts": {
"postinstall": "electron-builder install-app-deps",
"build": "gulp build",
"rebuild": "electron-rebuild",
"prerelease": "gulp build --env=production",
"start": "gulp start",
"start-debug": "gulp start-debug",
"pack": "electron-builder --dir",
"release": "electron-builder --x64 -p never"
},
"dependencies": {
"adm-zip": "^0.4.11",
"angular": "^1.8.2",
"angular-color-picker": "github:matortheeternal/angular-color-picker",
"angular-elastic-input": "^2.4.0",
"angular-marked": "^1.2.2",
"angular-spinner": "^1.0.1",
"angular-ui-router": "^0.4.3",
"angular-vs-repeat": "1.1.7",
"angularjs-scroll-glue": "^2.2.0",
"bindings": "^1.2.1",
"codemirror": "^5.61.0",
"dateformat": "^3.0.3",
"diskusage": "^1.1.3",
"file-format-parser": "^2.1.1",
"font-awesome": "^4.7.0",
"fs-jetpack": "^4.1.1",
"ini-api": "^1.0.0",
"marked": "^0.7.0",
"md5-file": "^4.0.0",
"minimatch": "^3.0.4",
"pex-parser": "github:matortheeternal/pex-parser",
"registry-js": "^1.15.0",
"windows-drive-letters": "^3.1.0",
"xelib": "github:z-edit/xelib"
},
"devDependencies": {
"electron": "^12.0.7",
"electron-builder": "^22.11.7",
"electron-rebuild": "^1.11.0",
"gulp": "^4.0.2",
"gulp-batch": "^1.0.5",
"gulp-include": "^2.3.1",
"gulp-plumber": "^1.2.0",
"gulp-rollup": "^2.17.0",
"gulp-sass": "^5.0.0",
"gulp-util": "^3.0.6",
"gulp-wait": "0.0.2",
"macaddress": ">=0.2.9",
"magic-string": "^0.22.5",
"minimist": "^1.2.5",
"rollup": "^0.36.4",
"rollup-plugin-istanbul": "^3.0.0",
"sass": "^1.38.1",
"source-map-support": "^0.4.2",
"spectron": "^14.0.0"
}
}