Skip to content

Commit

Permalink
Revert "feat: migrated to pnpm & vite (#19)" (#21)
Browse files Browse the repository at this point in the history
This reverts commit 83e57f1.
  • Loading branch information
shyamtawli authored Apr 26, 2023
1 parent 83e57f1 commit c2cca98
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 1,674 deletions.
29 changes: 0 additions & 29 deletions index.html

This file was deleted.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,24 @@
"name": "devfind",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"web-vitals": "^3.3.1"
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "vite",
"build": "vite build",
"test": "vite test",
"eject": "vite eject",
"preinstall": "npx only-allow pnpm"
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
Expand All @@ -38,8 +40,6 @@
]
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.0",
"json-loader": "^0.5.7",
"vite": "^4.3.2"
"json-loader": "^0.5.7"
}
}
}
Loading

1 comment on commit c2cca98

@vercel
Copy link

@vercel vercel bot commented on c2cca98 Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.