portfolio2023/package.json
2023-06-12 05:02:59 +02:00

36 lines
834 B
JSON

{
"name": "portfolio2023",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/bcrypt": "^5.0.0",
"@types/node": "20.1.7",
"@types/react": "18.2.6",
"@types/react-bootstrap": "^0.32.32",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"bcrypt": "^5.1.0",
"bootstrap": "^5.3.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"mysql": "^2.18.1",
"mysql2": "^3.3.3",
"next": "13.4.2",
"postcss": "8.4.23",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0",
"sequelize": "^6.32.0",
"sqlite": "^4.2.1",
"sqlite3": "^5.1.6",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
}
}