-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 643 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "javascript",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"preinstall": "(cd ../../../ && npx [email protected] pack ../../ --filename ./examples/flutter/javascript/rxdb-local.tgz)",
"build": "webpack --config ./webpack.config.js"
},
"author": "",
"license": "ISC",
"//": "NOTICE: For the Github CI we use the local RxDB build (rxdb-local.tgz). In your app should just install 'rxdb' from npm instead",
"dependencies": {
"rxdb": "file:rxdb-local.tgz",
"rxjs": "7.8.2"
},
"devDependencies": {
"webpack": "5.105.4",
"webpack-cli": "7.0.2"
}
}