-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
155 lines (155 loc) · 5.69 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
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
152
153
154
155
{
"name": "capture-lite",
"version": "0.99.0",
"author": "numbersprotocol",
"homepage": "https://numbersprotocol.io/",
"scripts": {
"ng": "ng",
"preconfig": "node set-secret.js && node set-npmrc.js",
"preconfig.npmrc": "node set-npmrc.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",
"prepare": "husky install",
"cypress:open": "npm run preconfig && cypress open",
"cypress:run": "npm run preconfig && cypress run"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.0",
"@angular/cdk": "^14.2.0",
"@angular/common": "^14.2.0",
"@angular/core": "^14.2.0",
"@angular/forms": "^14.2.0",
"@angular/material": "^14.2.0",
"@angular/platform-browser": "^14.2.0",
"@angular/platform-browser-dynamic": "^14.2.0",
"@angular/router": "^14.2.0",
"@awesome-cordova-plugins/core": "^5.46.0",
"@capacitor-community/advertising-id": "^6.0.0",
"@capacitor-community/bluetooth-le": "^6.0.1",
"@capacitor-community/http": "github:numbersprotocol/http#fix-catch-disabled-Local-Network-case-on-iOS",
"@capacitor-community/wifi": "github:numbersprotocol/community-capacitor-wifi#capacitor3",
"@capacitor/android": "^6.0.0",
"@capacitor/app": "^6.0.0",
"@capacitor/browser": "^6.0.0",
"@capacitor/camera": "^6.0.0",
"@capacitor/clipboard": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/device": "^6.0.0",
"@capacitor/filesystem": "^6.0.0",
"@capacitor/geolocation": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@capacitor/local-notifications": "^6.0.0",
"@capacitor/network": "^6.0.0",
"@capacitor/push-notifications": "^6.0.0",
"@capacitor/share": "^6.0.0",
"@capacitor/splash-screen": "^6.0.0",
"@capacitor/storage": "^1.2.4",
"@ionic/angular": "^6.2.5",
"@ionic/core": "^6.2.5",
"@ionic/pwa-elements": "^3.0.2",
"@ngneat/transloco": "^2.22.0",
"@ngneat/until-destroy": "^8.1.0",
"@ngrx/component": "^14.3.0",
"@ngrx/store": "^14.3.0",
"@ngx-formly/core": "^5.10.22",
"@ngx-formly/material": "^5.10.22",
"@ngx-formly/schematics": "^5.10.22",
"@numbersprotocol/preview-camera": "github:numbersprotocol/preview-camera#0.0.17",
"@numbersprotocol/preview-memory": "github:numbersprotocol/preview-memory#0.0.2",
"@numbersprotocol/preview-video": "github:numbersprotocol/preview-video#0.0.4",
"@pqina/angular-pintura": "^8.44.1",
"@pqina/pintura": "^8.44.1",
"@techiediaries/ngx-qrcode": "^9.1.0",
"appsflyer-capacitor-plugin": "^6.12.1",
"async-mutex": "^0.3.2",
"buffer": "^5.7.1",
"capacitor-blob-writer": "^1.0.4",
"capacitor-native-settings": "^4.0.3",
"compressorjs": "^1.0.7",
"cordova-plugin-purchase": "^13.11.1",
"ethers": "^6.8.1",
"hammerjs": "^2.0.8",
"immutable": "^4.0.0-rc.14",
"lodash-es": "^4.17.21",
"material-design-icons-iconfont": "^6.1.0",
"ng-circle-progress": "^1.6.0",
"ngx-joyride": "^2.5.0",
"ngx-long-press2": "^2.0.0",
"ngx-pinch-zoom": "^2.6.0",
"process": "^0.11.10",
"rxjs": "^6.6.7",
"stream-browserify": "^2.0.2",
"swiper": "^8.4.7",
"tslib": "^2.3.1",
"web3": "^4.15.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1402.13",
"@angular-devkit/build-angular": "^14.2.1",
"@angular-eslint/builder": "^14.0.3",
"@angular-eslint/eslint-plugin": "^14.0.3",
"@angular-eslint/eslint-plugin-template": "^14.0.3",
"@angular-eslint/schematics": "^14.0.3",
"@angular-eslint/template-parser": "^14.0.3",
"@angular/cli": "^14.2.1",
"@angular/compiler": "^14.2.0",
"@angular/compiler-cli": "^14.2.0",
"@angular/language-service": "^14.2.0",
"@capacitor/cli": "^6.0.0",
"@cypress/schematic": "^2.5.2",
"@ionic/angular-toolkit": "^7.0.0",
"@types/hammerjs": "^2.0.41",
"@types/jasmine": "^3.8.2",
"@types/jasminewd2": "^2.0.10",
"@types/lodash-es": "^4.17.4",
"@types/node": "^16.7.10",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.36.2",
"assert": "^2.0.0",
"cypress": "^13.15.0",
"crypto-browserify": "^3.12.0",
"eslint": "^8.18.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-rxjs": "^5.0.2",
"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.1.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",
"stream-http": "^3.2.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.20.1",
"ts-node": "^10.2.1",
"typescript": "~4.7.4"
},
"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
}
}