Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Sep 7, 2023
1 parent 2ca3c26 commit fc15a70
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 666 deletions.
1 change: 0 additions & 1 deletion examples/react/.env

This file was deleted.

9 changes: 0 additions & 9 deletions examples/react/craco.config.js

This file was deleted.

9 changes: 1 addition & 8 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,19 @@
"@0xsequence/kit": "workspace:*",
"@0xsequence/kit-wallet": "workspace:*",
"@0xsequence/wagmi-connector": "^2.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@vanilla-extract/css": "^1.9.3",
"autoprefixer": "^10.4.13",
"ethers": "^5.7.2",
"framer-motion": "^8.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.4",
"viem": "1.4.1",
"wagmi": "^1.3.9",
"web-vitals": "^2.1.4"
"wagmi": "^1.3.9"
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "^16.18.11",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vanilla-extract/webpack-plugin": "^2.3.0",
"@vanilla-extract/vite-plugin": "^3.7.1",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.1.1",
Expand Down
9 changes: 0 additions & 9 deletions examples/react/src/App.test.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions examples/react/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';

const root = ReactDOM.createRoot(
document.getElementById('root') as HTMLElement
Expand All @@ -12,8 +11,3 @@ root.render(
<App />
</React.StrictMode>
);

// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();
1 change: 0 additions & 1 deletion examples/react/src/react-app-env.d.ts

This file was deleted.

15 changes: 0 additions & 15 deletions examples/react/src/reportWebVitals.ts

This file was deleted.

5 changes: 0 additions & 5 deletions examples/react/src/setupTests.ts

This file was deleted.

Loading

0 comments on commit fc15a70

Please sign in to comment.