-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "satellite-web",
"version": "1.0.0",
"type": "module",
"author": "Stuart Bowman",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"autosize": "^5.0.1",
"axios": "^1.4.0",
"bech32": "^2.0.0",
"buffer": "^6.0.3",
"connected-react-router": "6.3.1",
"dompurify": "^3.0.3",
"express": "^4.17.1",
"history": "4.9.0",
"jsdom": "^16.4.0",
"marked": "0.6.2",
"nostr-tools": "^1.11.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-qr-code": "^2.0.2",
"react-redux": "7.0.3",
"react-router-dom": "5.0.0",
"redux": "4.0.1",
"redux-thunk": "2.3.0",
"semantic-ui-css": "2.4.1",
"semantic-ui-react": "0.87.1",
"webln": "^0.3.2"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"redux-logger": "^3.0.6",
"vite": "^4.2.0",
"vite-plugin-pwa": "^0.16.4",
"workbox-window": "^7.0.0"
}
}