-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.54 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@auxo-dev/frontend-common",
"publishConfig": {
"access": "public"
},
"version": "0.0.70",
"type": "module",
"description": "Component library for Auxo frontend",
"directories": {
"lib": "lib"
},
"author": "QuyenLee",
"license": "ISC",
"main": "dist/frontend-common.js",
"types": "dist/main.d.ts",
"keywords": [
"web3",
"crypto",
"token",
"auxo"
],
"files": [
"dist"
],
"sideEffects": [
"**/*.css"
],
"repository": {
"type": "git",
"url": "https://github.com/auxo-zk/frontend-common.git"
},
"scripts": {
"dev": "vite --port 1342",
"build": "tsc --p ./tsconfig-build.json && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepublishOnly": "yarn build"
},
"peerDependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@mui/utils": "^5.16.5",
"@tanstack/react-query": "^5.51.15",
"@types/node": "^20.14.9",
"axios": "^1.7.3",
"bignumber.js": "^9.1.2",
"crypto-token-icon": "^0.0.12",
"date-fns": "^3.6.0",
"jotai": "^2.9.1",
"jwt-decode": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-quill": "^2.0.0",
"react-router-dom": "^6.25.1",
"react-toastify": "^10.0.5",
"viem": "2.x",
"vite-plugin-dts": "^3.9.1",
"wagmi": "^2.12.1"
},
"devDependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@mui/utils": "^5.16.5",
"@tanstack/react-query": "^5.51.15",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"axios": "^1.7.3",
"bignumber.js": "^9.1.2",
"crypto-token-icon": "^0.0.12",
"date-fns": "^3.6.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"jotai": "^2.9.1",
"jwt-decode": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-quill": "^2.0.0",
"react-router-dom": "^6.25.1",
"react-toastify": "^10.0.5",
"typescript": "^5.2.2",
"viem": "2.x",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
"wagmi": "^2.12.1"
},
"dependencies": {
"bs58": "^6.0.0",
"buffer": "^6.0.3"
}
}