-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
36 lines (36 loc) · 1.05 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
{
"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/common": "7.1.1",
"@angular/compiler": "7.1.1",
"@angular/core": "7.1.1",
"@angular/forms": "7.1.1",
"@angular/platform-browser": "7.1.1",
"@angular/platform-browser-dynamic": "7.1.1",
"@angular/router": "7.1.1",
"@babel/runtime": "7.1.5",
"core-js": "2.5.7",
"meteor-node-stubs": "0.4.1",
"meteor-rxjs": "0.4.14",
"rxjs": "6.3.3",
"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"
}
}