-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
102 lines (102 loc) · 3.12 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
{
"name": "trekn",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.2.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@metaplex-foundation/js": "^0.19.5",
"@metaplex-foundation/mpl-bubblegum": "^0.7.0",
"@metaplex-foundation/mpl-token-metadata": "^2.13.0",
"@project-serum/anchor": "^0.26.0",
"@react-google-maps/api": "^2.19.2",
"@reduxjs/toolkit": "^1.9.7",
"@solana/spl-account-compression": "^0.1.10",
"@solana/spl-token": "^0.3.8",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.34",
"@solana/wallet-adapter-react-ui": "^0.9.33",
"@solana/wallet-adapter-wallets": "^0.19.20",
"@solana/web3.js": "^1.78.3",
"@supabase/supabase-js": "^2.36.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@toruslabs/solana-embed": "^2.0.0",
"@types/googlemaps": "^3.43.3",
"@types/jest": "^27.0.1",
"@types/mapbox-gl": "^2.7.15",
"@types/node": "^20.6.4",
"@types/react": "^18.0.0",
"@types/react-beautiful-dnd": "^13.1.6",
"@types/react-dom": "^18.0.0",
"@web3auth/base": "^7.0.1",
"@web3auth/modal": "^7.0.2",
"@web3auth/solana-wallet-connector-plugin": "^7.0.1",
"antd": "^5.8.2",
"axios": "^1.4.0",
"browserify-zlib": "^0.2.0",
"bs58": "^5.0.0",
"dotenv": "^16.3.1",
"embla-carousel-react": "^8.0.0-rc14",
"fs": "^0.0.1-security",
"google-map-react": "^2.2.1",
"html-react-parser": "^4.2.2",
"leaflet": "^1.9.4",
"leaflet-geosearch": "^3.10.0",
"mapbox-gl": "^2.15.0",
"moment": "^2.29.4",
"nstall": "^0.2.0",
"path": "^0.12.7",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-beautiful-dnd-grid": "^0.1.3-alpha",
"react-dom": "^18.2.0",
"react-google-autocomplete": "^2.7.3",
"react-google-maps": "^9.4.5",
"react-google-places-autocomplete": "^4.0.1",
"react-icons": "^4.11.0",
"react-leaflet": "^4.2.1",
"react-map-gl": "^7.1.6",
"react-redux": "^8.1.3",
"react-responsive-carousel": "^3.2.23",
"react-router": "^6.14.2",
"react-router-dom": "^6.14.2",
"react-scripts": "5.0.1",
"styled-components": "^6.0.8",
"swiper": "^10.3.1",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
},
"scripts": {
"dev": "set HTTPS=true&&react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
"defaults",
"not ie 11"
],
"devDependencies": {
"@types/google-map-react": "^2.1.7",
"@types/leaflet": "^1.9.6",
"@types/react-slick": "^0.23.10",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.1"
}
}