forked from p-destri/clickdapp-frado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.29 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
{
"name": "clickdapp",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=18.0.0",
"npm": ">=0.39.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@braintree/sanitize-url": "6.0.0",
"@chakra-ui/react": "^2.8.1",
"@keypom/selector": "^1.2.3",
"@liquity/lib-base": "^3.0.0",
"@liquity/lib-ethers": "^3.4.0",
"@monaco-editor/react": "^4.6.0",
"@near-js/biometric-ed25519": "0.2.0",
"@near-wallet-selector/core": "8.1.1",
"@near-wallet-selector/modal-ui": "8.1.1",
"@near-wallet-selector/near-wallet": "8.1.1",
"@near-wallet-selector/wallet-utils": "8.1.1",
"@plasmicapp/loader-nextjs": "^1.0.333",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-toast": "^1.1.5",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@web3-onboard/core": "2.20.2",
"@web3-onboard/injected-wallets": "2.10.1",
"@web3-onboard/ledger": "2.4.6",
"@web3-onboard/react": "2.8.7",
"@web3-onboard/walletconnect": "2.3.9",
"big.js": "^6.2.1",
"bn.js": "^5.2.1",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
"eslint": "8.39.0",
"eslint-config-next": "13.3.4",
"ethers": "^5.7.2",
"firebase": "^9.23.0",
"hackachain-near-vm": "github:hack-a-chain-software/VM",
"near-api-js": "2.1.3",
"near-social-vm": "github:NearSocial/VM#2.5.2",
"next": "13.3.4",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-bootstrap": "^2.9.1",
"react-bootstrap-typeahead": "^6.3.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-singleton-hook": "^3.4.0",
"styled-components": "^5.3.11",
"typescript": "5.0.4",
"zustand": "^4.4.4"
},
"devDependencies": {
"@types/analytics-node": "^3.1.13",
"@types/big.js": "^6.2.1",
"@types/lodash": "^4.14.200",
"@types/styled-components": "^5.1.29",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"autoprefixer": "^10.4.16",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
}
}