forked from Macn2/ffq-questionnaire-web
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
executable file
·80 lines (80 loc) · 2.54 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
75
76
77
78
79
80
{
"name": "ffq-questionnaire-web",
"version": "1.0.0",
"scripts": {
"build-prod": "ng build --prod",
"ng": "ng",
"start": "ng serve --proxy-config proxy.config.json",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"extract-translations": "ngx-translate-extract --input ./src --output src/assets/i18n/extract.json --clean --sort --format namespaced-json --marker _"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "~0.1001.0",
"@angular/animations": "~10.1.1",
"@angular/cdk": "^10.2.0",
"@angular/common": "^10.1.1",
"@angular/compiler": "~10.1.1",
"@angular/core": "~10.1.1",
"@angular/elements": "^10.1.1",
"@angular/forms": "~10.1.1",
"@angular/material": "^10.2.0",
"@angular/platform-browser": "~10.1.1",
"@angular/platform-browser-dynamic": "~10.1.1",
"@angular/router": "~10.1.1",
"@azure/ng-deploy": "^0.2.3",
"@ng-bootstrap/ng-bootstrap": "~7.0.0",
"@ng-idle/core": "^11.0.3",
"@ng-idle/keepalive": "^11.0.3",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@swimlane/ngx-charts": "^16.0.0",
"angular2-csv": "^0.2.9",
"angular2-flash-messages": "^3.0.1",
"angular2-moment": "^1.9.0",
"apexcharts": "^3.37.0",
"core-js": "^3.6.5",
"document-register-element": "^1.14.6",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"html2canvas": "^1.4.1",
"messageformat": "^2.0.2",
"ng-apexcharts": "~1.6.0",
"ng-flash-messages": "^0.3.0",
"ngx-bootstrap": "^6.1.0",
"ngx-bootstrap-modal": "^2.0.1",
"ngx-translate-messageformat-compiler": "^4.9.0",
"pdfmake": "^0.2.5",
"rxjs": "~6.6.3",
"rxjs-compat": "^6.6.3",
"terser": "^5.3.0",
"tslib": "^2.4.0",
"xlsx": "^0.16.9",
"zone.js": "~0.11.1"
},
"devDependencies": {
"@angular-devkit/core": "^12.0.1",
"@angular/cli": "~10.1.0",
"@angular/compiler-cli": "~10.1.1",
"@angular/language-service": "~10.1.1",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
"@types/jasmine": "~3.5.14",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^14.6.4",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~9.0.0",
"tslint": "~6.1.0",
"typescript": "~4.0.2"
}
}