-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.04 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
{
"name": "worldwidelink",
"version": "0.0.1",
"homepage": "",
"private": true,
"dependencies": {
"@apollo/client": "^3.8.8",
"@chainlink/contracts": "^0.8.0",
"@chainlink/contracts-ccip": "^0.7.6",
"@chainlink/env-enc": "^1.0.5",
"@chainlink/functions-toolkit": "^0.2.7",
"@ckeditor/ckeditor5-build-classic": "^35.3.2",
"@ckeditor/ckeditor5-react": "^5.0.3",
"@emotion/styled": "^11.11.0",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/react": "^5.11.3",
"@fullcalendar/timegrid": "^5.11.3",
"@loadable/component": "^5.15.2",
"@mui/base": "^5.0.0-beta.24",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"@mui/styled-engine-sc": "^6.0.0-alpha.6",
"@graphprotocol/client-apollo": "^2.0.0",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@transak/transak-sdk": "^2.0.1",
"@vercel/analytics": "^1.1.1",
"assert": "^2.1.0",
"axios": "^1.6.2",
"browserify-fs": "^1.0.0",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.3.1",
"ethers": "^6.6.4",
"formik": "^2.2.9",
"framer-motion": "^8.0.2",
"fs": "^0.0.1-security",
"hardhat": "^2.19.1",
"hardhat-contract-sizer": "^2.10.0",
"graphql": "^16.8.1",
"https-browserify": "^1.0.0",
"node-sass": "^8.0.0",
"os": "^0.1.2",
"os-browserify": "^0.3.0",
"p-min-delay": "^4.0.1",
"path": "^0.12.7",
"process": "^0.11.10",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-app-rewired": "^2.2.1",
"react-bootstrap": "^2.6.0",
"react-bootstrap-daterangepicker": "^8.0.0",
"react-color": "^2.19.3",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.3.5",
"react-perfect-scrollbar": "^1.5.8",
"react-router-dom": "^6.4.4",
"react-scripts": "^5.0.1",
"react-select": "^5.7.0",
"react-toastify": "^9.1.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"swiper": "^8.4.5",
"url": "^0.11.3",
"urql": "^3.0.3",
"web-vitals": "^2.1.4",
"web3": "^1.8.2",
"web3modal": "^1.9.12",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"sass": "node-sass --watch src/scss/main.scss src/css/style.css --source-map src/css/style.css.map"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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": "^3.0.0",
"hardhat": "^2.19.1"
},
"browser": {
"child_process": false
}
}