-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "simple-survey-ui",
"version": "1.0.0",
"private": true,
"description": "",
"scripts": {
"lint": "ng lint",
"serve": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng serve",
"webdriver-update": "bash ./node_modules/.bin/webdriver-manager update"
},
"engines": {
"node": ">=12.18.0",
"npm": ">=6"
},
"dependencies": {
"@angular/cdk": "^11.0.8",
"@angular/common": "^11.0.8",
"@angular/compiler": "^11.0.8",
"@angular/core": "^11.0.8",
"@angular/flex-layout": "11.0.0-beta.33",
"@angular/forms": "^11.0.8",
"@angular/animations": "^11.0.8",
"@angular/material": "^11.0.8",
"@angular/platform-browser": "^11.0.8",
"@angular/platform-browser-dynamic": "^11.0.8",
"@angular/platform-server": "^11.0.8",
"@angular/router": "^11.0.8",
"hammerjs": "^2.0.8",
"rxjs": "6.5.3",
"tslib": "^1.11.1",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular-builders/jest": "^11.0.0",
"@angular/cli": "~11.0.6",
"@angular/compiler-cli": "^11.0.8",
"@angular/language-service": "^11.0.8",
"@angular-devkit/build-angular": "^0.1100.6",
"@biesbjerg/ngx-translate-extract": "^7.0.3",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@ngx-rocket/scripts": "^5.0.0",
"@ngneat/until-destroy": "^8.0.3",
"@types/jasmine": "^3.6.2",
"@types/jasminewd2": "^2.0.8",
"@types/jest": "^26.0.19",
"@types/node": "^12.19.12",
"codelyzer": "^6.0.1",
"hads": "^3.0.0",
"htmlhint": "^0.14.2",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"tslint-config-prettier": "^1.18.0",
"pretty-quick": "^3.1.0",
"husky": "^4.3.6",
"protractor": "~7.0.0",
"ts-node": "^9.1.1",
"tslint": "~6.1.0",
"showdown": "1.9.1",
"typescript": "~4.0.5"
},
"optionalDependencies": {
"@covalent/data": "0.7.1"
}
}