mirror of
https://github.com/dergigi/boris.git
synced 2025-12-24 10:04:19 +01:00
- Add project structure with TypeScript, React, and Vite - Implement nostr authentication using browser extension (NIP-07) - Add NIP-51 compliant bookmark fetching and display - Create minimal UI with login and bookmark components - Integrate applesauce-core and applesauce-react libraries - Add responsive styling with dark/light mode support - Include comprehensive README with setup instructions This is a minimal MVP for a nostr bookmark client that allows users to view their bookmarks according to NIP-51 specification.
38 lines
868 B
JSON
38 lines
868 B
JSON
{
|
|
"name": "react-refresh",
|
|
"description": "React is a JavaScript library for building user interfaces.",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"version": "0.17.0",
|
|
"homepage": "https://react.dev/",
|
|
"bugs": "https://github.com/facebook/react/issues",
|
|
"license": "MIT",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"babel.js",
|
|
"runtime.js",
|
|
"cjs/"
|
|
],
|
|
"main": "runtime.js",
|
|
"exports": {
|
|
".": "./runtime.js",
|
|
"./runtime": "./runtime.js",
|
|
"./babel": "./babel.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react.git",
|
|
"directory": "packages/react"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"react-16-8": "npm:react@16.8.0",
|
|
"react-dom-16-8": "npm:react-dom@16.8.0",
|
|
"scheduler-0-13": "npm:scheduler@0.13.0"
|
|
}
|
|
} |