ic
This commit is contained in:
30
package.json
Normal file
30
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user