Skip to content

Commit

Permalink
Cleaned up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BWangy committed Nov 15, 2024
1 parent 14076fb commit 33fdbf7
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"test:nolint": "mocha --recursive --require babel-core/register --require ./test/setup.js",
"test:watch": "npm test -- --watch",
"test:single": "eslint $SCRIPT && mocha --require babel-core/register --require ./test/setup.js $SCRIPT",
"testw:single": "eslint %SCRIPT% && mocha --require babel-core/register --require ./test/setup.js %SCRIPT%",
"echo": "echo",
"start": "vite",
"build": "rimraf ./dist && npm run test && cross-env NODE_ENV=\"production\" vite build",
Expand Down Expand Up @@ -75,11 +76,9 @@
"file-loader": "^1.1.11",
"file-saver": "^1.3.8",
"form-data": "^2.3.2",
"html-webpack-plugin": "^2.30.1",
"linkedom": "0.14.21",
"localforage": "^1.10.0",
"mocha": "^6.2.0",
"node-sass": "^7.0.3",
"react": "^18.3.1",
"react-ace": "^7.0.4",
"react-dom": "^18.3.1",
Expand All @@ -93,18 +92,12 @@
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.7",
"style-loader": "^0.18.2",
"url-loader": "^0.6.2",
"webpack": "^3.12.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.23.1",
"xmldom": "^0.6.0"
},
"dependencies": {
"@vitejs/plugin-react": "^4.3.2",
"react-blockly": "^8.1.1",
"sass": "^1.79.4",
"vite": "^5.4.8"
"sass": "^1.81.0",
"vite": "^5.4.11"
}
}

0 comments on commit 33fdbf7

Please sign in to comment.