-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
127 lines (127 loc) · 3.89 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
{
"name": "decent-interface",
"version": "0.3.10",
"private": true,
"dependencies": {
"@amplitude/analytics-browser": "^2.11.1",
"@apollo/client": "^3.7.10",
"@chakra-ui/anatomy": "^2.2.2",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/theme-tools": "^2.1.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@fontsource/space-mono": "^5.0.19",
"@fractal-framework/fractal-contracts": "^1.3.1",
"@graphprotocol/client-apollo": "^1.0.16",
"@hatsprotocol/modules-sdk": "^1.4.0",
"@hatsprotocol/sdk-v1-core": "^0.9.0",
"@hatsprotocol/sdk-v1-subgraph": "^1.0.0",
"@hotjar/browser": "^1.0.9",
"@netlify/blobs": "^6.5.0",
"@netlify/functions": "^2.6.0",
"@phosphor-icons/react": "^2.1.4",
"@safe-global/api-kit": "^2.4.2",
"@safe-global/safe-core-sdk-types": "^5.0.2",
"@safe-global/safe-deployments": "^1.34.0",
"@sentry/react": "^8.7.0",
"@shutter-network/shutter-crypto": "^1.0.1",
"@tanstack/react-query": "^5.36.2",
"@vitejs/plugin-react-swc": "^3.5.0",
"@web3modal/wagmi": "^4.2.3",
"axios": "^0.27.2",
"blo": "^1.2.0",
"classnames": "^2.3.1",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.1",
"evm-proxy-detection": "^1.1.0",
"formik": "^2.2.9",
"framer-motion": "^6.5.1",
"graphql": "^16.6.0",
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^6.1.5",
"js-big-decimal": "^1.3.12",
"lodash": "^4.17.21",
"lodash.camelcase": "^4.3.0",
"lodash.debounce": "^4.0.8",
"lodash.groupby": "^4.6.0",
"lodash.isequal": "^4.5.0",
"moralis": "^2.27.1",
"react": "^18.2.0",
"react-calendar": "^5.0.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.5.0",
"react-idle-timer": "^5.5.3",
"react-image": "^4.0.3",
"react-markdown": "^9.0.0",
"react-router-dom": "^6.22.0",
"remark-gfm": "^4.0.0",
"sonner": "^1.5.0",
"viem": "^2.13.1",
"vite": "^5.3.4",
"vite-plugin-checker": "^0.6.4",
"wagmi": "^2.12.12",
"yup": "^1.4.0",
"zustand": "^4.5.2"
},
"scripts": {
"lint": "eslint . --ext .ts,.tsx --fix",
"lint:check": "eslint . --ext .ts,.tsx",
"pretty": "prettier . --write",
"pretty:check": "prettier . --check",
"dev": "vite --force",
"dev:netlify": "netlify dev",
"start": "vite start",
"preview": "vite preview",
"build": "NODE_OPTIONS=--max-old-space-size=8192 vite build",
"graphql:build": "graphclient build",
"graphql:dev-server": "graphclient serve-dev",
"test": "vitest --dir=test",
"postinstall": "npm run graphql:build"
},
"engines": {
"node": "20.17.0",
"npm": "10.8.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@graphprotocol/client-cli": "^2.2.20",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.2.1",
"@types/lodash": "^4.17.7",
"@types/lodash.camelcase": "^4.3.9",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.groupby": "^4.6.9",
"@types/lodash.isequal": "^4.5.8",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitejs/plugin-react": "^4.2.1",
"encoding": "^0.1.13",
"eslint": "^8.22.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.0.0",
"netlify-cli": "^17.33.3",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"url": "^0.11.0",
"vitest": "^1.2.2"
}
}