This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
76 lines (76 loc) · 2.3 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
69
70
71
72
73
74
75
76
{
"name": "nexus",
"version": "0.0.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "[email protected]:gdg-x/nexus.git"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"angular-cli": {},
"scripts": {
"build": "npm run vulcanize; ng build",
"build-prod": "npm run vulcanize; ng build -prod",
"deploy": "firebase deploy",
"start": "ng serve",
"postinstall": "bower install",
"lint": "tslint -c tslint.json 'src/app/**/*.ts' 'src/environments/*.ts' 'src/*.ts'",
"stylelint": "stylelint 'src/**/*.scss' --config stylelint-config.json --syntax scss",
"test": "ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor",
"vulcanize": "vulcanize -o src/elements.vulcanized.html src/elements.html --strip-comments --inline-scripts --inline-css"
},
"private": true,
"dependencies": {
"@angular/common": "2.1.2",
"@angular/compiler": "2.1.2",
"@angular/core": "2.1.2",
"@angular/forms": "2.1.2",
"@angular/http": "2.1.2",
"@angular/material": "2.0.0-alpha.9-3",
"@angular/platform-browser": "2.1.2",
"@angular/platform-browser-dynamic": "2.1.2",
"@angular/platform-server": "2.1.2",
"@angular/router": "3.1.2",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.11",
"@vaadin/angular2-polymer": "1.0.0-beta5",
"angular2-google-maps": "0.15.0",
"angularfire2": "2.0.0-beta.6",
"bootstrap": "4.0.0-alpha.5",
"core-js": "2.4.1",
"firebase": "3.5.3",
"hammerjs": "2.0.8",
"rxjs": "5.0.0-beta.12",
"ts-helpers": "1.1.2",
"vulcanize": "1.14.8",
"webcomponents.js": "0.7.23",
"zone.js": "0.6.26"
},
"devDependencies": {
"@types/google-maps": "3.1.28",
"@types/googlemaps": "3.25.36",
"@types/jasmine": "2.5.37",
"@types/node": "6.0.46",
"@types/polymer": "1.1.28",
"@types/request": "0.0.30",
"@types/zone.js": "0.0.27",
"angular-cli": "1.0.0-beta.19-3",
"codelyzer": "1.0.0-beta.3",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "2.7.0",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-cli": "1.0.1",
"karma-jasmine": "1.0.2",
"karma-remap-istanbul": "0.2.1",
"protractor": "4.0.10",
"stylelint": "7.5.0",
"ts-node": "1.6.1",
"tslint": "3.15.1",
"typescript": "2.0.6"
}
}