mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-06 04:53:56 +03:00
26 lines
568 B
JSON
26 lines
568 B
JSON
{
|
|
"name": "anopaper",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.0.12",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@vitejs/plugin-react": "^2.1.0",
|
|
"autoprefixer": "^10.4.12",
|
|
"postcss": "^8.4.18",
|
|
"tailwindcss": "^3.1.8",
|
|
"vite": "^3.1.0"
|
|
}
|
|
}
|