-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
69 lines (69 loc) · 2.08 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
{
"name": "openchirp-website",
"version": "0.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "ng serve",
"lint": "tslint \"src/**/*.ts\" --project src/tsconfig.json --type-check && tslint \"e2e/**/*.ts\" --project e2e/tsconfig.json --type-check",
"test": "ng test",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"@angular-mdc/web": "^1.0.5",
"@angular/animations": "^7.2.16",
"@angular/cdk": "^7.3.7",
"@angular/common": "^7.2.16",
"@angular/compiler": "^7.2.16",
"@angular/compiler-cli": "^7.2.16",
"@angular/core": "^7.2.16",
"@angular/flex-layout": "^7.0.0-beta.24",
"@angular/forms": "^7.2.16",
"@angular/http": "^7.2.16",
"@angular/material": "^7.3.7",
"@angular/platform-browser": "^7.2.16",
"@angular/platform-browser-dynamic": "^7.2.16",
"@angular/platform-server": "^7.2.16",
"@angular/router": "^7.2.16",
"@types/node": "^12.12.35",
"core-js": "^2.6.11",
"hammerjs": "^2.0.8",
"karma-chrome-launcher": "^3.1.1",
"material-components-web": "^2.3.1",
"rxjs": "^6.5.5",
"ssri": "^6.0.1",
"ts-helpers": "^1.1.1",
"tslib": "^1.11.1",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.10",
"@angular-devkit/core": "^7.3.10",
"@angular/cli": "^7.3.10",
"@angular/language-service": "^7.2.16",
"@types/hammerjs": "^2.0.36",
"@types/jasmine": "^3.5.10",
"@types/jasminewd2": "^2.0.8",
"codelyzer": "^4.5.0",
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^6.3.19",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.5.3",
"karma-remap-istanbul": "^0.6.0",
"protractor": "^5.4.3",
"sass": "^1.51.0",
"ts-node": "^8.8.2",
"tslint": "^5.20.1",
"typescript": "~3.2.4",
"webpack": "^4.42.1"
},
"optionalDependencies": {
"fsevents": "*"
}
}