UNPKG

vesta-ui

Version:
32 lines (31 loc) 911 B
{ "name": "vesta-ui", "version": "1.0.3", "description": "Librería de UX/UI independiente de frameworks", "files": [ "dist" ], "scripts": { "build": "node build.js", "watch": "nodemon --watch src --ext js,css,html --exec \"npm run build\"", "update:icons": "node update-icons.js", "start": "npx live-server dist --port=3000 --watch=dist", "deploy:dist": "cd dist && git add . && git commit -m 'Actualizando dist en GitHub' && git push origin main" ,"deploy:npm": "npm run build && npm publish" }, "repository": { "type": "git", "url": "liderentornovestafrontend/vesta-ui.git" }, "keywords": ["ui", "design-system", "css", "typescript", "frontend"], "author": "Arle Andino", "license": "MIT", "devDependencies": { "cross-env": "^7.0.3", "nodemon": "^3.1.9" }, "dependencies": { "@types/jquery": "^3.5.32", "jquery": "^3.7.1" } }