-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
184 lines (184 loc) · 6.06 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"name": "particle-solana-nft-web-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "rm -rf .next && env-cmd -f .env next dev -p 3010",
"start:dev": "rm -rf .next && env-cmd -f .env.development next dev -p 3010",
"build:production": "rm -rf .next && env-cmd -f .env.production next build && env-cmd -f .env.production next export -o dist",
"build:dev": "rm -rf .next && env-cmd -f .env.development next build && env-cmd -f .env.development next export -o dist",
"build": "rm -rf .next && env-cmd -f .env next build && env-cmd -f .env next export -o dist",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.5.8",
"@aws-sdk/client-secrets-manager": "^3.30.0",
"@aws-sdk/types": "^3.29.0",
"@bugsnag/js": "^7.14.1",
"@bugsnag/plugin-react": "^7.14.0",
"@cardinal/namespaces-components": "^3.0.0",
"@dialectlabs/react": "^0.5.4",
"@dialectlabs/react-ui": "^0.8.6",
"@download/blockies": "^1.0.3",
"@fontsource/material-icons": "^4.5.2",
"@google/model-viewer": "^1.9.2",
"@graphql-codegen/cli": "^2.4.0",
"@graphql-codegen/typescript": "^2.4.2",
"@graphql-codegen/typescript-graphql-request": "^4.4.4",
"@graphql-codegen/typescript-operations": "^2.2.3",
"@graphql-codegen/typescript-react-apollo": "^3.2.4",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@holaplex/graph-program": "^1.2.0",
"@holaplex/js": "^4.3.2",
"@holaplex/marketplace-js-sdk": "^0.1.7",
"@holaplex/mpl-auction-house": "^0.0.3",
"@holaplex/ui": "^0.0.38",
"@hookform/resolvers": "^2.8.8",
"@metaplex-foundation/mpl-auction-house": "^1.1.1",
"@metaplex-foundation/mpl-token-metadata": "^1.2.5",
"@metaplex/js": "^4.2.0",
"@particle-network/auth": "^0.7.4",
"@particle-network/provider": "^0.7.4",
"@particle-network/solana-wallet": "^0.7.4",
"@particle/spl-token": "npm:@solana/spl-token",
"@prisma/client": "^3.9.2",
"@project-serum/anchor": "^0.24.2",
"@reduxjs/toolkit": "^1.3.6",
"@samuelmeuli/font-manager": "^1.4.0",
"@solana/spl-name-service": "^0.1.3",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-react": "^0.15.4",
"@solana/wallet-adapter-react-ui": "^0.9.6",
"@solana/wallet-adapter-wallets": "^0.15.5",
"@solana/web3.js": "^1.43.4",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/amqplib": "^0.8.2",
"@types/chai": "^4.2.19",
"@types/color": "^3.0.2",
"@types/feather-icons": "^4.7.0",
"@types/formidable": "^1.2.2",
"@types/gtag.js": "^0.0.7",
"@types/jest": "^27.5.1",
"@types/luxon": "^2.0.7",
"@types/mixpanel-browser": "^2.36.0",
"@types/mocha": "^9.1.0",
"@types/node": "^16.11.36",
"@types/ramda": "^0.27.41",
"@types/react": "^18.0.9",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^18.0.5",
"@types/react-redux": "^7.1.18",
"@types/spark-md5": "^3.0.2",
"@types/styled-components": "^5.1.10",
"@types/uuid": "^8.3.4",
"@types/web3": "^1.2.2",
"ajv": "^8.6.2",
"amqplib": "^0.8.0",
"antd": "^4.19.5",
"antd-mobile": "^2.3.4",
"arconnect": "^0.2.9",
"arweave": "^1.10.15",
"assert": "^2.0.0",
"autoprefixer": "^10.4.2",
"axios": "^0.27.2",
"babel-plugin-import": "^1.13.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"bn.js": "^5.2.0",
"buffer": "^6.0.3",
"chai": "^4.3.4",
"classnames": "^2.3.1",
"color": "^3.1.3",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"crypto-hash": "^1.3.0",
"crypto-js": "^4.1.1",
"dexie": "^3.2.2",
"dotenv-flow": "^3.2.0",
"env-cmd": "^10.1.0",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.1.5",
"fast-json-stable-stringify": "^2.1.0",
"feather-icons-react": "^0.4.3",
"fetch": "^1.1.0",
"final-form": "^4.20.2",
"formidable": "^1.2.2",
"fortmatic": "^2.4.0",
"fs-extra": "^10.0.0",
"graphql": "^16.3.0",
"graphql-query": "^0.1.2",
"graphql-request": "^4.2.0",
"html-to-image": "^1.9.0",
"https-browserify": "^1.0.0",
"i": "^0.3.7",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"less-vars-to-js": "^1.3.0",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"luxon": "^2.1.1",
"mixpanel-browser": "^2.43.0",
"mocha": "^9.0.1",
"next": "^12.1.4",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.4",
"next-plugin-antd-less": "^1.7.0",
"next-with-less": "^2.0.5",
"nextjs-cors": "^1.0.6",
"nodemon": "^2.0.12",
"npm": "^8.13.2",
"os-browserify": "^0.3.0",
"p-limit": "^4.0.0",
"polished": "^4.1.3",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prisma": "^3.9.2",
"process": "^0.11.10",
"ramda": "^0.27.1",
"react": "^18.1.0",
"react-app-rewired": "^2.2.1",
"react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.1.0",
"react-debounce-input": "^3.2.5",
"react-device-detect": "^1.17.0",
"react-dom": "^18.1.0",
"react-fast-marquee": "^1.3.2",
"react-grid-carousel": "^1.0.1",
"react-hook-form": "^7.29.0",
"react-hotkeys": "^2.0.0",
"react-infinite-scroll-hook": "^4.0.1",
"react-intersection-observer": "^9.0.0",
"react-keybind": "^0.9.4",
"react-loader-spinner": "^5.1.4",
"react-query": "^3.34.16",
"react-redux": "^7.2.0",
"react-scripts": "5.0.1",
"react-step-wizard": "^5.3.9",
"react-toastify": "^7.0.4",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.0",
"timeago.js": "^4.0.2",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.9.0",
"tweetnacl": "^1.0.3",
"typescript": "^4.7.2",
"url": "^0.11.0",
"use-onclickoutside": "^0.4.0",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4",
"web3": "^1.7.3",
"yarn": "^1.22.10",
"zod": "^3.14.4"
},
"devDependencies": {},
"browser": {
"fs": false,
"path": false,
"os": false
}
}