rosary / package.json
rosiewingit's picture
feat: add rosary react app
d375a29
Raw
History Blame Contribute Delete
745 Bytes
{
"name": "rosary",
"version": "1.0.0",
"description": "--- title: Rosary emoji: 🌍 colorFrom: yellow colorTo: indigo sdk: static pinned: false short_description: rosary ---",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "https://huggingface.co/spaces/rosiewingit/rosary"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.2.3",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}