2022-10-17 13:50:40 +03:00
|
|
|
{
|
|
|
|
"name": "anopaper",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
2023-01-21 16:59:44 +03:00
|
|
|
"build": "vite build --emptyOutDir",
|
2022-10-17 13:50:40 +03:00
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@heroicons/react": "^2.0.12",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2022-10-17 14:58:38 +03:00
|
|
|
"react-markdown": "^8.0.3",
|
2022-10-17 13:50:40 +03:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|