-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
138 lines (138 loc) · 5.15 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
{
"main": "./index.js",
"sideEffects": false,
"types": "src/index.d.ts",
"name": "@nozbe/watermelondb",
"description": "Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast",
"version": "0.27.0-1",
"author": "@Nozbe",
"homepage": "https://github.com/Nozbe/WatermelonDB#readme",
"bugs": "https://github.com/Nozbe/WatermelonDB/issues",
"license": "MIT",
"keywords": [
"database",
"sqlite",
"react",
"react-native",
"indexeddb",
"lokijs",
"watermelon",
"watermelondb",
"offline",
"offline-first",
"persistence",
"reactive",
"rxjs",
"better-sqlite3",
"db"
],
"repository": {
"type": "git",
"url": "https://github.com/Nozbe/WatermelonDB.git"
},
"dependencies": {
"@babel/runtime": "7.21.0",
"@nozbe/simdjson": "3.1.0-wmelon1",
"@nozbe/sqlite": "3.40.1",
"@nozbe/with-observables": "^1.5.0-2",
"hoist-non-react-statics": "^3.3.2",
"lokijs": "npm:@nozbe/lokijs@1.5.12-wmelon6",
"rxjs": "^7.8.0",
"sql-escape-string": "^1.1.0"
},
"publishConfig": {"access": "public"},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.0",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "7.21.0",
"@babel/plugin-proposal-json-strings": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/plugin-transform-arrow-functions": "^7.20.7",
"@babel/plugin-transform-async-to-generator": "^7.20.7",
"@babel/plugin-transform-block-scoping": "^7.21.0",
"@babel/plugin-transform-classes": "^7.21.0",
"@babel/plugin-transform-computed-properties": "^7.20.7",
"@babel/plugin-transform-destructuring": "^7.20.7",
"@babel/plugin-transform-exponentiation-operator": "^7.18.6",
"@babel/plugin-transform-flow-strip-types": "^7.21.0",
"@babel/plugin-transform-for-of": "^7.21.0",
"@babel/plugin-transform-function-name": "^7.18.9",
"@babel/plugin-transform-literals": "^7.18.9",
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@babel/plugin-transform-parameters": "^7.20.7",
"@babel/plugin-transform-react-constant-elements": "^7.20.2",
"@babel/plugin-transform-react-display-name": "^7.18.6",
"@babel/plugin-transform-react-inline-elements": "^7.21.0",
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@babel/plugin-transform-react-jsx-source": "^7.19.6",
"@babel/plugin-transform-regenerator": "^7.20.5",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/plugin-transform-shorthand-properties": "^7.18.6",
"@babel/plugin-transform-spread": "^7.20.7",
"@babel/plugin-transform-sticky-regex": "^7.18.6",
"@babel/plugin-transform-template-literals": "^7.18.9",
"@babel/plugin-transform-unicode-regex": "^7.18.6",
"@nozbe/watermelondb_expect": "npm:expect@24.1.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/react": "^16.8.6",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"anymatch": "^3.1.3",
"babel-core": "^7.0.0-0",
"babel-plugin-closure-elimination": "^1.3.2",
"babel-plugin-import-redirect": "^1.1.1",
"babel-plugin-minify-dead-code-elimination": "^0.5.2",
"babel-plugin-minify-flip-comparisons": "^0.4.3",
"babel-plugin-minify-guarded-expressions": "^0.4.4",
"babel-plugin-minify-replace": "^0.5.0",
"babel-plugin-module-resolver": "^5.0.0",
"big-list-of-naughty-strings": "https://github.com/radex/big-list-of-naughty-strings#8346238a82f1e3a6f62389def1e668d80e4023fb",
"cavy": "git+https://github.com/Nozbe/cavy.git",
"chokidar": "^3.5.3",
"chokidar-cli": "^3.0.0",
"concurrently": "^7.6.0",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "^7.0.0",
"fast-async": "^7.0",
"flow-bin": "0.200.0",
"fs-extra": "^11.1.0",
"glob-to-regexp": "^0.4.1",
"inquirer": "^9.1.4",
"jest": "^29.4.3",
"json-stringify-pretty-compact": "^4.0.0",
"klaw-sync": "^6.0.0",
"listr": "^0.14.1",
"listr-input": "^0.2.1",
"lodash.clonedeep": "^4.5.0",
"mkdirp": "^2.1.3",
"path": "^0.12.7",
"prettier": "^2.8.4",
"rambdax": "2.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.3",
"react-test-renderer": "18.2.0",
"rimraf": "^4.1.2",
"semver": "^7.3.8",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^4.5.0"
}
}