diff --git a/package.json b/package.json index 284b1b1..396ab35 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "prisma_db_push": "prisma db push --schema=./src/prisma/schema.prisma", "dev": "nodemon src/index", "start": "node src/index", - "build_temp": "webpack --config webpack.config.js", - "build": "babel ./src --out-dir dist" + "build": "webpack --config webpack.config.js", + "build_temp": "babel ./src --out-dir dist" }, "repository": { "type": "git", @@ -43,8 +43,6 @@ "devDependencies": { "@babel/cli": "^7.23.0", "@babel/core": "^7.23.3", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/plugin-transform-class-properties": "^7.23.3", "@babel/plugin-transform-object-rest-spread": "^7.23.3", "@babel/preset-env": "^7.23.3",