forked from pubkey/rxdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.13 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.13 KB
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
{
"name": "supabase",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"preinstall": "(cd ../../ && npx yarn@1.22.10 pack ../../ --filename ./examples/supabase/rxdb-local.tgz)",
"dev": "cross-env NODE_ENV=development webpack-dev-server",
"build": "webpack",
"build:serve": "ws -p 8888 -d dist/",
"test:e2e": "testcafe chrome -e test/ --hostname localhost",
"test:dexie": "STORAGE=dexie concurrently \"npm run build:serve\" \"sleep 10 && npm run test:e2e\" --kill-others --success first"
},
"private": true,
"author": "pubkey",
"license": "MIT",
"dependencies": {
"@supabase/supabase-js": "1.35.7",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "2.6.1",
"rxdb": "file:rxdb-local.tgz",
"rxjs": "7.5.6"
},
"devDependencies": {
"local-web-server": "5.2.1",
"concurrently": "7.3.0",
"async-test-util": "2.0.0",
"css-loader": "6.7.1",
"testcafe": "1.20.1",
"testcafe-hammerhead": "24.7.3",
"ts-loader": "9.3.1",
"typescript": "4.8.3",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.10.1"
}
}