alt-text-frontend/package.json

23 lines
397 B
JSON
Raw Normal View History

2023-10-08 02:06:21 +00:00
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
2023-10-08 02:06:21 +00:00
"next": "latest",
"react": "18.2.0",
"react-bootstrap": "^2.9.0",
2023-10-08 02:06:21 +00:00
"react-dom": "18.2.0"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"sass": "^1.69.4"
2023-10-08 02:06:21 +00:00
}
}