-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
84 lines (84 loc) · 2.64 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
{
"name": "ithil-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "pnpm wagmi && next build",
"check:format": "prettier --write --list-different ./",
"check:lint": "eslint ./ --fix",
"check:lint:default": "eslint 'src/**/*.{ts,tsx}'",
"check:style": "npm run check:format && npm run check:lint && npm run check:types",
"check:types": "tsc --noEmit",
"dev": "next dev",
"postinstall": "npm run setup:git",
"setup:git": "husky install",
"start": "next start",
"wagmi": "wagmi generate",
"wagmi:init": "wagmi init"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@iconify/react": "^4.1.1",
"@rainbow-me/rainbowkit": "^1.0.11",
"@tanstack/query-sync-storage-persister": "^4.29.19",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-query-devtools": "^4.29.19",
"@types/node": "18.15.10",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"classnames": "^2.3.2",
"cryptocurrency-icons": "^0.18.1",
"date-fns": "^2.30.0",
"decimal.js": "^10.4.3",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"framer-motion": "^10.12.18",
"next": "13.4.8",
"numerable": "^0.3.15",
"phosphor-react": "^1.4.1",
"rand-seed": "^1.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-switch": "^7.0.0",
"recharts": "^2.7.2",
"typescript": "5.1.6",
"viem": "^1.10.14",
"wagmi": "^1.4.2"
},
"devDependencies": {
"@babel/core": "^7.22.6",
"@babel/eslint-parser": "^7.22.6",
"@cspell/eslint-plugin": "^6.31.1",
"@rushstack/eslint-patch": "^1.3.2",
"@svgr/webpack": "^8.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/confusing-browser-globals": "^1.0.0",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@wagmi/cli": "^1.5.0",
"autoprefixer": "^10.4.14",
"confusing-browser-globals": "^1.0.11",
"deep-equal": "^2.2.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-testing-library": "^5.11.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.3",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.0"
}
}