Files
homeproz/wp-content/themes/homeproz/package.json
T
Hanson.xyz Dev 5e2bb8585a Initialize beads issue tracking and update git policy
- Initialize beads (.beads/ directory)
- Add Claude Code hooks for SessionStart/PreCompact
- Update CLAUDE.md to clarify all build artifacts are committed
- Update .gitignore to allow node_modules and dist
2025-11-30 01:55:50 -06:00

22 lines
455 B
JSON
Executable File

{
"name": "homeproz-theme",
"version": "1.0.0",
"description": "HomeProz Real Estate WordPress Theme",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"sass": "^1.69.5",
"tailwindcss": "^3.4.0",
"vite": "^5.0.10"
},
"dependencies": {
"jquery": "^3.7.1"
}
}