slidestr/package.json

48 lines
1.4 KiB
JSON
Raw Normal View History

2023-07-15 21:23:22 +00:00
{
"name": "nostr-slideshow",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
2023-07-28 15:20:52 +00:00
"preview": "vite preview",
"format": "prettier -w src/",
"analyze": "vite-bundle-visualizer"
2023-07-15 21:23:22 +00:00
},
"dependencies": {
2024-04-08 19:32:11 +00:00
"@nostr-dev-kit/ndk": "^2.7.1",
"@nostr-dev-kit/ndk-cache-dexie": "^2.3.1",
"@tanstack/react-query": "^5.29.0",
"bech32": "^2.0.0",
2024-04-08 19:32:11 +00:00
"jotai": "^2.8.0",
2023-07-28 14:51:24 +00:00
"lodash": "^4.17.21",
2024-04-08 19:32:11 +00:00
"nostr-tools": "^2.4.0",
2023-07-15 21:23:22 +00:00
"react": "^18.2.0",
2023-07-16 20:30:53 +00:00
"react-dom": "^18.2.0",
2023-07-17 08:33:15 +00:00
"react-helmet": "^6.1.0",
"react-lazy-load": "^4.0.1",
2024-03-28 20:00:33 +00:00
"react-router-dom": "^6.22.3",
2023-07-21 22:50:36 +00:00
"react-swipeable": "^7.0.1"
2023-07-15 21:23:22 +00:00
},
"devDependencies": {
2024-03-28 20:00:33 +00:00
"@types/lodash": "^4.17.0",
2024-04-08 19:32:11 +00:00
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
2023-12-13 12:25:33 +00:00
"@types/react-helmet": "^6.1.11",
2023-07-21 22:50:36 +00:00
"@types/react-swipeable": "^5.2.0",
2024-04-08 19:32:11 +00:00
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
2023-12-13 12:25:33 +00:00
"@vitejs/plugin-react": "^4.2.1",
"@webbtc/webln-types": "^3.0.0",
2024-04-08 19:32:11 +00:00
"eslint": "^9.0.0",
2023-07-15 21:23:22 +00:00
"eslint-plugin-react-hooks": "^4.6.0",
2024-03-28 20:00:33 +00:00
"eslint-plugin-react-refresh": "^0.4.6",
2024-02-10 12:20:00 +00:00
"prettier": "^3.2.5",
2024-04-08 19:32:11 +00:00
"typescript": "^5.4.4",
"vite": "^5.2.8",
2024-03-28 20:00:33 +00:00
"vite-bundle-visualizer": "^1.1.0"
2023-07-15 21:23:22 +00:00
}
}