-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.01 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
{
"name": "jeremy-tsang_ethereum_address_explorer",
"description": "Jeremy Tsang - Ethereum Address Explorer",
"version": "0.1.0",
"private": true,
"author": {
"name": "Jeremy Tsang",
"email": "[email protected]",
"url": "https://github.com/jeremytsngtsng"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"lint": "eslint src --max-warnings=0",
"typecheck": "tsc --project tsconfig.json --noEmit"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@polkadot/react-identicon": "^3.6.4",
"@react-spring/web": "^9.7.3",
"@tanstack/react-query": "^5.17.10",
"alchemy-sdk": "^3.1.1",
"ethers": "^6.10.0",
"jdenticon": "^3.2.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.7",
"react-dom": "^18.2.0",
"react-table": "^7.8.0",
"styled-components": "^6.1.8",
"swiper": "^11.0.5",
"viem": "^2.0.6",
"wagmi": "^2.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.6",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/ui": "^1.1.3",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.13.1",
"happy-dom": "^12.10.3",
"postcss": "^8.4.33",
"prettier": "3.1.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.1.3"
}
}