-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.93 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": "flare",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@8.5.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write .",
"lint": "eslint . --fix"
},
"dependencies": {
"@crossbell/connect-kit": "^1.2.5",
"@crossbell/ipfs-gateway": "^0.0.19",
"@crossbell/ipfs-react": "^0.0.19",
"@crossbell/notification": "^1.3.0",
"@crossbell/ui": "^1.3.0",
"@crossbell/util-metadata": "^1.3.0",
"@ethersproject/providers": "^5.7.2",
"@radix-ui/react-avatar": "^1.0.2",
"@tanstack/query-core": "^4.29.7",
"@tanstack/react-query": "^4.29.7",
"@unocss/reset": "^0.51.13",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-react": "^1.0.6",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"crossbell": "^1.2.0",
"ethers": "^5.7.2",
"framer-motion": "^10.12.12",
"i18next": "^22.4.15",
"jotai": "^2.1.0",
"jotai-tanstack-query": "^0.7.0",
"ky": "^0.33.3",
"onu-ui": "1.0.14-beta.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.2",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.11.1",
"react-use": "^17.4.0",
"remark-gfm": "^3.0.1",
"tailwind-merge": "^1.12.0",
"wagmi": "^1.0.6",
"web3": "^1.8.1",
"web3-utils": "^1.10.0",
"web3modal": "^1.9.12"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.16",
"@types/node": "^20.1.7",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "6.0.0-alpha.121",
"@typescript-eslint/parser": "6.0.0-alpha.121",
"@vitejs/plugin-react-swc": "^3.3.1",
"eslint": "^8.40.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"unocss": "^0.51.13",
"vite": "^4.3.7"
},
"prettier": {
"semi": false
}
}