This repository has been archived by the owner on May 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.87 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
{
"name": "nsrxdb",
"main": "./src/main.ts",
"version": "1.0.5",
"private": true,
"scripts": {
"postinstall": "patch-package"
},
"dependencies": {
"@angular/animations": "^12.2.0",
"@angular/common": "^12.2.0",
"@angular/compiler": "^12.2.0",
"@angular/core": "^12.2.0",
"@angular/forms": "^12.2.0",
"@angular/platform-browser": "^12.2.0",
"@angular/platform-browser-dynamic": "^12.2.0",
"@angular/router": "^12.2.0",
"@craftzdog/pouchdb-binary-utils-react-native": "^7.2.4",
"@craftzdog/pouchdb-core-react-native": "^7.2.2",
"@craftzdog/pouchdb-replication-react-native": "^7.0.0",
"@master.technology/websockets": "^2.0.3",
"@nativescript-community/sqlite": "3.4.0",
"@nativescript/angular": "^12.2.0",
"@nativescript/core": "~8.1.1",
"@nativescript/theme": "~3.0.1",
"assert": "^2.0.0",
"base-64": "^1.0.0",
"browser-assert": "^1.2.1",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"graphql": "^15.6.0",
"https-browserify": "^1.0.0",
"nativescript-md5": "^1.0.1",
"net": "^1.0.2",
"os-browserify": "^0.3.0",
"patch-package": "^6.4.7",
"pouchdb-adapter-http": "^7.2.2",
"pouchdb-adapter-react-native-sqlite": "^3.0.1",
"pouchdb-mapreduce": "^7.2.2",
"process": "^0.11.10",
"rxdb": "10.2.2",
"rxjs": "^7.3.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"subscriptions-transport-ws": "^0.9.19",
"tslib": "^2.0.0",
"tty-browserify": "0.0.1",
"util": "^0.12.4",
"vm-browserify": "^1.1.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular/compiler-cli": "^12.2.0",
"@nativescript/android": "8.1.1",
"@nativescript/types": "~8.1.1",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "^12.2.0",
"typescript": "~4.3.5"
}
}