Skip to content

Commit

Permalink
Separate dev and prod dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vczb committed Jan 28, 2024
1 parent b348ea2 commit fb285cf
Show file tree
Hide file tree
Showing 2 changed files with 772 additions and 9,839 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,26 @@
"name": "app",
"private": true,
"dependencies": {
"esbuild": "^0.19.11",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.0",
"@mui/material": "^5.5.0",
"@reduxjs/toolkit": "^1.8.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-input-mask": "^2.0.4",
"react-redux": "^7.2.6",
"react-router-dom": "6",
"react-scripts": "5.0.0",
"redux-persist": "^6.0.0",
"typescript": "^4.4.2",
"@types/react-input-mask": "^3.0.1"
"redux-persist": "^6.0.0"
},
"devDependencies": {
"esbuild": "^0.19.11",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react-input-mask": "^3.0.1",
"typescript": "^4.4.2"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --format=esm --outdir=app/assets/builds --public-path=/assets --loader:.js=jsx",
Expand Down
Loading

0 comments on commit fb285cf

Please sign in to comment.