-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 3.51 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "BMS",
"version": "0.1.0",
"description": "SEARCA Bidding Management System",
"main": "./src/electron/main.js",
"repository": "https://github.com/SEARCAPhil/bms_rethink.git",
"author": "kenneth <[email protected]>",
"license": "MIT",
"build": {
"appId": "com.jkga.bms",
"win": {
"target": "NSIS",
"icon": "src/assets/img/icon.ico"
}
},
"scripts": {
"pack": "electron-builder",
"dist": "electron-builder"
},
"dependencies": {
"inherits": "^2.0.1",
"msal": "0.1.3",
"navigo": "^5.3.3",
"readable-stream": "^2.3.6"
},
"resolutions": {
"minimist": "0.0.8",
"through2": "0.6.5",
"vinyl": "0.4.6",
"readable-stream": "1.1.14",
"isarray": "0.0.1",
"string_decoder": "0.10.31",
"inherits": "1.0.2",
"clone": "0.2.0",
"kind-of": "4.0.0",
"is-number": "3.0.0",
"isobject": "2.1.0",
"for-own": "0.1.5",
"expand-tilde": "1.2.2",
"once": "1.4.0",
"graceful-fs": "1.2.3",
"glob": "3.1.21",
"minimatch": "0.2.14",
"lodash": "4.17.4",
"source-map": "0.6.1",
"object-assign": "4.1.1",
"duplexer2": "0.1.4",
"resolve": "1.1.7",
"punycode": "1.3.2",
"hash-base": "3.0.4",
"convert-source-map": "1.5.0",
"jsesc": "0.5.0",
"semver": "5.4.1",
"lodash.template": "4.4.0",
"lodash.templatesettings": "4.1.0",
"mkdirp": "0.5.0",
"concat-stream": "1.6.0",
"xtend": "2.1.2",
"ini": "1.3.5",
"strip-bom": "2.0.0",
"fs-extra": "0.30.0",
"jsonfile": "2.4.0",
"boom": "5.2.0",
"extsprintf": "1.4.0",
"debug": "3.1.0",
"chalk": "2.3.0",
"ansi-styles": "3.2.0",
"strip-ansi": "4.0.0",
"supports-color": "4.5.0",
"ansi-regex": "3.0.0",
"source-map-support": "0.5.0",
"path-exists": "3.0.0",
"sumchecker": "2.0.2",
"camelcase": "4.1.0",
"find-up": "2.1.0",
"pify": "3.0.0",
"string-width": "2.1.1",
"is-fullwidth-code-point": "2.0.0",
"lru-cache": "4.1.1",
"builder-util-runtime": "4.0.1",
"builder-util": "4.1.3",
"color-convert": "0.5.3",
"end-of-stream": "1.4.1",
"bl": "1.2.1",
"rimraf": "2.6.2",
"async": "1.5.2",
"temp-file": "3.1.1",
"process-nextick-args": "2.0.0",
"base64-js": "1.3.0",
"acorn": "4.0.13",
"read-config-file": "2.1.1",
"has-flag": "3.0.0",
"dmg-builder": "3.1.4",
"arr-diff": "1.1.0",
"define-property": "0.2.5",
"extend-shallow": "1.1.4",
"is-extendable": "0.1.1",
"is-descriptor": "0.1.6",
"is-accessor-descriptor": "0.1.6",
"is-data-descriptor": "0.1.4",
"has-value": "0.3.1",
"set-value": "0.4.3",
"has-values": "0.1.4",
"arr-union": "2.1.0",
"array-slice": "0.2.3",
"plugin-error": "0.1.2",
"commander": "2.13.0",
"js-tokens": "4.0.0",
"util": "0.10.3"
},
"devDependencies": {
"adal-angular": "^1.0.17",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"bootstrap": "4.0.0-beta.3",
"browserify": "^14.5.0",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-htmlmin": "^3.0.0",
"gulp-uglify": "^3.0.0",
"gulp-uglifyes": "^0.1.2",
"highcharts": "^6.1.0",
"node-glob": "^1.2.0",
"popup-es": "0.2.1",
"quill": "^1.3.6",
"rimraf": "^2.6.2",
"run-sequence": "^2.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"workbox-build": "^2.1.1"
},
"postinstall": "install-app-deps"
}