Initial commit: Expedição Gold SaaS

This commit is contained in:
Carlos
2026-06-25 00:55:34 +02:00
commit 1bf21f0754
13 changed files with 1356 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"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"
}
}