-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"name": "trs",
"version": "1.1.0",
"description": "Travel Services Management System",
"main": "index.js",
"repository": "https://github.com/SEARCAPhil/travel-services-management-system.git",
"author": "kenneth <[email protected]>",
"license": "MIT",
"devDependencies": {
"adal-angular": "^1.0.17",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"glob": "^7.1.2",
"uglify-js-plugin": "^0.0.6",
"webpack": "^4.17.1"
},
"resolutions": {
"minimist": "1.2.0",
"inherits": "2.0.1",
"source-map": "0.6.1",
"kind-of": "4.0.0",
"debug": "2.6.9",
"long": "4.0.0",
"punycode": "1.3.2",
"define-property": "0.2.5",
"extend-shallow": "2.0.1",
"isobject": "2.1.0",
"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",
"util": "0.10.3",
"yallist": "3.0.2",
"is-glob": "3.1.0",
"string-width": "2.1.1",
"strip-ansi": "4.0.0",
"is-fullwidth-code-point": "2.0.0",
"ansi-regex": "3.0.0"
}
}