Website/package.json

39 lines
929 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": {
2024-09-01 10:07:38 +00:00
"@aws-sdk/client-s3": "^3.637.0",
2024-08-29 13:20:28 +00:00
"@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",
2024-08-30 14:05:54 +00:00
"showdown": "^2.1.0",
"ua-parser-js": "^1.0.38"
2024-08-29 13:20:28 +00:00
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/node": "^20.16.2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
2024-08-30 14:05:54 +00:00
"@types/ua-parser-js": "^0.7.39",
2024-08-29 13:20:28 +00:00
"eslint": "^8.57.0",
"eslint-config-next": "14.2.6",
"sass": "^1.77.8",
"typescript": "^5.5.4"
}
}