forked from p-11/yellowpages-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.73 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.73 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
50
51
52
53
54
{
"name": "p11-yellowpages",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:test": "NEXT_PUBLIC_VERCEL_ENV=test NEXT_PUBLIC_CLOUDFLARE_TURNSTILE_SITE_KEY=1x00000000000000000000AA next build",
"start": "next start",
"lint": "next lint",
"test": "BIP85_APP_NO=0 jest",
"l:c": "eslint \"./**/*.tsx\"",
"l:f": "eslint \"./**/*.tsx\" --fix",
"p:c": "prettier --config .prettierrc \"./**/*.+(js|mjs|json|ts|tsx)\" --check --ignore-unknown",
"p:f": "prettier --config .prettierrc \"./**/*.+(js|mjs|json|ts|tsx)\" --write --ignore-unknown",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@beehiiv/sdk": "^0.1.9",
"@evervault/wasm-attestation-bindings": "^0.2.0",
"@marsidev/react-turnstile": "1.1.0",
"@noble/ciphers": "^1.3.0",
"@noble/hashes": "^1.8.0",
"@noble/post-quantum": "^0.4.1",
"@project-eleven/pq-address": "^0.2.0",
"@scure/base": "^1.2.5",
"@scure/bip32": "^1.7.0",
"@scure/bip39": "^1.6.0",
"bitcoin-address-validation": "3.0.0",
"bitcoinjs-message": "2.2.0",
"next": "^15.5.9",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@babel/preset-env": "^7.27.2",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.24.0",
"@playwright/test": "1.56.1",
"@types/jest": "^29.5.14",
"@types/node": "22.14.0",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.2",
"babel-plugin-transform-import-meta": "^2.3.3",
"bitcoinjs-lib": "6.1.7",
"eslint": "^9.34.0",
"eslint-config-next": "15.2.5",
"eslint-config-prettier": "10.1.1",
"jest": "^29.7.0",
"prettier": "3.5.3",
"ts-jest": "^29.3.2",
"typescript": "5.8.3"
}
}