-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.92 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
{
"name": "airbnb-clone",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/list": "^5.11.0",
"@fullcalendar/react": "^5.11.1",
"@mui/icons-material": "^5.6.2",
"@mui/lab": "^5.0.0-alpha.81",
"@mui/material": "^5.7.0",
"@mui/styled-engine-sc": "^5.6.1",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.1.0",
"@openzeppelin/contracts": "^4.7.1",
"@react-google-maps/api": "^2.10.2",
"antd": "^4.18.7",
"assert": "^2.0.0",
"axios": "^0.27.2",
"chai": "^4.3.6",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.28.0",
"ethers": "^5.6.9",
"google-map-react": "^2.2.0",
"hardhat": "^2.10.1",
"https-browserify": "^1.0.0",
"ipfs-http-client": "^57.0.3",
"os-browserify": "^0.3.0",
"react": "^17.0.2",
"react-date-range": "^1.4.0",
"react-dom": "^17.0.2",
"react-loading": "^2.0.3",
"react-router-dom": "6",
"react-scripts": "^5.0.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.5",
"url": "^0.11.0",
"web-vitals": "^2.1.4",
"web3modal": "^1.9.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.2",
"dirty-chai": "^2.0.1",
"hardhat-gas-reporter": "^1.0.8",
"ts-node": "^10.9.1"
}
}