-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
72 lines (72 loc) · 2 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
{
"name": "boost-wallet",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=12"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@ant-design/plots": "^1.2.1",
"@capacitor/android": "^4.0.0",
"@capacitor/app": "^4.1.0",
"@capacitor/browser": "^4.0.1",
"@capacitor/clipboard": "^4.0.1",
"@capacitor/core": "^4.0.0",
"@capacitor/ios": "^4.0.0",
"@capacitor/share": "^4.0.1",
"@capacitor/status-bar": "^4.0.0",
"@dcspark/cardano-multiplatform-lib-browser": "^3.1.0",
"@emurgo/cardano-serialization-lib-browser": "^11.0.5",
"@emurgo/cip14-js": "^3.0.1",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.11",
"@ionic/react": "^6.1.12",
"@ionic/react-router": "^6.1.12",
"@ionic/storage": "^3.0.6",
"@martifylabs/mesh": "^1.2.0",
"@material-tailwind/react": "^1.2.4",
"@mdx-js/loader": "^2.1.5",
"@tailwindcss/forms": "^0.4.0",
"antd": "^4.23.0",
"axios": "^1.1.2",
"bignumber.js": "^9.0.0",
"bip39": "^3.0.4",
"classnames": "^2.2.6",
"crypto-hash": "^2.0.1",
"crypto-random-string": "2.0.0",
"moment": "^2.29.4",
"moment-range": "^4.0.2",
"next": "^12.2.0",
"next-export-i18n": "^1.4.3",
"qrcode-generator": "1.4.4",
"react": "^17.0.2",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^17.0.2",
"react-jdenticon": "^1.0.0",
"react-lottie-player": "^1.5.0",
"react-router-dom": "^5.2.0",
"react-virtuoso": "^1.1.1",
"tailwindcss": "^3.1.8",
"yarn": "^1.22.19"
},
"devDependencies": {
"@capacitor/cli": "^4.0.0",
"@types/react": "^18.0.18",
"@types/react-router-dom": "^5.3.3",
"autoprefixer": "^10.4.8",
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint-config-next": "^11.0.0",
"ionicons": "^5.5.4",
"postcss": "^8.4.16",
"prettier": "^2.2.1",
"pullstate": "1.24",
"reselect": "^4.0.0"
}
}