-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.4 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
{
"name": "tauri-desktop-wallet",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@metaplex-foundation/mpl-token-metadata": "^2.2.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.10.0",
"@nightlylabs/connect-solana": "0.0.19",
"@solana/spl-token": "~0.1.8",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/web3.js": "^1.62.1",
"@tanstack/react-query": "^4.1.3",
"@tauri-apps/api": "^1.1.0",
"bs58": "^5.0.0",
"mathjs": "^11.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"tauri-plugin-fs-watch-api": "github:tauri-apps/tauri-plugin-fs-watch",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@rollup/plugin-inject": "^4.0.4",
"@rollup/plugin-strip": "^2.1.0",
"@tauri-apps/cli": "^1.1.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"assert": "^2.0.0",
"crypto-browserify": "^3.12.0",
"process": "^0.11.10",
"rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "^4.6.4",
"vite": "^3.0.8"
}
}