5e2bb8585a
- 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
22 lines
455 B
JSON
Executable File
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"
|
|
}
|
|
}
|