23 lines
419 B
JSON
23 lines
419 B
JSON
{
|
|
"name": "expedicao-gold",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcryptjs": "^3.0.3",
|
|
"next": "^16.2.9",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"uuid": "^14.0.1"
|
|
}
|
|
}
|