forked from Nozbe/WatermelonDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
143 lines (143 loc) · 5.54 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
{
"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.12.1-0",
"scripts": {
"build": "NODE_ENV=production node ./scripts/make.js",
"dev": "NODE_ENV=development node ./scripts/make.js",
"release": "node ./scripts/publish.js",
"prettier": "prettier-eslint --config ./.prettierrc --write \"./src/**/*.js\"",
"flow": "flow check",
"eslint": "eslint ./src -c ./.eslintrc.yml --cache --cache-location ./.cache/.eslintcache",
"tslint": "tslint --project .",
"test": "jest --config=./jest.config.js --forceExit --detectOpenHandles --no-cache",
"ci:check": "concurrently 'npm run test' 'npm run eslint' 'npm run flow' --kill-others-on-fail",
"test:android": "cd native/androidTest; ./gradlew connectedAndroidTest",
"test:ios": "cd native/iosTest; xcodebuild -workspace WatermelonTester.xcworkspace -scheme 'WatermelonTester' -destination 'name=iPhone 8' test",
"swiftlint": "cd native; swiftlint",
"ktlint": "cd native/androidTest; ./gradlew ktlint",
"ktlint:format": "cd native/androidTest; ./gradlew ktlintFormat",
"android:emulator": "./scripts/emulatorWithJavaCheck"
},
"author": "@Nozbe",
"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",
"persistence"
],
"repository": {
"type": "git",
"url": "https://github.com/Nozbe/WatermelonDB.git"
},
"dependencies": {
"lokijs": "^1.5.5",
"rambdax": "^2.0.0",
"rxjs": "^6.2.2",
"rxjs-compat": "^6.3.2",
"sql-escape-string": "^1.1.0"
},
"peerDependencies": {
"react": "^16.6.0",
"react-native": "^0.57.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "7.3.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
"@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.2.0",
"@babel/plugin-transform-block-scoping": "^7.2.0",
"@babel/plugin-transform-classes": "^7.2.2",
"@babel/plugin-transform-computed-properties": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.3.2",
"@babel/plugin-transform-exponentiation-operator": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/plugin-transform-for-of": "^7.2.0",
"@babel/plugin-transform-function-name": "^7.2.0",
"@babel/plugin-transform-literals": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-parameters": "^7.2.0",
"@babel/plugin-transform-react-constant-elements": "^7.2.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.2.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.2.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.2.0",
"@babel/plugin-transform-unicode-regex": "^7.2.0",
"@types/react": "^16.8.6",
"anymatch": "^2.0.0",
"babel-core": "^7.0.0-0",
"babel-eslint": "10.0.1",
"babel-jest": "24.1.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",
"babel-plugin-transform-remove-console": "^6.9.4",
"cavy": "git+https://github.com/Nozbe/cavy.git",
"chokidar": "^2.0.4",
"concurrently": "^4.0.1",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-flowtype": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0",
"execa": "^1.0.0",
"fast-async": "^7.0",
"flow-bin": "^0.95.0",
"fs-extra": "^7.0.0",
"inquirer": "^6.2.0",
"jest": "24.1.0",
"jsc-android": "^236355.0.0",
"json-stringify-pretty-compact": "^2.0.0",
"klaw-sync": "^6.0.0",
"listr": "^0.14.1",
"listr-input": "^0.1.3",
"lodash.clonedeep": "^4.5.0",
"lokijs": "^1.5.5",
"mkdirp": "^0.5.1",
"p-timeout": "^3.0.0",
"prettier": "^1.14.2",
"prettier-eslint": "^8.8.2",
"prettier-eslint-cli": "^4.7.1",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-hooks-testing-library": "^0.3.4",
"react-native": "^0.59.0",
"react-test-renderer": "16.8.5",
"rimraf": "^2.6.2",
"semver": "^5.5.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.0.3"
}
}