-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
67 lines (67 loc) · 2.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
{
"name": "smart-token-tool",
"version": "1.6.12",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev --port 3000",
"lint": "biome lint --fix app/",
"preview": "pnpm build && sirv build/client --single",
"typecheck": "tsc"
},
"dependencies": {
"@biomejs/biome": "^1.9.4",
"@emotion/styled": "^11.14.0",
"@irys/sdk": "^0.2.11",
"@metaplex-foundation/mpl-token-metadata": "^3.3.0",
"@metaplex-foundation/mpl-toolbox": "^0.9.4",
"@metaplex-foundation/umi": "^0.9.2",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
"@metaplex-foundation/umi-signer-wallet-adapters": "^0.9.2",
"@metaplex-foundation/umi-uploader-irys": "0.10.0-beta.0",
"@metaplex-foundation/umi-web3js-adapters": "^0.9.2",
"@mui/base": "5.0.0-beta.66",
"@mui/icons-material": "^5.16.14",
"@mui/material": "^5.16.14",
"@mui/system": "^6.2.1",
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.2",
"@remix-run/serve": "^2.15.2",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.98.0",
"assert": "^2.1.0",
"base": "link:@mui/base",
"bs58": "^6.0.0",
"isbot": "^5.1.18",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.1"
},
"devDependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@hookform/devtools": "^4.3.3",
"@remix-run/dev": "^2.13.1",
"@types/bs58": "^4.0.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"sirv-cli": "^3.0.0",
"typescript": "^5.7.3",
"vite": "^5.4.11",
"vite-plugin-cjs-interop": "^2.1.6",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=20.0.0"
}
}