Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "bible-study-app",
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"docx": "^9.7.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-react": "^4.3.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"postcss": "^8.4.35",
|
||||
"tailwindcss": "^3.4.4",
|
||||
"vite": "^5.4.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user