-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 5.34 KB
/
Copy pathpackage.json
File metadata and controls
151 lines (151 loc) · 5.34 KB
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "capture-lite",
"version": "0.105.0",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
"ng": "ng",
"preconfig": "node set-secret.js",
"serve": "npm run preconfig && ionic serve",
"serve.prod": "npm run preconfig && ionic serve --configuration production",
"build": "npm run preconfig && ionic build --configuration production",
"build.android": "npm run build && cap sync android",
"build.ios": "npm run build && cap sync ios",
"test": "npm run preconfig && ng test",
"test.ci": "npm run preconfig && ng test --no-watch --no-progress --source-map=false --browsers=ChromeHeadlessCI",
"lint": "npm run preconfig && prettier --check . && stylelint \"**/*.{css,scss,sass}\" && node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng lint",
"e2e": "npm run preconfig && ng e2e",
"postinstall": "node scripts/ensure-ios-spm-packages.js",
"prepare": "husky install",
"cypress:open": "npm run preconfig && cypress open",
"cypress:run": "npm run preconfig && cypress run"
},
"private": true,
"engines": {
"node": "^22.13.0",
"npm": ">=10.9.0"
},
"dependencies": {
"@angular/animations": "^21.2.18",
"@angular/cdk": "^21.2.14",
"@angular/common": "^21.2.18",
"@angular/core": "^21.2.18",
"@angular/forms": "^21.2.18",
"@angular/material": "^21.2.14",
"@angular/platform-browser": "^21.2.18",
"@angular/platform-browser-dynamic": "^21.2.18",
"@angular/router": "^21.2.18",
"@capacitor-community/advertising-id": "^8.0.0",
"@capacitor-community/bluetooth-le": "^8.2.0",
"@capacitor/android": "^8.4.2",
"@capacitor/app": "^8.1.1",
"@capacitor/browser": "^8.0.4",
"@capacitor/camera": "^8.2.1",
"@capacitor/clipboard": "^8.0.1",
"@capacitor/core": "^8.4.2",
"@capacitor/device": "^8.0.3",
"@capacitor/filesystem": "^8.1.2",
"@capacitor/geolocation": "^8.2.0",
"@capacitor/ios": "^8.4.2",
"@capacitor/local-notifications": "^8.2.1",
"@capacitor/network": "^8.0.1",
"@capacitor/preferences": "^8.0.1",
"@capacitor/push-notifications": "^8.1.2",
"@capacitor/share": "^8.0.1",
"@capacitor/splash-screen": "^8.0.2",
"@capawesome/capacitor-android-edge-to-edge-support": "^8.0.8",
"@capgo/capacitor-social-login": "^8.3.37",
"@capgo/capacitor-wifi": "^8.4.1",
"@ionic/angular": "^8.8.14",
"@ionic/core": "^8.7.17",
"@ionic/pwa-elements": "^3.0.2",
"@jsverse/transloco": "^8.4.0",
"@meddv/ngx-pinch-zoom": "^20.0.0",
"@ngneat/until-destroy": "^10.0.0",
"@ngrx/component": "^21.1.1",
"@ngrx/store": "^21.1.1",
"@ngx-formly/core": "^7.1.0",
"@ngx-formly/material": "^7.1.0",
"@numbersprotocol/preview-camera": "github:numbersprotocol/preview-camera#0.0.23",
"@numbersprotocol/preview-video": "github:numbersprotocol/preview-video#0.0.8",
"angularx-qrcode": "^21.0.5",
"appsflyer-capacitor-plugin": "^6.18.0",
"async-mutex": "^0.5.0",
"buffer": "^5.7.1",
"capacitor-blob-writer": "^1.1.20",
"capacitor-native-settings": "^8.1.0",
"compressorjs": "^1.0.7",
"cordova-plugin-purchase": "^13.18.0",
"ethers": "^6.17.0",
"hammerjs": "^2.0.8",
"immutable": "^5.1.9",
"lodash-es": "^4.18.1",
"material-design-icons-iconfont": "^6.1.0",
"ng-circle-progress": "^1.7.1",
"ngx-joyride": "^2.5.0",
"process": "^0.11.10",
"rxjs": "^7.8.2",
"stream-browserify": "^2.0.2",
"swiper": "^12.2.0",
"tslib": "^2.3.1",
"web3": "^4.15.0",
"zone.js": "^0.16.2"
},
"devDependencies": {
"@angular-devkit/architect": "^0.2102.8",
"@angular-devkit/build-angular": "^21.2.18",
"@angular-eslint/builder": "^21.3.1",
"@angular-eslint/eslint-plugin": "^21.3.1",
"@angular-eslint/eslint-plugin-template": "^21.3.1",
"@angular-eslint/schematics": "^21.3.1",
"@angular-eslint/template-parser": "^21.3.1",
"@angular/cli": "^21.2.19",
"@angular/compiler": "^21.2.18",
"@angular/compiler-cli": "^21.2.18",
"@angular/language-service": "^21.2.18",
"@capacitor/cli": "^8.3.1",
"@cypress/schematic": "^5.0.0",
"@ionic/angular-toolkit": "^12.3.0",
"@types/hammerjs": "^2.0.41",
"@types/jasmine": "^6.0.0",
"@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.130",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"assert": "^2.0.0",
"cypress": "^15.18.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"https-browserify": "^1.0.0",
"husky": "^7.0.2",
"jasmine-core": "^3.9.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.16",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.6.0",
"lint-staged": "^11.1.2",
"os-browserify": "^0.3.0",
"prettier": "^2.3.2",
"puppeteer": "^24.42.0",
"stream-http": "^3.2.0",
"stylelint": "^17.9.1",
"stylelint-config-standard-scss": "^17.0.0",
"ts-node": "^10.2.1",
"typescript": "~5.9.3"
},
"description": "Capture lite app.",
"lint-staged": {
"*.{js,ts,scss,css,html,md,yml,json}": "prettier --write"
},
"browser": {
"crypto": false,
"os": false,
"http": false,
"https": false,
"path": false,
"stream": false
}
}