-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
59 lines (59 loc) · 1.54 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
{
"name": "brc20-inscribe-bot",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "prisma generate",
"dev": "PORT=4987 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cmdcode/crypto-utils": "^2.4.6",
"@cmdcode/tapscript": "^1.4.3",
"@formatjs/intl-localematcher": "^0.5.2",
"@headlessui/react": "^1.7.17",
"@prisma/client": "^5.7.0",
"@scure/bip32": "^1.3.2",
"@vercel/postgres": "^0.5.1",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.5",
"browser-passworder": "^2.0.3",
"buffer": "^6.0.3",
"copy-to-clipboard": "^3.3.3",
"crypto-js": "^4.2.0",
"daisyui": "^4.4.17",
"ecpair": "^2.1.0",
"i18next": "^23.7.7",
"i18next-resources-to-backend": "^1.2.0",
"negotiator": "^0.6.3",
"next": "14.0.3",
"next-i18n-router": "^5.0.2",
"node-fetch": "^3.3.2",
"prisma": "^5.7.0",
"qrcode.react": "^3.1.0",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-i18next": "^13.5.0",
"react-svg": "^16.1.31",
"server-only": "^0.0.1",
"tailwind-merge": "^2.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/crypto-js": "^4.2.1",
"@types/negotiator": "^0.6.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}