@rikishi/watermelondb
Version:
Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast
132 lines (131 loc) • 5.04 kB
JSON
{
"main": "./index.js",
"sideEffects": false,
"name": "@rikishi/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.24.1-3",
"author": "@rikishi",
"homepage": "https://github.com/Nozbe/WatermelonDB#readme",
"bugs": "https://github.com/Nozbe/WatermelonDB/issues",
"license": "MIT",
"keywords": [
"database",
"indexeddb",
"sqlite",
"react",
"react-native",
"watermelon",
"offline",
"reactive",
"persistence"
],
"repository": {
"type": "git",
"url": "https://github.com/Nozbe/WatermelonDB.git"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@nozbe/simdjson": "1.0.0",
"@nozbe/sqlite": "3.36.0",
"@nozbe/with-observables": "1.4.0",
"hoist-non-react-statics": "^3.3.2",
"lokijs": "npm:@nozbe/lokijs@1.5.12-wmelon6",
"rxjs": "^7.4.0",
"sql-escape-string": "^1.1.0"
},
"publishConfig": {"access": "public"},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "7.6.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.5.0",
"@babel/plugin-transform-block-scoping": "^7.6.0",
"@babel/plugin-transform-classes": "^7.5.5",
"@babel/plugin-transform-computed-properties": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.6.0",
"@babel/plugin-transform-exponentiation-operator": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/plugin-transform-for-of": "^7.4.4",
"@babel/plugin-transform-function-name": "^7.4.4",
"@babel/plugin-transform-literals": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/plugin-transform-parameters": "^7.4.4",
"@babel/plugin-transform-react-constant-elements": "^7.6.0",
"@babel/plugin-transform-react-display-name": "^7.2.0",
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-react-jsx-source": "^7.5.0",
"@babel/plugin-transform-regenerator": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/plugin-transform-shorthand-properties": "^7.2.0",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/plugin-transform-sticky-regex": "^7.2.0",
"@babel/plugin-transform-template-literals": "^7.4.4",
"@babel/plugin-transform-unicode-regex": "^7.4.4",
"@testing-library/react-hooks": "^3.1.0",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/react": "^16.8.6",
"anymatch": "^3.0.0",
"babel-core": "^7.0.0-0",
"babel-eslint": "10.0.3",
"babel-jest": "^26.0.0",
"babel-plugin-closure-elimination": "^1.3.0",
"babel-plugin-import-redirect": "^1.1.1",
"babel-plugin-minify-dead-code-elimination": "^0.5.0",
"babel-plugin-minify-flip-comparisons": "^0.4.3",
"babel-plugin-minify-guarded-expressions": "^0.4.3",
"babel-plugin-minify-replace": "^0.5.0",
"babel-plugin-module-resolver": "^3.1.1",
"better-sqlite3": "^7.1.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.1",
"chokidar-cli": "^2.1.0",
"concurrently": "^6.0.0",
"eslint": "^6.5.1",
"eslint-config-airbnb": "18.0.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.1.2",
"execa": "^2.0.0",
"expect-rn": "npm:expect@24.1.0",
"fast-async": "^7.0",
"flow-bin": "npm:@nozbe/flow-bin@0.146",
"fs-extra": "^9.1.0",
"glob-to-regexp": "^0.4.1",
"inquirer": "^7.0.0",
"jest": "26.6.3",
"json-stringify-pretty-compact": "^2.0.0",
"klaw-sync": "^6.0.0",
"listr": "^0.14.1",
"listr-input": "^0.2.0",
"lodash.clonedeep": "^4.5.0",
"mkdirp": "^0.5.1",
"p-timeout": "^3.0.0",
"path": "^0.12.7",
"prettier": "^2.2.1",
"rambdax": "2.15.0",
"react": "16.13.0",
"react-dom": "16.13.0",
"react-native": "0.63.4",
"react-test-renderer": "16.11.0",
"rimraf": "^3.0.0",
"semver": "^6.0.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.0.3"
}
}