-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "nft-earth",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite serve",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.2",
"@types/react-transition-group": "^4.4.5",
"@what3words/api": "^4.0.7",
"axios": "0.21.2",
"cross-fetch": "^3.1.5",
"leaflet": "^1.8.0",
"moralis": "^2.2.0",
"moralis-v1": "^1.11.0",
"react": "^18.2.0",
"react-camera-pro": "^1.2.1",
"react-dom": "^18.2.0",
"react-leaflet": "^4.0.2",
"react-moralis": "^1.4.1",
"react-transition-group": "^4.4.5",
"styled-components": "^5.3.5",
"wagmi": "^0.6.4"
},
"devDependencies": {
"@types/leaflet": "^1.7.11",
"@types/node": "^18.7.13",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"prettier": "^2.7.1",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vite-plugin-html": "^3.2.0"
}
}