-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.43 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
{
"private": true,
"scripts": {
"start": "meteor run",
"start:prod": "AOT=1 ROLLUP=1 meteor --production",
"test": "TEST_BROWSER_DRIVER=puppeteer meteor test --driver-package=ardatan:mocha --raw-logs",
"test:ci": "TEST_BROWSER_DRIVER=puppeteer meteor test --driver-package=ardatan:mocha --raw-logs --once"
},
"dependencies": {
"@angular/animations": "^7.2.6",
"@angular/cdk": "^7.3.3",
"@angular/common": "7.1.1",
"@angular/compiler": "7.1.1",
"@angular/core": "7.1.1",
"@angular/forms": "7.1.1",
"@angular/material": "^7.3.3",
"@angular/platform-browser": "7.1.1",
"@angular/platform-browser-dynamic": "7.1.1",
"@angular/router": "7.1.1",
"@babel/runtime": "7.1.5",
"@netbasal/ngx-content-loader": "^2.1.3",
"@types/gapi": "0.0.36",
"@types/gapi.auth2": "0.0.50",
"@types/gapi.client.drive": "^3.0.3",
"angular2-meteor-accounts-ui": "^1.0.0",
"core-js": "2.5.7",
"lodash": "^4.17.11",
"meteor-node-stubs": "0.4.1",
"meteor-rxjs": "0.4.14",
"ng6-toastr-notifications": "^1.0.4",
"rxjs": "6.3.3",
"underscore": "^1.9.1",
"zone.js": "0.8.26"
},
"devDependencies": {
"@angular/compiler-cli": "7.1.1",
"@types/chai": "4.1.7",
"@types/meteor": "1.4.23",
"@types/mocha": "5.2.5",
"@types/sinon": "5.0.7",
"chai": "4.2.0",
"mocha": "5.2.0",
"puppeteer": "1.10.0",
"sinon": "7.1.1",
"typescript": "3.1.6"
}
}