aboutsummaryrefslogtreecommitdiff
path: root/bench/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bench/package.json')
-rw-r--r--bench/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/bench/package.json b/bench/package.json
new file mode 100644
index 000000000..1025e4fd8
--- /dev/null
+++ b/bench/package.json
@@ -0,0 +1,12 @@
+{
+ "name": "snippets",
+ "version": "1.0.0",
+ "main": "index.js",
+ "license": "MIT",
+ "dependencies": {
+ "@babel/core": "^7.16.10",
+ "@babel/preset-react": "^7.16.7",
+ "@swc/core": "^1.2.133",
+ "esbuild": "^0.14.12"
+ }
+}