-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 976 Bytes
/
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
{
"name": "bns-renew",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@stacks/connect-react": "^13.0.0",
"@stacks/encryption": "^3.0.0",
"@stacks/keychain": "^3.1.0",
"@stacks/network": "^3.0.0",
"@stacks/profile": "^3.0.0",
"@stacks/transactions": "^3.0.0",
"@stacks/wallet-sdk": "^3.1.1",
"@tailwindcss/forms": "^0.4.0",
"bip32": "2.0.6",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.6",
"bn.js": "^5.2.0",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/node": "16.11.13",
"@types/react": "17.0.37",
"autoprefixer": "^10.4.0",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.2",
"typescript": "4.5.4"
}
}