-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
103 lines (103 loc) · 3.31 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
{
"name": "murg-game",
"version": "1.0.0",
"description": "",
"main": "index.web.js",
"scripts": {
"lint": "eslint . --ext .ts,.tsx -c .eslintrc.js",
"lint:fix": "eslint . --ext .ts,.tsx -c .eslintrc.js --fix",
"type-check": "tsc --noEmit",
"dev": "metacraft",
"build": "metacraft bundle",
"deploy": "sst deploy",
"deploy:dev": "sst deploy --stage development",
"deploy:staging": "sst deploy --stage staging",
"deploy:prod": "sst deploy --stage production",
"test": "echo \"Error: no test specified\" && exit 1",
"gen": "node tool/gen",
"invalidate": "node tool/invalidate"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.6.9",
"@metacraft/engines-under-realm": "^0.0.14",
"@metacraft/icons": "^0.0.26",
"@metacraft/murg-engine": "^0.0.72",
"@metacraft/ui": "^0.1.1",
"@metaplex-foundation/js": "0.19.4",
"@react-native-async-storage/async-storage": "^1.22.3",
"@react-navigation/drawer": "^6.7.2",
"@react-navigation/native": "^6.0.12",
"@react-navigation/stack": "^6.2.3",
"@solana/buffer-layout": "^4.0.0",
"@solana/spl-token": "0.3.7",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-phantom": "^0.9.24",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-solflare": "^0.6.28",
"@solana/web3.js": "1.78.4",
"@tauri-apps/api": "^1.0.2",
"@walless/adapter-solana-base": "^0.0.2",
"aws-amplify": "^4.3.35",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"color2k": "^2.0.0",
"graphql": "^16.6.0",
"numeral": "^2.0.6",
"react": "^18.0.28",
"react-art": "^18.0.0",
"react-dom": "^18.0.7",
"react-native": "^0.71.14",
"react-native-gesture-handler": "^2.6.0",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-quick-crypto": "^0.6.1",
"react-native-reanimated": "^3.10.1",
"react-native-safe-area-context": "^4.2.4",
"react-native-screens": "^3.17.0",
"react-native-svg": "^13.1.0",
"react-native-web": "^0.18.9",
"subscriptions-transport-ws": "^0.11.0",
"valtio": "^1.13.2"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/preset-env": "^7.20.0",
"@metacraft/cli-web3-polyfills": "^0.0.8",
"@types/bn.js": "^5",
"@types/color": "^3.0.6",
"@types/fbjs": "^3.0.2",
"@types/numeral": "^2.0.2",
"@types/react": "^18.0.28",
"@types/react-native": "^0.71.2",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@walless/eslint-config": "^0.0.7",
"@walless/tsconfig": "^0.0.1",
"aws-sdk": "^2.1206.0",
"babel-plugin-module-resolver": "^4.1.0",
"browserify-sign": "4.2.2",
"copy-webpack-plugin": "^11.0.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.0",
"metro-react-native-babel-preset": "^0.66.2",
"mustache": "^4.2.0",
"prettier": "^3.0.3",
"sst": "^2.41.2",
"typescript": "5.3.3",
"vm-browserify": "^1.1.2",
"webpack": "^5.89.0"
},
"browser": {
"crypto": false
},
"resolutions": {
"@types/react": "18.0.5"
},
"packageManager": "yarn@4.1.1"
}