Initial functional version of the portfolio chatbot site
Some checks failed
Deploy to GitHub Pages / build-and-deploy (push) Has been cancelled
Some checks failed
Deploy to GitHub Pages / build-and-deploy (push) Has been cancelled
This commit is contained in:
50
package.json
Normal file
50
package.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "ai-portfolio-chat",
|
||||
"version": "1.0.0",
|
||||
"description": "Portfolio tecnológico interactivo con chat simulado de IA",
|
||||
"type": "module",
|
||||
"author": "Tu Nombre <tu.email@ejemplo.com>",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tu-usuario/ai-portfolio-chat.git"
|
||||
},
|
||||
"homepage": "https://tu-usuario.github.io/ai-portfolio-chat/",
|
||||
"keywords": [
|
||||
"portfolio",
|
||||
"vue",
|
||||
"chat",
|
||||
"ai",
|
||||
"developer",
|
||||
"frontend",
|
||||
"javascript"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"deploy": "npm run build && gh-pages -d dist",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.4.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"gh-pages": "^6.1.1",
|
||||
"lucide-vue-next": "^0.363.0",
|
||||
"postcss": "^8.5.6",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"vite": "^5.2.8"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0",
|
||||
"npm": ">=8.0.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions",
|
||||
"not dead"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user