This commit is contained in:
Rogelio
2025-10-23 04:36:37 +00:00
commit 9cf2a7f223
1334 changed files with 525004 additions and 0 deletions

30
package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "maya-contigo-ui",
"version": "1.0.0",
"type": "module",
"main": "src/components/index.ts",
"types": "src/components/index.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch --preserveWatchOutput",
"clean": "rm -rf dist",
"prepare": "npm run build",
"version:patch": "npm version patch"
},
"keywords": [
"react",
"typescript",
"tailwind",
"components"
],
"author": "Roger_Sariñana",
"license": "MIT",
"devDependencies": {
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.15",
"typescript": "^5.9.3"
}
}