-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
86 lines (86 loc) · 2.64 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
{
"name": "marketplace-ui",
"version": "0.1.0",
"description": "Marketplace ui",
"private": true,
"keywords": [
"solana",
"anchor",
"cardinal"
],
"repository": "[email protected]:cardinal-labs/marketplace-ui.git",
"author": "Giannis Chatziveroglou <[email protected]>",
"bugs": {
"url": "https://github.com/cardinal-labs/marketplace-ui/issues",
"email": "[email protected]"
},
"homepage": "https://cardinal.so",
"license": "Apache-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@amplitude/analytics-browser": "^1.5.4",
"@apollo/client": "^3.7.1",
"@cardinal/common": "^2.0.1",
"@cardinal/mpl-candy-machine-utils": "^4.4.3",
"@cardinal/namespaces": "^4.1.56",
"@cardinal/namespaces-components": "^4.1.27",
"@cardinal/token-manager": "1.7.4",
"@emotion/babel-plugin": "^11.7.2",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@identity.com/solana-gateway-ts": "^0.10.0",
"@metaplex-foundation/mpl-token-metadata": "^1.2.5",
"@napi-rs/canvas": "^0.1.29",
"@project-serum/anchor": "^0.24.2",
"@sentry/tracing": "^7.15.0",
"@solana/qr-code-styling": "^1.6.0-beta.0",
"@solana/spl-token": "^0.1.8",
"@solana/wallet-adapter-base": "^0.9.18",
"@solana/wallet-adapter-react": "rc",
"@solana/wallet-adapter-react-ui": "rc",
"@solana/wallet-adapter-wallets": "^0.19.5",
"@solana/web3.js": "^1.32.1",
"@tanstack/react-query": "^4.13.0",
"@tanstack/react-query-devtools": "^4.13.0",
"formik": "^2.2.9",
"graphql": "^16.6.0",
"next": "12.1.4",
"react": "^17.0.2",
"react-device-detect": "^2.2.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.3.1",
"react-loader-spinner": "^5.1.5",
"react-markdown": "^8.0.3",
"react-responsive": "^9.0.0-beta.6",
"react-use-gesture": "^9.1.3",
"tailwind-merge": "^1.6.1",
"uuid": "^9.0.0",
"web3js": "npm:@solana/web3.js@^1.66.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@typescript-eslint/parser": "^5.15.0",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.3",
"eslint": "^8.11.0",
"eslint-plugin-react": "^7.29.4",
"postcss": "^8.4.12",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.23",
"typescript": "4.5.4",
"webpack": "^5.70.0"
}
}