-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.27 KB
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
{
"name": "orbit-extension",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@mantine/core": "^8.3.3",
"@mantine/hooks": "^8.3.3",
"@mantine/notifications": "^8.3.4",
"@solana/addresses": "^4.0.0",
"@solana/codecs-strings": "^4.0.0",
"@solana/wallet-standard-chains": "^1.1.0",
"@solana/wallet-standard-features": "^1.2.0",
"@tabler/icons-react": "^3.35.0",
"@wallet-standard/core": "^1.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^5.0.4",
"baseline-browser-mapping": "^2.9.14",
"dotenv": "^16.4.5",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.3.3",
"vite": "^7.1.9",
"wxt": "^0.20.11"
},
"pnpm": {
"overrides": {
"@wxt-dev/storage": "1.2.0"
}
}
}