My Mansion gets a CSS villa scene — dusk sky, glowing/flickering windows, waving flag, garden hedge — with the live services (Showcase, File-mapper, Net-disk) presented as 'chambers of the estate'. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "2.3.0-villa",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"marked": "^14.1.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|