-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
116 lines (116 loc) · 3.32 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
106
107
108
109
110
111
112
113
114
115
116
{
"name": "Brone",
"version": "0.1.1",
"license": "AGPL-3.0",
"dependencies": {
"@getalby/sdk": "^3.5.1",
"@noble/secp256k1": "^2.1.0",
"@nostr-dev-kit/ndk": "^2.10.0",
"@scure/base": "^1.1.6",
"@scure/bip39": "^1.3.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.97",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@use-gesture/react": "^10.3.1",
"assert": "^2.1.0",
"async-mutex": "^0.5.0",
"axios": "^1.7.2",
"bech32": "^2.0.0",
"boring-avatars": "^1.10.2",
"buffer": "^6.0.3",
"chart.js": "^4.4.3",
"classnames": "^2.5.1",
"crypto-browserify": "^3.12.0",
"dompurify": "^3.1.5",
"emoji-regex": "^10.3.0",
"fisher-yates": "^1.0.4",
"html-react-parser": "^5.1.10",
"immutability-helper": "^3.1.1",
"jotai": "^2.8.1",
"light-bolt11-decoder": "^3.1.1",
"neverthrow": "^6.2.2",
"node-emoji": "^2.1.3",
"nostr-login": "^1.5.2",
"nostr-tools": "^2.7.2",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-heatmap-grid": "^0.9.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"react-sparklines": "^1.7.0",
"react-spring": "^9.7.3",
"react-swipeable": "^7.0.1",
"react-transition-group": "^4.4.5",
"react-twitter-embed": "^4.0.4",
"react-use": "^17.5.0",
"react-use-gesture": "^9.1.3",
"react-vis-network": "^1.0.0",
"readable-stream": "^4.5.2",
"sha256-uint8array": "^0.10.7",
"slick-carousel": "^1.8.1",
"stream-browserify": "^3.0.0",
"tseep": "^1.2.2",
"typescript": "^4.9.5",
"vis-network": "^9.1.9",
"vm-browserify": "^1.1.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"prettier": "prettier --write \"**/*.{js,jsx,json,css,scss,md}\"",
"prettier:check": "prettier --check \"**/*.{js,jsx,json,css,scss,md}\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@craco/craco": "^7.1.0",
"@types/dompurify": "^3.0.5",
"@types/react-dnd": "^3.0.2",
"@types/react-dnd-html5-backend": "^3.0.2",
"@types/react-slick": "^0.23.13",
"@types/react-sparklines": "^1.7.5",
"@types/react-transition-group": "^4.4.10",
"@types/slick-carousel": "^1.6.40",
"@types/youtube": "^0.0.50",
"autoprefixer": "^10.4.19",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3"
}
}