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 197e53e commit d374455
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,37 +21,18 @@
"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": "^20.4.6",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.1.7",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.14",
<<<<<<< HEAD
"cross-env": "^7.0.3",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"vite": "^4.4.8"
=======
<<<<<<< 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
>>>>>>> de66712 (WIP)
}
}

0 comments on commit d374455

Please sign in to comment.