-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
131 lines (131 loc) · 4.14 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "aura",
"version": "0.1.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.6",
"@rainbow-me/rainbowkit": "^1.0.1",
"@react-router/dev": "^7.1.1",
"@reduxjs/toolkit": "^1.9.5",
"@sentry/react": "^7.70.0",
"@tailwindcss/typography": "^0.5.15",
"apisauce": "2.0.1",
"axios": "^1.5.0",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"ethereum-blockies-base64": "^1.0.2",
"framer-motion": "^10.12.16",
"http-proxy-middleware": "^2.0.6",
"i18next": "22.4.10",
"localforage": "1.10.0",
"lucide-react": "^0.471.0",
"moment": "2.29.1",
"process": "^0.11.10",
"qrcode": "^1.5.3",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "^18.2.0",
"react-i18next": "12.1.5",
"react-icons": "^5.3.0",
"react-infinite-scroller": "^1.2.6",
"react-markdown": "^9.0.1",
"react-qrcode-logo": "^2.9.0",
"react-redux": "^8.1.1",
"react-router": "^7.1.1",
"react-router-dom": "^7.1.1",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"remark-gfm": "^4.0.0",
"stream-browserify": "^3.0.0",
"swiper": "^11.2.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-animation-delay": "^1.2.0",
"tweetnacl": "^1.0.3",
"typescript": "^5.7.3",
"uuid": "^10.0.0"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"test": "vite test",
"lint": "eslint .",
"preview": "vite preview",
"contracts:compile:abi": "typechain --target ethers-v5 --out-dir cypress/utils/mock-contracts/types \"./src/abis/**/*.json\"",
"start:cypress": "env REACT_APP_IS_CYPRESS='true' react-app-rewired start",
"build:cypress": "env REACT_APP_IS_CYPRESS='true' react-app-rewired build",
"cypress:open": "cypress open --browser chrome --e2e",
"cypress": "start-server-and-test 'yarn start:cypress' http://localhost:3000 'yarn cypress:open'",
"cypress:headless": "yarn build:cypress && start-server-and-test 'serve -s -L build' http://localhost:3000 'cypress run --browser chrome --e2e'"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not ie <= 99",
"not android <= 4.4.4",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/crypto-js": "^4.1.1",
"@types/ethereum-blockies": "^0.1.2",
"@types/jest": "^27.0.1",
"@types/node": "^22.10.2",
"@types/qrcode": "^1.5.1",
"@types/ramda": "^0.29.3",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-infinite-scroller": "^1.2.3",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-swc": "^3.7.2",
"cypress": "^13.2.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-better-styled-components": "^1.1.2",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"i18next-parser": "3.0.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"sass": "^1.53.0",
"serve": "^14.2.1",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.2.7",
"vite": "^6.0.4",
"vite-plugin-pwa": "^0.21.1",
"vite-tsconfig-paths": "^5.1.4"
}
}