-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.4 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 3.4 KB
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
{
"name": "metateds-2d-nextjs",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "shx rm -rf .next"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.329.0",
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.10.5",
"@heroicons/react": "^2.0.16",
"@lottiefiles/lottie-interactivity": "^1.6.2",
"@lottiefiles/lottie-player": "^1.7.1",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@metaplex-foundation/js": "^0.20.1",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.13",
"@paypal/react-paypal-js": "4.1.0",
"@project-serum/anchor": "^0.17.0",
"@project-serum/serum": "0.13.65",
"@react-icons/all-files": "^4.1.0",
"@react-three/drei": "^9.65.4",
"@react-three/fiber": "^8.12.2",
"@readyplayerme/visage": "^3.5.2",
"@rockset/client": "^0.8.32",
"@solana-mobile/mobile-wallet-adapter-protocol": "^2.0.0",
"@solana-mobile/mobile-wallet-adapter-protocol-web3js": "^2.0.0",
"@solana-mobile/wallet-adapter-mobile": "^2.0.0",
"@solana/pay": "^0.2.4",
"@solana/spl-token": "0.1.8",
"@solana/wallet-adapter-base": "^0.9.18",
"@solana/wallet-adapter-coinbase": "^0.1.17",
"@solana/wallet-adapter-glow": "^0.1.17",
"@solana/wallet-adapter-react": "^0.15.32",
"@solana/wallet-adapter-react-ui": "^0.9.22",
"@solana/wallet-adapter-wallets": "^0.19.21",
"@solana/web3.js": "^1.98.1",
"add": "^2.0.6",
"aws-sdk": "^2.1332.0",
"axios": "^1.13.5",
"bn.js": "^5.2.1",
"bottleneck": "^2.19.5",
"classnames": "^2.3.2",
"cloudinary-build-url": "^0.2.4",
"core-js": "^3.0.0",
"crypto-js": "^4.1.1",
"i": "^0.3.7",
"install": "^0.13.0",
"ipfs-core": "^0.17.0",
"ipfs-http-client": "^59.0.0",
"jquery": "^3.6.4",
"js-file-download": "^0.4.12",
"json-bigint": "^1.0.0",
"mime": "^3.0.0",
"next": "13.0.3",
"next-auth": "^4.16.4",
"notistack": "^3.0.1",
"npm": "^8.19.3",
"postcss-cli": "^10.0.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-countdown": "^2.3.3",
"react-dom": "18.2.0",
"react-grid-layout": "^1.3.4",
"react-helmet": "^6.1.0",
"react-icons": "^4.8.1-snapshot.1",
"react-loader-spinner": "^5.3.4",
"react-native": "^0.71.4",
"react-router-dom": "^6.9.0",
"react-share": "^4.4.1",
"react-slick": "^0.29.0",
"react-unity-webgl": "^9.2.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"suspend-react": "^0.0.9",
"three": "^0.146.0",
"three-obj-mtl-loader": "^1.0.3",
"three-stdlib": "^2.21.8",
"ts-node": "^10.9.1",
"typescript": "^4.8.2",
"web-vitals": "^1.0.1",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.18.10",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "5.1.6",
"@types/three": "^0.144.0",
"autoprefixer": "^10.4.14",
"babel-eslint": "^10.1.0",
"babel-preset-gatsby": "^2.22.0",
"eslint": "^8.27.0",
"eslint-config-next": "13.0.3",
"parcel": "^2.8.0",
"postcss": "^8.4.21",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.7"
}
}