-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.19 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
{
"name": "wyst",
"version": "2.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build_production": "npm version patch && node ./replace.build.js && ng build --prod --aot",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.1.1",
"@angular/cdk": "^11.1.1",
"@angular/common": "^11.1.1",
"@angular/compiler": "^11.1.1",
"@angular/core": "^11.1.1",
"@angular/fire": "^6.1.4",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "^11.1.1",
"@angular/material": "^11.1.1",
"@angular/material-moment-adapter": "^11.1.1",
"@angular/platform-browser": "^11.1.1",
"@angular/platform-browser-dynamic": "^11.1.1",
"@angular/router": "^11.1.1",
"@angular/service-worker": "^11.1.1",
"@cloudinary/angular-5.x": "^1.3.4",
"chart.js": "^2.9.4",
"classlist.js": "^1.1.20150312",
"cloudinary-core": "^2.11.3",
"core-js": "^3.8.3",
"firebase": "^8.2.5",
"firebaseui": "^4.7.1",
"firebaseui-angular": "^5.1.1",
"hammerjs": "^2.0.8",
"moment": "^2.29.1",
"ng2-charts": "^2.4.2",
"ng2-file-upload": "^1.4.0",
"ngx-cookie": "4.0.0",
"rxjs": "^6.6.3",
"rxjs-compat": "^6.6.3",
"tslib": "^2.1.0",
"web-animations-js": "^2.3.2",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1101.2",
"@angular/cli": "~11.1.2",
"@angular/compiler-cli": "~11.1.1",
"@angular/language-service": "^11.1.1",
"@types/jasmine": "^3.6.3",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.19.15",
"codelyzer": "^6.0.0",
"firebase-tools": "^8.20.0",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^5.0.9",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "^7.0.0",
"replace-in-file": "^4.3.1",
"ts-node": "~8.8.2",
"tslint": "~6.1.0",
"typescript": "~4.0.5"
}
}