forked from NostrChat/NostrChat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.14 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
{
"name": "nostr-chat",
"version": "0.1.6",
"private": true,
"dependencies": {
"@capacitor/assets": "^2.0.4",
"@capacitor/cli": "^5.0.4",
"@capacitor/core": "^5.0.4",
"@capacitor/haptics": "^5.0.5",
"@capacitor/ios": "^5.0.4",
"@capacitor/splash-screen": "^5.0.4",
"@dicebear/collection": "^5.3.0",
"@dicebear/core": "^5.3.0",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/inter": "^4.5.15",
"@giphy/js-fetch-api": "^4.7.1",
"@giphy/react-components": "^6.6.0",
"@mui/material": "^5.11.6",
"@noble/secp256k1": "^1.7.1",
"@reach/router": "^1.3.4",
"@scure/bip32": "^1.1.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tiptap/core": "^2.0.3",
"@tiptap/extension-document": "^2.0.3",
"@tiptap/extension-history": "^2.0.3",
"@tiptap/extension-mention": "^2.0.3",
"@tiptap/extension-paragraph": "^2.0.3",
"@tiptap/extension-text": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/suggestion": "^2.0.3",
"@types/jest": "^27.5.2",
"@types/lodash.chunk": "^4.2.7",
"@types/lodash.isequal": "^4.5.6",
"@types/lodash.toarray": "^4.4.7",
"@types/lodash.uniq": "^4.5.7",
"@types/lodash.uniqby": "^4.7.7",
"@types/node": "^16.18.11",
"@types/reach__router": "^1.3.11",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-helmet": "^6.1.6",
"add": "^2.0.6",
"buffer": "^6.0.3",
"capacitor-secure-storage-plugin": "^0.9.0",
"comlink": "^4.4.1",
"crypto-browserify": "^3.12.0",
"emoji-mart": "^5.5.2",
"i18next": "^22.4.9",
"joi": "^17.7.0",
"jotai": "^1.13.1",
"linkify-react": "^4.1.0",
"linkifyjs": "^4.1.0",
"lodash.chunk": "^4.2.0",
"lodash.isequal": "^4.5.0",
"lodash.toarray": "^4.4.0",
"lodash.uniq": "^4.5.0",
"lodash.uniqby": "^4.7.0",
"moment": "^2.29.4",
"nostr-tools": "^1.11.1",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-scripts": "5.0.1",
"react-string-replace": "^1.1.0",
"sass": "^1.62.1",
"stream-browserify": "^3.0.0",
"tippy.js": "^6.3.7",
"ts-invariant": "^0.10.3",
"typescript": "^5.0.4",
"web-vitals": "^2.1.4",
"yarn": "^1.22.19"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}