-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.47 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
{
"name": "radyal",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@astrolabs/registry": "^1.0.43",
"@astrolabs/swapper": "^1.0.28",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@mdx-js/rollup": "^3.0.1",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/query-async-storage-persister": "^5.10.0",
"@tanstack/query-sync-storage-persister": "^5.22.2",
"@tanstack/react-query": "^5.10.0",
"@tanstack/react-query-persist-client": "^5.22.2",
"@types/shade-blend-color": "^1.0.3",
"@web3modal/wagmi": "^4.0.5",
"abitype": "^0.10.2",
"axios": "^1.6.2",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.1.4",
"clsx": "^2.1.0",
"daisyui": "^4.3.1",
"dayjs": "^1.11.10",
"localforage": "^1.10.0",
"lottie-react": "^2.4.0",
"md5": "^2.3.0",
"postcss-import": "^16.0.0",
"postcss-scss": "^4.0.9",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-redux": "^9.1.0",
"react-router-dom": "^5",
"react-select": "^5.8.0",
"redux-persist": "^6.0.0",
"shade-blend-color": "^1.0.0",
"styled-components": "^6.1.8",
"twin.macro": "^3.4.1",
"viem": "^2.7.11",
"wagmi": "^2.5.7"
},
"devDependencies": {
"@emotion/styled": "^11.11.0",
"@types/md5": "^2.3.5",
"@types/node": "^20.10.6",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.16",
"dotenv": "^16.3.1",
"esbuild": "^0.20.0",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"npm": "^10.2.4",
"path": "^0.12.7",
"postcss": "^8.4.32",
"postcss-nesting": "^12.0.1",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.1.1",
"rollup-plugin-postcss": "^4.0.2",
"svgo": "^3.2.0",
"tailwind-styled-components": "^2.2.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-svgr": "^4.2.0"
}
}