-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.41 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.41 KB
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
{
"name": "pullthatupjamie-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@getalby/bitcoin-connect": "3.4.0",
"@getalby/bitcoin-connect-react": "3.4.0",
"@mui/material": "^6.2.1",
"@react-three/drei": "^9.92.0",
"@react-three/fiber": "^8.15.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/crypto-js": "^4.2.2",
"@vercel/analytics": "^1.4.1",
"assert": "^2.1.0",
"autoprefixer": "^10.4.20",
"bolt11": "^1.4.1",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"crypto-js": "^4.2.0",
"hls.js": "^1.6.15",
"lucide-react": "^0.469.0",
"node-fetch": "^2.7.0",
"nostr-tools": "^2.20.0",
"postcss": "^8.4.49",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-markdown": "^9.0.1",
"react-router-dom": "^7.1.0",
"react-scripts": "5.0.1",
"react-spinners": "^0.15.0",
"readable-stream": "^4.6.0",
"rehype-raw": "^7.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.4.17",
"three": "^0.160.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"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": {
"@craco/craco": "^7.1.0",
"@typescript-eslint/parser": "^5.62.0",
"typescript": "^4.9.5"
},
"overrides": {
"elliptic": "6.6.1",
"underscore": "1.13.8",
"serialize-javascript": "7.0.5",
"nth-check": "2.0.1",
"@tootallnate/once": "3.0.1",
"resolve-url-loader": {
"postcss": "^8.4.49"
},
"follow-redirects": "^1.16.0",
"fast-uri": "^3.1.1",
"@babel/plugin-transform-modules-systemjs": "^7.29.4",
"uuid": "^11.1.1",
"qs": "^6.15.2",
"nanoid": "^3.3.18",
"svgo": "^2.8.3"
}
}