-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 2.82 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
{
"name": "alerts-smart-sdk",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"startserver": "node server.js",
"build": "ng build",
"rebuild_sass": "npm rebuild node-sass --force",
"buildprod": "ng build --environment=prod",
"startprodwebpack": "webpack-dev-server --prod --port=443 --https --info false --no-info --quiet --cert smartsdkitesm.crt.pem --key smartsdkitesm.key.pem",
"startprod": "ng serve --delete-output-path false --prod --port 443 --host 0.0.0.0 --live-reload false --disable-host-check --ssl 1 --ssl-key smartsdkitesm.key.pem --ssl-cert smartsdkitesm.crt.pem",
"startprod_old": "ng serve --delete-output-path false --prod --port 80 --host 0.0.0.0 --live-reload false --disable-host-check",
"lint": "ng lint",
"pree2e": "webdriver-manager update --standalone false --gecko false --quiet",
"startwebpack": "webpack-dev-server --port=443 --https --quiet --info false --no-info --quiet --cert smartsdkitesm.crt.pem --key smartsdkitesm.key.pem",
"start": "ng serve --port 443 --host 0.0.0.0 --disable-host-check --ssl 1 --ssl-key key.pem --ssl-cert cert.pem",
"start_old": "ng serve --port 80 --host 0.0.0.0 --disable-host-check"
},
"private": true,
"dependencies": {
"@angular/animations": "^4.2.6",
"@angular/cdk": "^2.0.0-beta.8",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/flex-layout": "^2.0.0-beta.8",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.1.3",
"@angular/material": "^2.0.0-beta.8",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.27",
"angular-osm": "^1.2.2",
"angular2-google-maps": "^0.16.0",
"body-parser": "^1.17.2",
"classlist.js": "^1.1.20150312",
"core-js": "^2.4.1",
"express": "^4.15.3",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"jquery": "^3.2.1",
"mongoose": "^4.11.1",
"ng2-validation": "^4.2.0",
"rxjs": "^5.1.0",
"web-animations-js": "^2.2.5",
"zone.js": "^0.8.12"
},
"devDependencies": {
"@angular/cli": "1.1.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/language-service": "^4.0.0",
"@types/jasmine": "2.5.45",
"@types/jquery": "^3.2.5",
"@types/node": "~6.0.60",
"codelyzer": "~3.0.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"ng2-validation": "^4.2.0",
"node-sass": "^4.5.3",
"protractor": "~5.1.2",
"ts-node": "~3.0.4",
"tslint": "~5.3.2",
"typescript": "~2.3.3"
}
}