rss-reader/static/package.json

19 lines
353 B
JSON
Raw Permalink Normal View History

2025-02-17 05:42:19 -08:00
{
"name": "static",
"version": "1.0.0",
"description": "Frontend assets for RSS Reader",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.0"
}
}