-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
117 lines (117 loc) · 3.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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "durin",
"version": "1.0.4",
"private": true,
"dependencies": {
"@awesome-cordova-plugins/clipboard": "^6.0.0",
"@awesome-cordova-plugins/core": "^6.0.0",
"@awesome-cordova-plugins/zeroconf": "^6.0.0",
"@capacitor/android": "^4.0.0",
"@capacitor/app": "^4.0.0",
"@capacitor/core": "^4.0.0",
"@capacitor/filesystem": "^4.1.4",
"@capacitor/haptics": "^4.0.0",
"@capacitor/ios": "^4.0.0",
"@capacitor/keyboard": "^4.0.0",
"@capacitor/splash-screen": "^4.0.0",
"@capacitor/status-bar": "^4.0.0",
"@ionic/react": "^6.0.0",
"@ionic/react-router": "^6.0.0",
"cordova-clipboard": "^1.3.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-zeroconf": "^1.4.2",
"eventemitter3": "^5.0.0",
"image-thumbnail-generator": "^1.0.5",
"ionicons": "^6.0.0",
"is-ipfs": "^8.0.0",
"lodash": "^4.17.21",
"luxon": "^2.3.2",
"moize": "^6.1.1",
"p-map": "^5.3.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-file-icon": "^1.1.0",
"react-flex-lite": "^7.0.0",
"react-qr-code": "^2.0.11",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.0",
"rfc4648": "^1.5.2",
"rxjs": "^7.0.0",
"typescript": "^4.1.3",
"use-persisted-state": "^0.3.3",
"web3.storage": "^4.0.0",
"webworker": "^0.8.4",
"workbox-background-sync": "^5.1.4",
"workbox-broadcast-update": "^5.1.4",
"workbox-cacheable-response": "^5.1.4",
"workbox-core": "^5.1.4",
"workbox-expiration": "^5.1.4",
"workbox-google-analytics": "^5.1.4",
"workbox-navigation-preload": "^5.1.4",
"workbox-precaching": "^5.1.4",
"workbox-range-requests": "^5.1.4",
"workbox-routing": "^5.1.4",
"workbox-strategies": "^5.1.4",
"workbox-streams": "^5.1.4"
},
"overrides": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"scripts": {
"start": "react-scripts start",
"icons": "cordova-res --skip-config --copy",
"sync": "ionic capacitor sync",
"android": "ionic capacitor open android",
"ios": "ionic capacitor open ios",
"live": "ionic capacitor run ios -l --external --target 403E8F3E-D8D2-4EC4-BD23-296855A5B965",
"build": "react-scripts build",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'",
"eject": "react-scripts eject",
"lint": "eslint . --fix"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"standard"
]
},
"browserslist": {
"production": [
">1%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@capacitor/cli": "^4.0.0",
"@ionic/cli": "^7.0.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.6.3",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.182",
"@types/luxon": "^2.3.2",
"@types/node": "^18.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-file-icon": "^1.0.1",
"@types/react-router": "^5.0.0",
"@types/react-router-dom": "^5.0.0",
"@types/use-persisted-state": "^0.3.1",
"cordova-res": "^0.15.4",
"eslint": "^8.7.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"sass": "^1.52.0"
}
}