forked from lovvtide/satellite-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 945 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 945 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
{
"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": "0.18.0",
"bech32": "^2.0.0",
"connected-react-router": "6.3.1",
"dompurify": "^2.2.2",
"express": "^4.17.1",
"history": "4.9.0",
"jsdom": "^16.4.0",
"marked": "0.6.2",
"nostr-tools": "^1.4.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",
"vite": "^4.2.0"
}
}