UNPKG

ui-next-library

Version:
77 lines (76 loc) 2.64 kB
{ "name": "ui-next-library", "version": "1.13.68", "description": "Biblioteca de componentes UI para Next.js", "private": false, "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "dist/styles/index.css" ], "scripts": { "dev": "next dev --port=3005", "build": "npm run build:clean && npm run build:js && npm run build:css", "build:clean": "rm -rf dist", "build:js": "npx babel src --out-dir dist --extensions \".js,.jsx\" --ignore \"src/app/**\" && cp src/components/index.d.ts dist/", "build:css": "shx mkdir -p dist/styles && shx cp src/styles/index.css dist/styles/", "start": "next start", "lint": "next lint", "version:patch": "npm version patch", "version:minor": "npm version minor", "version:major": "npm version major", "git:commit": "git add . && git commit -m \"chore: preparación para release\"", "git:push": "git push", "publish:npm": "npm publish", "release:patch": "npm run git:commit && npm run build && npm run version:patch && npm run git:push && npm run publish:npm", "release:minor": "npm run git:commit && npm run build && npm run version:minor && npm run git:push && npm run publish:npm", "release:major": "npm run git:commit && npm run build && npm run version:major && npm run git:push && npm run publish:npm" }, "dependencies": { "clsx": "^2.1.1", "next": "15.2.2", "react": "^18.0.0 || ^19.0.0", "react-icons": "^5.5.0", "react-spinners": "^0.17.0", "react-tooltip": "^5.28.0", "tailwind-merge": "^3.0.2" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "tailwindcss": "^4.0.0" }, "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.26.10", "@babel/plugin-transform-runtime": "^7.26.10", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "@tailwindcss/postcss": "^4.1.7", "autoprefixer": "^10.4.21", "postcss": "^8.5.3", "postcss-cli": "^10.1.0", "postcss-import": "^15.1.0", "shx": "^0.4.0", "tailwindcss": "^4.0.0" }, "keywords": [ "react", "components", "ui", "next.js", "tailwind" ], "author": "Tu Nombre", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/tu-usuario/ui-next-library.git" }, "bugs": { "url": "https://github.com/tu-usuario/ui-next-library/issues" }, "homepage": "https://github.com/tu-usuario/ui-next-library#readme" }