about summary refs log tree commit diff
path: root/users/wpcarro/slx.js/package.json
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2023-01-20T23·30-0800
committerclbot <clbot@tvl.fyi>2023-01-20T23·33+0000
commit7f37cfb184780748ba9c07b483635699ba0a0af2 (patch)
tree325958fec550fc7cc5c812d4bce90450bffb8270 /users/wpcarro/slx.js/package.json
parent6945601ef3c064d4a3bc6a921452fff56d45f055 (diff)
test(wpcarro/slx): Add (basic) tests r/5717
Tests with React? ...wat?

Change-Id: I95ccd08bb6e66e9d74a63a596b5f844f9dab0361
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7884
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/slx.js/package.json')
-rw-r--r--users/wpcarro/slx.js/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/users/wpcarro/slx.js/package.json b/users/wpcarro/slx.js/package.json
new file mode 100644
index 000000000000..d8f2e678faca
--- /dev/null
+++ b/users/wpcarro/slx.js/package.json
@@ -0,0 +1,14 @@
+{
+  "name": "slx.js",
+  "version": "1.0.0",
+  "main": "index.js",
+  "license": "MIT",
+  "dependencies": {
+    "parcel": "^2.8.3",
+    "react": "^18.2.0",
+    "react-dom": "^18.2.0"
+  },
+  "devDependencies": {
+    "process": "^0.11.10"
+  }
+}