-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 932 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 932 Bytes
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
{
"name": "filesharing-react-app-example",
"main": "index.html",
"type": "module",
"scripts": {
"dev": "pear dev",
"test": "standard"
},
"pear": {
"type": "desktop",
"gui": {
"backgroundColor": "#151517",
"height": 540,
"width": 720
}
},
"author": "Holepunch Inc",
"license": "Apache-2.0",
"devDependencies": {
"brittle": "^3.0.0",
"standard": "^17.1.0"
},
"dependencies": {
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"corestore": "^6.15.11",
"downloads-folder": "^3.0.3",
"htm": "^3.1.1",
"hyperbee": "^2.19.0",
"hypercore-id-encoding": "^1.3.0",
"hyperdrive": "^11.8.1",
"hyperswarm": "^4.7.14",
"localdrive": "^1.11.1",
"protomux-rpc": "^1.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.1",
"ws": "^7.5.10"
}
}