cv/package.json

28 lines
607 B
JSON
Raw Normal View History

2023-05-24 04:23:20 +00:00
{
"name": "cv",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.2.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"bootstrap": "^5.2.3",
2023-05-24 19:15:53 +00:00
"bootstrap-icons": "^1.10.5",
2023-05-24 04:23:20 +00:00
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"next": "13.4.3",
"postcss": "8.4.23",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0",
"typescript": "5.0.4"
}
}