Jotzy/frontend/package.json

20 lines
355 B
JSON
Raw Normal View History

2025-11-19 21:16:32 +00:00
{
"name": "note-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.13.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.7.0",
"vite": "^5.4.21"
}
}