-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"private": true,
"scripts": {
"start": "meteor run",
"test": "TEST_BROWSER_DRIVER=phantomjs meteor test --driver-package=ardatan:mocha",
"test:ci": "TEST_BROWSER_DRIVER=phantomjs meteor test --driver-package=ardatan:mocha --once"
},
"dependencies": {
"@angular/animations": "5.0.5",
"@angular/cdk": "5.0.0-rc0",
"@angular/common": "5.0.5",
"@angular/compiler": "5.0.5",
"@angular/core": "5.0.5",
"@angular/forms": "5.0.5",
"@angular/http": "5.0.5",
"@angular/platform-browser": "5.0.5",
"@angular/platform-browser-dynamic": "5.0.5",
"@angular/router": "5.0.5",
"babel-runtime": "6.26.0",
"chart.js": "^2.6.0",
"echarts": "^3.8.5",
"elasticsearch": "^11.0.1",
"meteor-node-stubs": "0.3.2",
"meteor-rxjs": "0.4.8",
"moment": "^2.20.1",
"rxjs": "5.5.2",
"zone.js": "0.8.18"
},
"devDependencies": {
"@angular/compiler-cli": "5.0.5",
"@types/chai": "4.0.8",
"@types/meteor": "1.4.12",
"@types/mocha": "2.2.44",
"@types/sinon": "4.0.0",
"chai": "4.1.2",
"phantomjs-prebuilt": "2.1.16",
"sinon": "4.1.2",
"typescript": "2.6.2"
}
}