Initial commit: Expedição Gold SaaS
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user