-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
123 lines (123 loc) · 3.83 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
{
"name": "cryptex-website",
"private": true,
"description": "Official TCAP Website",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"dev-m": "gatsby develop -H 0.0.0.0 -p 8000",
"serve": "gatsby serve",
"clean": "gatsby clean",
"clean-serve": "gatsby clean && gatsby build && gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@apollo/client": "^3.7.13",
"@apollo/react-hooks": "^4.0.0",
"@fontsource/source-sans-3": "^5.1.0",
"@lifi/widget": "3.2.2",
"@paraswap/core": "^2.4.0",
"@perennial/sdk": "^0.0.3-beta.6",
"@react-icons/all-files": "^4.1.0",
"@tanstack/react-query": "^5.35.1",
"bootstrap": "^5.1.3",
"coingecko-api-v3": "^0.0.19",
"dotenv": "^16.0.1",
"ethers": "^6.10.0",
"ethers-multicall": "^0.2.3",
"ethers-multicall-provider": "^4.2.0",
"gatsby": "^4.0.0",
"gatsby-plugin-apollo": "^4.0.2",
"gatsby-plugin-breakpoints": "^1.3.11",
"gatsby-plugin-catch-links": "^4.21.0",
"gatsby-plugin-env-variables": "^2.3.0",
"gatsby-plugin-feed": "^4.21.0",
"gatsby-plugin-google-gtag": "^4.21.0",
"gatsby-plugin-image": "^2.21.0",
"gatsby-plugin-load-script": "^1.1.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^4.21.0",
"gatsby-plugin-netlify": "^5.0.1",
"gatsby-plugin-netlify-cms": "^6.21.0",
"gatsby-plugin-nprogress": "^4.21.0",
"gatsby-plugin-offline": "^5.21.0",
"gatsby-plugin-purgecss": "^6.1.2",
"gatsby-plugin-react-helmet": "^5.21.0",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-sass": "^5.21.0",
"gatsby-plugin-sharp": "^4.21.0",
"gatsby-remark-copy-linked-files": "^5.21.0",
"gatsby-remark-images": "^6.21.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^4.21.1",
"gatsby-source-graphql": "^4.21.0",
"gatsby-transformer-remark": "^5.21.0",
"gatsby-transformer-sharp": "^4.21.0",
"graphql-request": "^6.0.0",
"graphql-tag": "^2.12.6",
"howler": "^2.2.3",
"html-react-parser": "^3.0.4",
"https": "^1.0.0",
"https-browserify": "^1.0.0",
"i18next": "^23.10.0",
"install": "^0.13.0",
"netlify-cms-app": "^2.15.72",
"netlify-cms-media-library-cloudinary": "^1.3.10",
"netlify-cms-media-library-uploadcare": "^0.5.10",
"npm": "^8.15.0",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "^18.2.0",
"react-flagkit": "^2.0.4",
"react-flippy": "^1.1.0",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-i18next": "^14.0.5",
"react-icons": "^4.4.0",
"react-media": "^1.10.0",
"react-number-format": "^5.0.0-beta.4",
"react-responsive": "^9.0.0-beta.10",
"react-select": "^5.4.0",
"react-share": "^4.4.0",
"react-toastify": "^9.0.8",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"viem": "2.9.9",
"wagmi": "2.9.5"
},
"devDependencies": {
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.25",
"prettier": "2.4.1",
"sass": "^1.54.5",
"typescript": "^5.2.2",
"url": "^0.11.4",
"util": "^0.12.5"
},
"repository": {
"type": "git",
"url": "https://github.com/cryptexfinance/website"
},
"bugs": {
"url": "https://github.com/cryptexfinance/website/issues"
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}