-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.29 KB
/
package.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "react-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"check": "tsc --noEmit",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint-fix": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@account-abstraction/contracts": "^0.6.0",
"@account-abstraction/sdk": "^0.6.0",
"@account-abstraction/utils": "^0.6.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"@web3auth/base": "^7.1.0",
"@web3auth/modal": "^7.1.1",
"@web3auth/openlogin-adapter": "^7.1.1",
"@web3auth/web3auth-wagmi-connector": "^5.0.1",
"bignumber.js": "^9.1.1",
"class-transformer": "^0.5.1",
"class-transformer-validator": "^0.9.1",
"class-validator": "^0.14.0",
"formik": "^2.4.1",
"formik-mui": "^5.0.0-alpha.0",
"mobx": "^6.9.0",
"mobx-react-lite": "^3.4.3",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.12.1",
"reflect-metadata": "^0.1.13",
"styled-components": "^5.3.11",
"viem": "^1.0.7",
"vite-plugin-node-polyfills": "^0.9.0",
"wagmi": "^1.2.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@total-typescript/ts-reset": "^0.4.2",
"@types/faker": "^6.6.9",
"@types/node": "^20.3.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"eslint": "^8.38.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"eslint-plugin-sonarjs": "^0.19.0",
"faker": "^5.5.3",
"husky": "^8.0.3",
"miragejs": "^0.1.47",
"prettier": "^2.8.8",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-babel": "^1.1.3"
}
}