-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.88 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
{
"name": "builderz-xnft-starter",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "yarn prettier --check .",
"bundle": "yarn build && npx xnft bundle"
},
"dependencies": {
"@builderz/royalty-solution": "^1.0.5",
"@coral-xyz/xnft-cli": "latest",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@hellomoon/api": "^1.3.0",
"@metaplex-foundation/js": "^0.18.3",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.12",
"@mui/styled-engine": "^5.11.11",
"@mui/styled-engine-sc": "^5.11.11",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.3.7",
"@solana/wallet-adapter-base": "^0.9.20",
"@solana/wallet-adapter-react": "^0.15.28",
"@solana/web3.js": "^1.73.2",
"@tanstack/react-query": "^4.24.6",
"@tanstack/react-query-devtools": "^4.26.0",
"add": "^2.0.6",
"antd": "^5.3.0",
"axios": "^1.3.4",
"daisyui": "^2.51.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-paginate": "^8.1.4",
"react-router-dom": "^6.8.1",
"react-toastify": "^9.1.1",
"styled-components": "^5.3.8",
"swiper": "^9.1.0",
"tw-elements": "^1.0.0-alpha13",
"yarn": "^1.22.19",
"zustand": "^4.3.6"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"babel-plugin-styled-components": "^2.0.7",
"postcss": "^8.4.21",
"prettier": "2.8.4",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"xnft": ">0.2.0-latest.2873"
}
}