-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.49 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
104
105
106
107
{
"name": "@pubkey-ui/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"generate-features": "nx g @pubkey-ui/generators:features --directory apps/web/src/app/features",
"generate-core-components": "nx g @pubkey-ui/generators:components --directory packages/core/src/lib --prefix ui",
"local-registry": "nx run @pubkey-ui/source:local-registry",
"prelocal-publish": "ts-node tools/scripts/ensure-local-registry.ts",
"local-publish": "nx run-many --targets publish --tag local --ver ",
"sync-schemas": "ts-node ./tools/scripts/sync-schemas.ts"
},
"private": true,
"packageManager": "[email protected]+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35",
"dependencies": {
"@beeman/preset-anchor": "^2.0.0",
"@coral-xyz/anchor": "^0.29.0",
"@mantine/core": "^7.12.0",
"@mantine/dates": "^7.12.0",
"@mantine/dropzone": "^7.12.0",
"@mantine/form": "^7.12.0",
"@mantine/hooks": "^7.12.0",
"@mantine/modals": "^7.12.0",
"@mantine/notifications": "^7.12.0",
"@mantine/spotlight": "^7.12.0",
"@nx/devkit": "19.5.6",
"@pubkeyapp/wallet-adapter-mantine-ui": "^2.3.0",
"@solana/spl-token": "^0.4.8",
"@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-solflare": "^0.6.28",
"@solana/web3.js": "^1.95.2",
"@swc/helpers": "0.5.12",
"@tabler/icons-react": "^3.11.0",
"@tanstack/react-query": "^5.51.21",
"clsx": "^2.1.1",
"core-js": "3.38.0",
"create-nx-workspace": "19.5.6",
"dayjs": "^1.11.12",
"jotai": "^2.9.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "^6.26.0",
"timeago-react": "^3.0.6",
"tslib": "^2.6.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@nx/eslint": "19.5.6",
"@nx/eslint-plugin": "19.5.6",
"@nx/jest": "19.5.6",
"@nx/js": "19.5.6",
"@nx/plugin": "19.5.6",
"@nx/react": "19.5.6",
"@nx/rollup": "19.5.6",
"@nx/webpack": "19.5.6",
"@nx/workspace": "19.5.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@rollup/plugin-url": "8.0.2",
"@svgr/rollup": "8.1.0",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "1.10.9",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.6",
"@testing-library/react": "16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"babel-jest": "^29.7.0",
"commander": "^11.1.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^9.1.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"json-schema-to-typescript": "^15.0.0",
"lint-staged": "^15.2.8",
"nx": "19.5.6",
"postcss": "8.4.41",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.6.2",
"react-refresh": "^0.14.2",
"ts-jest": "^29.2.4",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"url-loader": "^4.1.1",
"verdaccio": "^5.32.1"
},
"lint-staged": {
"*.{js,json,css,scss,md,ts,tsx,html,graphql}": [
"pnpm nx format --uncommitted"
]
},
"nx": {
"includedScripts": []
}
}