Jesús Pérez 0aeaa33d9a
Some checks failed
CI/CD Pipeline / Test Suite (push) Has been cancelled
CI/CD Pipeline / Security Audit (push) Has been cancelled
CI/CD Pipeline / Build Docker Image (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
CI/CD Pipeline / Performance Benchmarks (push) Has been cancelled
CI/CD Pipeline / Cleanup (push) Has been cancelled
chore: update gitignore and fix content
2026-02-08 20:09:38 +00:00

51 lines
1.1 KiB
JSON

{
"name": "jpl-website",
"version": "0.1.0",
"description": "{{description}}",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "npm run check:css && npm run check:js",
"check:css": "unocss --check",
"check:js": "eslint . --ext .js,.ts",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"@unocss/cli": "^0.58.0",
"@unocss/reset": "^0.58.0",
"unocss": "^0.58.0",
"vite": "^5.0.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"eslint": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"typescript": "^5.3.0"
},
"dependencies": {
"@iconify-json/heroicons": "^1.1.15",
"@iconify-json/lucide": "^1.1.134"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"keywords": [
"rustelo",
"leptos",
"rust",
"web",
"fullstack"
],
"author": "{{author}}",
"license": "MIT",
"repository": {
"type": "git",
"url": "{{repository}}"
}
}