mirror of
https://github.com/nostr-connect/connect.git
synced 2026-02-19 11:14:22 +01:00
add poc
This commit is contained in:
24
example/package.json
Normal file
24
example/package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "example",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "parcel --no-cache index.html",
|
||||
"watch": "parcel watch index.html",
|
||||
"build": "parcel build index.html"
|
||||
},
|
||||
"dependencies": {
|
||||
"react-app-polyfill": "^1.0.0"
|
||||
},
|
||||
"alias": {
|
||||
"react": "../node_modules/react",
|
||||
"react-dom": "../node_modules/react-dom/profiling",
|
||||
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^16.9.11",
|
||||
"@types/react-dom": "^16.8.4",
|
||||
"parcel": "^2.8.2",
|
||||
"typescript": "^3.4.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user