-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
125 lines (125 loc) · 3.94 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "amboss-banco",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && npx prettier . --check",
"format": "prettier --write .",
"upgrade-latest": "npx npm-check -u",
"generate": "graphql-codegen --config codegen.yml",
"prepare": "husky",
"lint-staged": "lint-staged",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@apollo/client": "^3.10.8",
"@apollo/experimental-nextjs-app-support": "^0.11.2",
"@hookform/resolvers": "^3.9.0",
"@microsoft/fetch-event-source": "^2.0.1",
"@noble/ciphers": "^0.5.3",
"@noble/hashes": "^1.4.0",
"@noble/secp256k1": "^2.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@scure/base": "^1.1.7",
"@scure/bip39": "^1.3.0",
"@simplewebauthn/browser": "^10.0.0",
"@tanstack/react-table": "^8.19.2",
"@yudiel/react-qr-scanner": "^2.0.8",
"argon2-browser": "^1.18.0",
"big.js": "^6.2.1",
"bitcoin-address-validation": "^2.2.3",
"bolt11": "^1.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"fast-password-entropy": "^1.1.1",
"framer-motion": "^11.3.21",
"graphql": "^16.9.0",
"input-otp": "^1.2.4",
"lodash": "^4.17.21",
"lucide-react": "^0.400.0",
"lwk_wasm": "^0.7.0",
"next": "^14.2.4",
"next-intl": "^3.15.3",
"next-plausible": "^3.12.0",
"next-qrcode": "^2.5.1",
"next-themes": "^0.3.0",
"nostr-tools": "^2.7.0",
"react": "^18",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"recharts": "^2.12.7",
"sharp": "^0.33.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"vaul": "^0.9.1",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@graphql-codegen/typescript-resolvers": "^4.2.1",
"@simplewebauthn/types": "^10.0.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/argon2-browser": "^1.18.4",
"@types/big.js": "^6.2.2",
"@types/fast-password-entropy": "^1.1.3",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"base64-loader": "^1.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.7",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"lint-staged": {
"*": [
"prettier --write",
"jest --bail --passWithNoTests",
"eslint --fix"
]
}
}