mirror of
https://github.com/guilhermewerner/image-caption-api
synced 2025-06-15 22:54:17 +00:00
Update api and add website
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "image-caption",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.3.2",
|
||||
"next": "13.5.4",
|
||||
"react": "^18",
|
||||
"react-bootstrap": "^2.9.0",
|
||||
"react-dom": "^18",
|
||||
"react-icons": "^4.11.0",
|
||||
"sass": "^1.69.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user