-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.58 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
{
"name": "@solana-wallet-adapter-mantine-ui/source",
"version": "2.3.0",
"license": "MIT",
"scripts": {
"dev:demo": "nx serve demo"
},
"private": true,
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@mantine/code-highlight": "^7.2.2",
"@mantine/core": "^7.2.2",
"@mantine/dates": "^7.2.2",
"@mantine/form": "^7.2.2",
"@mantine/hooks": "^7.2.2",
"@mantine/modals": "^7.2.2",
"@noble/hashes": "^1.3.3",
"@pubkey-ui/core": "^1.0.3",
"@pubkeyapp/solana-verify-wallet": "^1.3.3",
"@solana/buffer-layout": "^4.0.1",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.87.6",
"@swc/helpers": "0.5.12",
"@tabler/icons-react": "^2.42.0",
"bs58": "^5.0.0",
"buffer": "^6.0.3",
"clsx": "^2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.20.1",
"timeago-react": "^3.0.6",
"tslib": "^2.6.2"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@nx/eslint": "19.5.1",
"@nx/eslint-plugin": "19.5.1",
"@nx/jest": "19.5.1",
"@nx/js": "19.5.1",
"@nx/react": "19.5.1",
"@nx/rollup": "19.5.1",
"@nx/vite": "19.5.1",
"@nx/webpack": "19.5.1",
"@nx/workspace": "19.5.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@svgr/webpack": "^8.1.0",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.7",
"@swc/jest": "0.2.36",
"@testing-library/react": "15.0.6",
"@types/jest": "^29.5.10",
"@types/node": "18.19.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "0.34.7",
"babel-jest": "^29.7.0",
"core-js": "3.36.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jsdom": "~23.0.1",
"nx": "19.5.1",
"postcss": "8.4.38",
"postcss-preset-mantine": "^1.11.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.6.2",
"react-refresh": "^0.14.0",
"ts-jest": "^29.1.1",
"ts-node": "10.9.1",
"tweetnacl": "^1.0.3",
"typescript": "5.5.3",
"url-loader": "^4.1.1",
"vite": "5.3.4",
"vitest": "0.34.6"
}
}