Files
WrenchBoardMainSite2025/package.json
T
victorAnumudu 64390441a1 cookies fixed
2025-06-29 12:43:42 +01:00

30 lines
645 B
JSON

{
"name": "wrenchboard-www2025",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.7.2",
"caniuse-lite": "^1.0.30001651",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-owl-carousel": "^2.3.3",
"react-router-dom": "^6.25.1",
"sharp": "^0.33.4"
},
"devDependencies": {
"@types/node": "20.14.14",
"@types/react": "18.3.3",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"typescript": "5.5.4"
}
}