Skip to content

Commit

Permalink
fix package json
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpangalos committed Sep 21, 2023
1 parent de66712 commit c46deed
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,17 @@
"lint": "eslint ./src --fix",
"type-check": "tsc"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"browserslist": [">0.2%", "not dead", "not ie <= 11", "not op_mini all"],
"devDependencies": {
"@types/node": "^14.18.45",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react-router-dom": "^5.1.7",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.14",
<<<<<<< Updated upstream
"cross-env": "^5.2.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"vite": "^3.2.6"
=======
"cross-env": "^7.0.3",
"postcss": "^8.4.27",
"react-intersection-observer": "^9.5.2",
"tailwindcss": "^3.3.3",
"vite": "^4.4.8"
>>>>>>> Stashed changes
}
}

0 comments on commit c46deed

Please sign in to comment.