-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
94 lines (94 loc) · 2.93 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "vallo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.3.6",
"@capacitor-community/sqlite": "^2.9.4",
"@capacitor/android": "2.4.5",
"@capacitor/cli": "^2.4.5",
"@capacitor/core": "^2.4.5",
"@capacitor/ios": "2.4.5",
"@ionic-native/app-version": "^5.30.0",
"@ionic-native/barcode-scanner": "^5.30.0",
"@ionic-native/core": "^5.30.0",
"@ionic-native/native-page-transitions": "^5.30.0",
"@ionic/react": "^5.0.7",
"@ionic/react-router": "^5.0.7",
"@limestonefi/api": "^0.1.2",
"@primer/octicons-react": "^11.2.0",
"@ramp-network/ramp-instant-sdk": "^2.3.1",
"@verto/lib": "^0.9.5",
"@verto/ui": "^0.0.8",
"arweave": "^1.10.0",
"arweave-mnemonic-keys": "0.0.3",
"cacheweave": "^2.1.0",
"capacitor-biometric-auth": "^0.1.1",
"capacitor-dark-mode": "^1.0.5",
"capacitor-navigationbar": "^0.0.2",
"chart.js": "^2.9.4",
"com.telerik.plugins.nativepagetransitions": "^0.7.0",
"community-js": "^1.1.14",
"cordova-plugin-app-version": "^0.1.12",
"eth-crypto": "^1.8.0",
"exchange-rates-api": "^1.0.2",
"framer-motion": "^3.2.1",
"graphql": "^15.4.0",
"ionicons": "^5.0.0",
"phonegap-plugin-barcodescanner": "^8.1.0",
"query-string": "^6.13.8",
"react": "^17.0.1",
"react-chartjs-2": "^2.11.1",
"react-dom": "^16.13.0",
"react-qr-svg": "^2.3.0",
"react-redux": "^7.2.2",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-sqlite-hook": "^0.0.7",
"redux": "^4.0.5",
"smartweave": "^0.4.23",
"use-prefers-color-scheme": "^0.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"fmt": "prettier --write .",
"fmt:check": "prettier --check .",
"build-debug-apk": "npm run build && npx cap sync android && cd android && ./gradlew assembleDebug && cd ..",
"deploy-debug-apk": "npm run build && npx cap sync android && cd android && ./gradlew assembleDebug && ./gradlew installDebug && cd ..",
"start-avd": "emulator -avd Pixel_3a_XL_API_30"
},
"gitHooks": {
"pre-commit": "prettier --write . && git add -A"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/exchange-rates-api": "^1.0.0",
"@types/limestonefi__api": "^0.1.0",
"@types/node": "^12.12.24",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.15",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"@types/redux": "^3.6.0",
"prettier": "^2.2.1",
"sass": "^1.30.0",
"typescript": "^4.1.3",
"yorkie": "^2.0.0"
}
}