This repository has been archived by the owner on Apr 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.16 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
{
"name": "zeteor",
"private": false,
"version": "1.0.0",
"scripts": {
"packager": "meteor bundle ../output --arhcitecture os.linux.x86_64"
},
"devDependencies": {
"@angular/compiler-cli": "^5.2.1",
"@types/crypto-js": "^3.1.38",
"@types/dragula": "^2.1.32",
"@types/jquery": "^3.3.0",
"@types/jquery-mask-plugin": "1.14.2",
"@types/lodash": "^4.14.93",
"@types/meteor": "^1.4.12",
"@types/meteor-roles": "^1.2.29",
"@types/node": "^9.3.0",
"@types/papaparse": "^4.1.31",
"@types/systemjs": "^0.20.6",
"@types/tether": "^1.4.3",
"@types/toastr": "^2.1.35",
"tslib": "^1.9.0",
"typescript": "2.6.2"
},
"dependencies": {
"@agm/core": "^1.0.0-beta.2",
"@angular/animations": "5.0.2",
"@angular/common": "5.0.2",
"@angular/compiler": "5.0.2",
"@angular/core": "5.0.2",
"@angular/forms": "5.0.2",
"@angular/http": "5.0.2",
"@angular/platform-browser": "5.0.2",
"@angular/platform-browser-dynamic": "5.0.2",
"@angular/platform-server": "5.0.2",
"@angular/router": "5.0.2",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-beta.7",
"@ngx-meta/core": "^5.0.0",
"angular2-file-drop": "^0.2.0",
"babel-runtime": "^6.26.0",
"bcrypt": "^1.0.3",
"bootstrap": "^4.0.0",
"cheerio": "^0.22.0",
"core-js": "^2.5.1",
"crypto-js": "^3.1.9-1",
"dragula": "^3.7.2",
"g": "^2.0.1",
"gm": "^1.23.1",
"graceful-fs": "^4.1.11",
"jquery": "^3.3.1",
"jquery-mask-plugin": "^1.14.13",
"lodash": "^4.17.4",
"meteor-node-stubs": "^0.3.2",
"meteor-rxjs": "^0.4.8",
"ng2-dragula": "^1.5.0",
"papaparse": "^4.3.6",
"popper.js": "^1.13.0",
"prerender-node": "^2.7.4",
"reflect-metadata": "^0.1.12",
"rxjs": "^5.5.6",
"spawn-sync": "^1.0.15",
"systemjs": "^0.20.19",
"tether": "^1.4.3",
"toastr": "^2.1.4",
"try-thread-sleep": "^1.0.2",
"zone.js": "^0.8.20"
}
}