-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.99 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "summarize",
"version": "2.1.0",
"author": "Sandeep Kumar | IAM5K",
"homepage": "https://summarize-ng.web.app/",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "eslint . --ext .ts",
"fmt": "eslint --fix . --ext .ts",
"prettier": "prettier \"**/*.ts\"",
"postbuild": "gulp compress",
"prettier-format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\""
},
"private": true,
"eslintConfig": {
"extends": "@ionic/eslint-config/recommended"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"dependencies": {
"@angular/common": "16.2.12",
"@angular/core": "16.2.12",
"@angular/fire": "16.0.0",
"@angular/forms": "16.2.12",
"@angular/platform-browser": "16.2.12",
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/router": "16.2.12",
"@angular/service-worker": "16.2.12",
"@capacitor/app": "5.0.7",
"@capacitor/camera": "5.0.9",
"@capacitor/clipboard": "5.0.7",
"@capacitor/core": "^5.0.0",
"@capacitor/haptics": "5.0.7",
"@capacitor/keyboard": "5.0.8",
"@capacitor/status-bar": "5.0.7",
"@ionic/angular": "7.1.0",
"@ionic/cli": "^7.2.0",
"@ionic/pwa-elements": "^3.1.1",
"angular-google-tag-manager": "1.8.0",
"chart.js": "4.1.1",
"file-saver": "^2.0.5",
"http-server": "^14.1.1",
"ionicons": "7.2.2",
"ng2-charts": "^4.1.1",
"npm": "^9.7.1",
"rxfire": "^6.0.4",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"xlsx": "^0.18.5",
"xlsx-style": "^0.8.13",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.12",
"@angular-eslint/eslint-plugin": "^16.2.1",
"@angular-eslint/eslint-plugin-template": "^16.2.1",
"@angular/cli": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/compiler-cli": "^16.2.12",
"@angular/language-service": "^16.2.12",
"@capacitor/cli": "^5.0.0",
"@ionic/angular-toolkit": "11.0.1",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^4.0.0",
"@types/file-saver": "2.0.7",
"@types/jasmine": "~4.3.0",
"@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"eslint": "^8.56.0",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-prettier": "^5.1.3",
"gulp": "^5.0.0",
"gulp-gzip": "^1.4.2",
"gzipper": "^7.2.0",
"husky": "^9.0.11",
"jasmine-core": "~4.3.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ts-node": "~8.3.0",
"typescript": "~4.9.5"
},
"peerDependencies": {
"eslint": "^7.20.0 || ^8.0.0",
"typescript": "*"
},
"description": "A project to help people manage Time, Money and resources."
}