Website/package.json

36 lines
822 B
JSON
Raw Normal View History

2024-08-29 13:20:28 +00:00
{
"name": "crss-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^10.0.0",
"@svgr/webpack": "^8.1.0",
"bcrypt": "^5.1.1",
"cookie": "^0.6.0",
"framer-motion": "^11.3.31",
"jose": "^5.8.0",
"lucide-react": "^0.429.0",
"mysql2": "^3.11.0",
"next": "14.2.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"showdown": "^2.1.0"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/node": "^20.16.2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.6",
"sass": "^1.77.8",
"typescript": "^5.5.4"
}
}