degmods.com/package.json

61 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "degmods.com",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
2024-08-08 16:18:37 +00:00
"@getalby/lightning-tools": "5.0.3",
"@nostr-dev-kit/ndk": "2.10.0",
2024-07-15 19:31:22 +00:00
"@reduxjs/toolkit": "2.2.6",
2024-08-27 10:53:34 +00:00
"@tiptap/core": "2.6.6",
"@tiptap/extension-link": "2.6.6",
"@tiptap/react": "2.6.6",
"@tiptap/starter-kit": "2.6.6",
2024-08-08 16:18:37 +00:00
"axios": "1.7.3",
"bech32": "2.0.0",
"buffer": "6.0.3",
2024-07-25 15:05:28 +00:00
"date-fns": "3.6.0",
"dompurify": "3.1.6",
2024-08-06 10:46:38 +00:00
"file-saver": "2.0.5",
2024-07-21 16:30:03 +00:00
"lodash": "4.17.21",
2024-07-15 19:31:22 +00:00
"nostr-login": "1.5.2",
"nostr-tools": "2.7.1",
2024-07-21 16:30:03 +00:00
"papaparse": "5.4.1",
2024-08-08 16:18:37 +00:00
"qrcode.react": "3.1.0",
"react": "^18.3.1",
2024-08-08 16:18:37 +00:00
"react-countdown": "2.3.5",
2024-07-11 11:45:59 +00:00
"react-dom": "^18.3.1",
2024-07-15 19:31:22 +00:00
"react-redux": "9.1.2",
2024-07-21 16:30:03 +00:00
"react-router-dom": "^6.24.1",
"react-toastify": "10.0.5",
"react-window": "1.8.10",
2024-08-08 16:18:37 +00:00
"uuid": "10.0.0",
"webln": "0.3.2"
},
"devDependencies": {
2024-07-25 15:05:28 +00:00
"@types/dompurify": "3.0.5",
2024-08-06 10:46:38 +00:00
"@types/file-saver": "2.0.7",
2024-07-21 16:30:03 +00:00
"@types/lodash": "4.17.7",
"@types/papaparse": "5.3.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
2024-07-21 16:30:03 +00:00
"@types/react-window": "1.8.8",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
2024-07-10 18:31:54 +00:00
"ts-css-modules-vite-plugin": "1.0.20",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}