31 lines
682 B
JSON
31 lines
682 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|