-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
67 lines (67 loc) · 2.16 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
{
"name": "app-etcd",
"version": "1.0.0",
"license": "Apache-2.0",
"angular-cli": {},
"scripts": {
"start": "ng serve --aot --port 4200 --host 0.0.0.0",
"start-prod": "ng serve --aot --prod --port 4200 --host 0.0.0.0 --disable-host-check",
"lint": "tslint \"frontend/**/*.ts\"",
"test": "ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"@angular/common": "5.2.10",
"@angular/compiler": "5.2.10",
"@angular/compiler-cli": "5.2.10",
"@angular/core": "5.2.10",
"@angular/forms": "5.2.10",
"@angular/http": "5.2.10",
"@angular/platform-browser": "5.2.10",
"@angular/platform-browser-dynamic": "5.2.10",
"@angular/animations": "5.2.10",
"@angular/router": "5.2.10",
"@angular/tsc-wrapped": "4.4.6",
"@angular/upgrade": "5.2.10",
"@angular/cli": "1.7.4",
"@angular/cdk": "5.2.4",
"@angular/material": "5.2.4",
"@types/angular": "1.6.47",
"@types/angular-animate": "1.5.10",
"@types/angular-cookies": "1.4.5",
"@types/angular-mocks": "1.5.12",
"@types/angular-resource": "1.5.14",
"@types/angular-route": "1.3.5",
"@types/angular-sanitize": "1.3.7",
"@types/node": "10.3.3",
"@types/hammerjs": "2.0.35",
"@types/jasmine": "2.8.8",
"core-js": "2.5.6",
"rxjs": "5.5.10",
"typescript": "2.9.2",
"ts-node": "6.1.1",
"ts-helpers": "1.1.2",
"zone.js": "0.8.26"
},
"devDependencies": {
"codelyzer": "4.3.0",
"jasmine-core": "3.1.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "2.0.2",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-jasmine": "1.1.2",
"karma-remap-istanbul": "0.6.0",
"protractor": "5.3.2",
"tslint": "5.10.0"
},
"description": "website",
"main": "index.js",
"repository": {
"url": "https://github.com/etcd-io/etcdlabs",
"type": "git"
},
"author": "Gyu-Ho Lee <[email protected]>"
}