This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
123 lines (123 loc) · 3.53 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
118
119
120
121
122
123
{
"name": "shocknet-pwa",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.2",
"@reduxjs/toolkit": "^1.5.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"@types/qrcode.react": "^1.0.1",
"@types/react": "^17.0.2",
"@types/react-redux": "^7.1.16",
"@videojs/http-streaming": "^2.6.4",
"axios": "^0.21.1",
"big.js": "^6.0.3",
"browser-file-storage": "^1.0.7",
"buffer": "^5.7.1",
"classnames": "^2.2.6",
"craco-plugin-scoped-css": "^1.1.1",
"eccrypto": "^1.1.6",
"embla-carousel": "^4.2.0",
"gun": "github:amark/gun#77162fcb68eb61f24d980fa3f3653598f56ee593",
"immer": "^9.0.1",
"js-lnurl": "^0.2.5",
"jwt-decode": "^3.1.2",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
"luxon": "^1.26.0",
"moment": "^2.29.1",
"qrcode.react": "^1.0.1",
"ramda": "^0.27.1",
"react": "^17.0.1",
"react-animated-number": "^0.4.4",
"react-contenteditable": "^3.3.5",
"react-cool-inview": "^2.0.7",
"react-copy-to-clipboard": "^5.0.3",
"react-device-detect": "^1.14.0",
"react-div-100vh": "^0.6.0",
"react-dom": "^17.0.1",
"react-intersection-observer": "^8.31.0",
"react-medium-image-zoom": "^4.3.3",
"react-onclickoutside": "^6.10.0",
"react-qr-code": "^1.0.3",
"react-qr-scanner": "^1.0.0-alpha.7",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-simple-pull-to-refresh": "^1.2.0",
"react-swipe-component": "^3.0.0",
"react-textarea-autosize": "^8.3.2",
"react-toastify": "^7.0.4",
"react-tooltip": "^4.2.17",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"shock-common": "^41.0.1",
"socket.io-client": "^4.0.1",
"socket.io-msgpack-parser": "^3.0.1",
"typescript": "^4.2.4",
"use-between": "0.0.18",
"use-onclickoutside": "^0.3.1",
"uuid": "^8.3.2",
"video.js": "^7.11.8",
"web-vitals": "^1.1.1",
"webtorrent": "^0.116.1",
"workbox-background-sync": "^6.1.1",
"workbox-broadcast-update": "^6.1.1",
"workbox-cacheable-response": "^6.1.2",
"workbox-core": "^6.1.2",
"workbox-expiration": "^6.1.2",
"workbox-google-analytics": "^6.1.1",
"workbox-navigation-preload": "^6.1.1",
"workbox-precaching": "^6.1.2",
"workbox-range-requests": "^6.1.2",
"workbox-routing": "^6.1.2",
"workbox-strategies": "^6.1.1",
"workbox-streams": "^6.1.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"format": "prettier --write ./src/**/*.*"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"prettier"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/eslintrc": "^1.0.5",
"@types/classnames": "^2.2.11",
"@types/eccrypto": "^1.1.3",
"@types/history": "^4.7.3",
"@types/lodash": "^4.14.168",
"@types/luxon": "^1.26.4",
"@types/react-router-dom": "5.x.x",
"@welldone-software/why-did-you-render": "^6.2.1",
"eslint-config-prettier": "^8.1.0",
"prettier": "^2.2.1",
"react-git-info": "^2.0.0"
},
"engines": {
"yarn": "\n\n\n\nUse NPM!\n\n\n\n"
}
}