mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-31 16:08:52 +02:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "nostrudel",
|
|
"version": "0.9.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "vite serve",
|
|
"build": "tsc --project tsconfig.json && vite build",
|
|
"format": "prettier --ignore-path .prettierignore -w .",
|
|
"e2e": "cypress open"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^2.0.19",
|
|
"@chakra-ui/react": "^2.6.1",
|
|
"@emotion/react": "^11.11.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"bech32": "^2.0.0",
|
|
"framer-motion": "^7.10.3",
|
|
"idb": "^7.1.1",
|
|
"identicon.js": "^2.3.3",
|
|
"light-bolt11-decoder": "^3.0.0",
|
|
"moment": "^2.29.4",
|
|
"noble-secp256k1": "^1.2.14",
|
|
"nostr-tools": "^1.11.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-error-boundary": "^4.0.4",
|
|
"react-hook-form": "^7.43.9",
|
|
"react-qr-barcode-scanner": "^1.0.6",
|
|
"react-router-dom": "^6.11.2",
|
|
"react-singleton-hook": "^4.0.1",
|
|
"react-use": "^17.4.0",
|
|
"webln": "^0.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/cypress": "^9.0.0",
|
|
"cypress": "^12.13.0",
|
|
"@changesets/cli": "^2.26.1",
|
|
"@types/identicon.js": "^2.3.1",
|
|
"@types/react": "^18.2.7",
|
|
"@types/react-dom": "^18.2.4",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"prettier": "^2.8.8",
|
|
"typescript": "^5.0.4",
|
|
"vite": "^4.3.8",
|
|
"vite-plugin-pwa": "^0.15.1"
|
|
}
|
|
}
|