Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Alejandro Gallardo Diez authored and Guillermo Alejandro Gallardo Diez committed Dec 30, 2024
1 parent 03305db commit 675ea01
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/user-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const contractChoices: Choices<Contract> = [
const frontendChoices: Choices<Frontend> = [
{ title: 'NextJs (Classic)', description: 'A web-app built using Next.js Page Router', value: 'next-page' },
{ title: 'NextJS (App Router)', description: 'A web-app built using Next.js new App Router', value: 'next-app' },
{ title: 'Vite React', description: 'A web-app built using Vite with React', value: 'vite-react' },
{ title: 'Vite (React)', description: 'A web-app built using Vite with React', value: 'vite-react' },
];

const appPrompt: PromptObject = {
Expand Down
5 changes: 0 additions & 5 deletions templates/frontend/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
"react-dom": "^18",
"wagmi": "^2.12.16"
},
"overrides": {
"@near-wallet-selector/ethereum-wallets": {
"near-api-js": "4.0.3"
}
},
"devDependencies": {
"encoding": "^0.1.13",
"eslint": "^8",
Expand Down
5 changes: 0 additions & 5 deletions templates/frontend/next-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
"react-dom": "^18",
"wagmi": "^2.12.16"
},
"overrides": {
"@near-wallet-selector/ethereum-wallets": {
"near-api-js": "4.0.3"
}
},
"devDependencies": {
"encoding": "^0.1.13",
"eslint": "^8",
Expand Down
8 changes: 1 addition & 7 deletions templates/frontend/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,12 @@
"bootstrap": "^5",
"bootstrap-icons": "^1.11.3",
"buffer": "^6.0.3",
"near-api-js": "^5.0.1",
"near-api-js": "^4.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.1.0",
"wagmi": "^2.14.4",
"wouter": "^3.3.5"
},
"overrides": {
"@near-wallet-selector/ethereum-wallets": {
"near-api-js": "4.0.3"
}
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.1",
Expand Down

0 comments on commit 675ea01

Please sign in to comment.