-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.58 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "aa-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"rei": "rm -rf node_modules/ && npm i",
"dev": "vite",
"build": "tsc && vite build",
"lint": "npx eslint '{test,scripts,deploy,shared}/**/*.ts'",
"lint:fix": "npx eslint '{test,scripts,deploy,shared}/**/*.ts' --fix",
"preview": "vite preview"
},
"dependencies": {
"@alchemy/aa-accounts": "^2.3.1",
"@alchemy/aa-alchemy": "^2.3.1",
"@alchemy/aa-core": "^2.3.1",
"@alchemy/aa-ethers": "^2.3.1",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@rollup/plugin-inject": "^5.0.5",
"aa-schnorr-multisig": "^1.0.5",
"aa-schnorr-multisig-sdk": "^1.0.5",
"buffer": "^6.0.3",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"viem": "^1.21.4",
"wagmi": "^1.4.2"
},
"devDependencies": {
"@types/ecurve": "^1.0.0",
"@types/elliptic": "^6.4.14",
"@types/node": "^20.11.7",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/secp256k1": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"bigi": "^1.4.2",
"ecurve": "^1.0.6",
"eslint": "^8.55.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"ethers": "^5.7.2",
"secp256k1": "^5.0.0",
"typescript": "^5.3.3",
"vite": "^5.0.8"
}
}