summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/package.json b/package.json
index 57a18c8..ec2e90c 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "relabi",
"version": "1.0.0",
"description": "relabi generator",
- "main": "src/index.js",
+ "main": "./src/index.jsx",
"author": "jules <jules@asdf.us>",
"license": "UNLICENSED",
"private": true,
@@ -11,6 +11,16 @@
"build": "npx webpack build --mode production"
},
"dependencies": {
+ "@babel/core": "^7.21.8",
+ "@babel/preset-env": "^7.21.5",
+ "@babel/preset-react": "^7.18.6",
+ "babel-loader": "^9.1.2",
+ "babel-plugin-transform-class-properties": "^6.24.1",
+ "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
+ "html-webpack-plugin": "^5.5.1",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "tone": "^14.7.77",
"webpack": "^5.82.0",
"webpack-cli": "^5.1.0"
},