Skip to content

Commit 200e85c

Browse files
committed
restructure for only web
1 parent be1cd2d commit 200e85c

File tree

3,244 files changed

+5688
-258761
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,244 files changed

+5688
-258761
lines changed
File renamed without changes.
Lines changed: 31 additions & 0 deletions

web/account-abstraction/aa-non-hooks-example/eslint.config.js renamed to account-abstraction/aa-non-hooks-example/eslint.config.js

File renamed without changes.
File renamed without changes.

web/account-abstraction/aa-non-hooks-example/package-lock.json renamed to account-abstraction/aa-non-hooks-example/package-lock.json

File renamed without changes.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "aa-non-hooks-example",
3+
"private": true,
4+
"version": "0.0.0",
5+
"type": "module",
6+
"scripts": {
7+
"dev": "vite",
8+
"build": "tsc -b && vite build",
9+
"lint": "eslint .",
10+
"preview": "vite preview"
11+
},
12+
"dependencies": {
13+
"@web3auth/modal": "10.0.0-beta.11",
14+
"ethers": "^6.14.0",
15+
"react": "^19.1.0",
16+
"react-dom": "^19.1.0"
17+
},
18+
"devDependencies": {
19+
"@eslint/js": "^9.25.0",
20+
"@types/react": "^19.1.2",
21+
"@types/react-dom": "^19.1.2",
22+
"@vitejs/plugin-react": "^4.4.1",
23+
"buffer": "^6.0.3",
24+
"eslint": "^9.25.0",
25+
"eslint-plugin-react-hooks": "^5.2.0",
26+
"eslint-plugin-react-refresh": "^0.4.19",
27+
"globals": "^16.0.0",
28+
"process": "^0.11.10",
29+
"typescript": "~5.8.3",
30+
"typescript-eslint": "^8.30.1",
31+
"vite": "^6.3.5"
32+
}
33+
}

web/account-abstraction/aa-non-hooks-example/public/vite.svg renamed to account-abstraction/aa-non-hooks-example/public/vite.svg

File renamed without changes.

web/account-abstraction/aa-non-hooks-example/src/App.css renamed to account-abstraction/aa-non-hooks-example/src/App.css

File renamed without changes.

web/account-abstraction/aa-non-hooks-example/src/App.tsx renamed to account-abstraction/aa-non-hooks-example/src/App.tsx

File renamed without changes.

web/account-abstraction/aa-non-hooks-example/src/assets/react.svg renamed to account-abstraction/aa-non-hooks-example/src/assets/react.svg

File renamed without changes.

0 commit comments

Comments
 (0)