We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe750e commit c47e95aCopy full SHA for c47e95a
package.json
@@ -43,12 +43,14 @@
43
"@babel/plugin-transform-runtime": "^7.10.5",
44
"@babel/preset-env": "^7.8.3",
45
"@babel/register": "^7.8.3",
46
+ "@supabase/doctest-js": "^0.1.0",
47
"babel-plugin-add-module-exports": "^1.0.0",
48
"babel-polyfill": "^6.26.0",
49
"babel-preset-minify": "^0.5.1",
50
"chai": "^4.1.2",
51
"chai-as-promised": "^7.1.1",
52
"cross-env": "^7.0.2",
53
+ "dotenv": "^8.2.0",
54
"jest-websocket-mock": "^2.0.1",
55
"mocha": "^8.0.1",
56
"nyc": "^15.0.0",
@@ -57,10 +59,8 @@
57
59
"webpack-cli": "^3.3.12"
58
60
},
61
"dependencies": {
- "@supabase/doctest-js": "^0.1.0",
62
"@supabase/postgrest-js": "^0.17.0",
63
"@supabase/realtime-js": "^0.9.0",
- "dotenv": "^8.2.0",
64
"superagent": "^5.2.1"
65
}
66
0 commit comments