summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2023-05-08 23:49:29 +0200
committerjulian laplace <julescarbon@gmail.com>2023-05-08 23:49:29 +0200
commitb9dc2f677e7c3021aeeea6b1ab609a9b40806b48 (patch)
treec49c179515b2dce0784205e1d707f99d9ba6d0ee /package.json
parentcee4e2e53e1d7df114960daa78e7fd7b38e165b9 (diff)
v1 of relabi generator
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"
},