-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.92 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
{
"name": "song-pot",
"private": true,
"scripts": {
"start": "meteor run",
"dist": "npm run activate:analytics && npm run build:meteor",
"activate:analytics": "sed -i 's/angulartics2\\.developerMode(true);//' client/imports/app/app.component.ts",
"build:android": "imports/scripts/build-android-app",
"build:meteor": "meteor build --directory .dist/ --server-only",
"test": "npm run test:unit && npm run test:e2e",
"test:unit": "spacejam test --driver-package=practicalmeteor:mocha",
"pretest:e2e": "node_modules/protractor/bin/webdriver-manager update && .travis/meteor-mongo-bridge",
"test:e2e": "npm run test:e2e:protractor",
"test:e2e:protractor": "node_modules/protractor/bin/protractor tests/e2e.js"
},
"dependencies": {
"@angular/animations": "^4.1.2",
"@angular/cdk": "^2.0.0-beta.8",
"@angular/common": "^4.1.2",
"@angular/compiler": "^4.1.2",
"@angular/compiler-cli": "^4.1.2",
"@angular/core": "^4.1.2",
"@angular/flex-layout": "^2.0.0-beta.7",
"@angular/forms": "^4.1.2",
"@angular/http": "^4.1.2",
"@angular/material": "^2.0.0-beta.10",
"@angular/platform-browser": "^4.1.2",
"@angular/platform-browser-dynamic": "^4.1.2",
"@angular/platform-server": "^4.1.2",
"@angular/router": "^4.1.2",
"@ngx-translate/core": "^6.0.1",
"@ngx-translate/http-loader": "^0.0.3",
"angulartics2": "^2.4.0",
"babel-runtime": "^6.18.0",
"bcrypt": "^1.0.3",
"discourse-sso": "^1.0.3",
"hammerjs": "^2.0.8",
"meteor-node-stubs": "~0.2.0",
"meteor-rxjs": "^0.4.8",
"protractor": "^5.1.1",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.3.0",
"typescript": "^2.2.2",
"zone.js": "^0.8.5"
},
"devDependencies": {
"@types/hammerjs": "^2.0.34",
"@types/meteor": "^1.4.1",
"@types/meteor-accounts-phone": "^0.0.5",
"@types/underscore": "^1.8.0",
"chance": "^1.0.8",
"meteor-typings": "^1.3.1"
}
}