-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.39 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
{
"name": "npubcash-website",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@cashu/cashu-ts": "^1.1.0",
"@gandlaf21/bc-ur": "^1.1.12",
"@noble/hashes": "^1.3.3",
"@react-spring/web": "^9.7.3",
"cashu-address-sdk": "^2.0.0-3",
"framer-motion": "^11.0.5",
"light-bolt11-decoder": "^3.0.0",
"localforage": "^1.10.0",
"match-sorter": "^6.3.2",
"nostr-tools": "^2.1.5",
"react": "^18.2.0",
"react-confetti-explosion": "^2.1.2",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-qr-code": "^2.0.12",
"react-router-dom": "^6.21.2",
"sort-by": "^1.2.0"
},
"devDependencies": {
"@types/node": "^20.11.13",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-transition-group": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
}