Skip to content

Commit

Permalink
feat: add shadcn
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosath committed Jan 24, 2025
1 parent e700016 commit 1ec7eb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion generators/react-admin/templates/package.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ message: "File for ui `package.json` was created successfully."
"axios": "^1.7.7",
"ra-data-json-server": "^5.1.3",
"react": "^18.3.0",
"react-admin": "^5.1.0",
"react-admin": "^5.5.1",
"react-dom": "^18.3.0"
},
"devDependencies": {
Expand All @@ -31,11 +31,14 @@ message: "File for ui `package.json` was created successfully."
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^4.0.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.5.1",
"prettier": "^3.3.3",
"tailwindcss": "^4.0.0",
"typescript": "^5.1.6",
"vite": "^5.3.5"
},
Expand Down

0 comments on commit 1ec7eb8

Please sign in to comment.