forked from mapboss/wherostr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.84 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
{
"name": "wherostr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@getalby/bitcoin-connect-react": "^2.3.1",
"@mui/icons-material": "^5.14.7",
"@mui/lab": "^5.0.0-alpha.148",
"@mui/material": "^5.14.7",
"@nostr-dev-kit/ndk": "^2.0.5",
"@nostr-dev-kit/ndk-cache-dexie": "^2.0.3",
"@snort/system": "^1.0.21",
"@turf/bbox": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/buffer": "^6.5.0",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"cancelable-promise": "^4.3.1",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"latlon-geohash": "^2.0.0",
"maplibre-gl": "^3.3.1",
"nanoid": "^5.0.1",
"next": "13.4.19",
"next-pwa": "^5.6.0",
"node-cache": "^5.1.2",
"numeral": "^2.0.6",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.45.4",
"react-photo-view": "^1.2.3",
"react-player": "^2.13.0",
"react-timeago": "^7.2.0",
"react-use-promise": "^0.5.0",
"react-viewport-list": "^7.1.1",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"ua-parser-js": "^1.0.37",
"uuid": "^9.0.1",
"webln": "^0.3.2"
},
"devDependencies": {
"@types/latlon-geohash": "^2.0.1",
"@types/lodash": "^4.14.197",
"@types/numeral": "^2.0.2",
"@types/react-timeago": "^4.1.3",
"@types/ua-parser-js": "^0.7.38",
"@types/uuid": "^9.0.6",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3"
}
}