-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.16 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
{
"name": "announcing",
"private": true,
"engines": {
"node": "16",
"npm": "8"
},
"scripts": {
"-": "node -r esbuild-register scripts/index.ts"
},
"devDependencies": {
"@stencil/eslint-plugin": "0.4.0",
"@suzulabo/ttscripts": "0.0.3",
"@types/http-proxy": "1.17.8",
"@types/jest": "27.4.0",
"@types/js-md5": "0.4.3",
"@types/node": "17.0.17",
"@types/pica": "9.0.0",
"@types/pulltorefreshjs": "0.1.5",
"camelcase": "6.3.0",
"esbuild": "0.14.21",
"esbuild-jest": "0.5.0",
"esbuild-register": "3.3.2",
"eslint-config-prettier": "8.3.0",
"firebase-tools": "10.2.0",
"jest": "27.5.1",
"jest-node-exports-resolver": "1.1.5",
"jszip": "3.7.1",
"nock": "13.2.4",
"prettier": "2.5.1",
"ts-unused-exports": "7.0.3",
"typescript": "4.5.5"
},
"dependencies": {
"@capacitor-community/http": "1.4.1",
"@capacitor/android": "3.4.1",
"@capacitor/app": "1.1.0",
"@capacitor/cli": "3.4.1",
"@capacitor/core": "3.4.1",
"@capacitor/ios": "3.4.1",
"@capacitor/local-notifications": "1.1.0",
"@capacitor/push-notifications": "1.0.9",
"@capacitor/share": "1.1.1",
"@capacitor/storage": "1.2.4",
"@google-cloud/pubsub": "2.18.5",
"@rollup/plugin-replace": "3.0.1",
"@stencil/core": "2.13.0",
"@stencil/sass": "1.5.2",
"@stencil/store": "1.5.0",
"@suzulabo/secrets-packer": "0.0.1",
"ajv": "8.10.0",
"ajv-formats": "2.1.1",
"autolinker": "3.14.3",
"axios": "0.25.0",
"base-x": "3.0.9",
"bootstrap-icons": "1.8.1",
"date-fns": "2.28.0",
"date-fns-tz": "1.2.2",
"destyle.css": "3.0.2",
"docsify-cli": "4.4.3",
"firebase": "9.6.6",
"firebase-admin": "10.0.2",
"firebase-functions": "3.18.0",
"http-proxy": "1.18.1",
"idb": "7.0.0",
"js-md5": "0.7.3",
"pica": "9.0.1",
"pinch-zoom-element": "1.1.1",
"pulltorefreshjs": "0.1.22",
"qr-code-styling": "1.6.0-rc.1",
"rollup-plugin-node-polyfills": "0.2.1",
"source-map-support": "0.5.21",
"stacktrace-js": "2.0.2",
"ts-md5": "1.2.11",
"tweetnacl": "1.0.3",
"type-fest": "2.11.2",
"workbox-build": "4.3.1"
}
}