mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-05-24 19:02:10 +00:00
19 lines
314 B
JSON
19 lines
314 B
JSON
{
|
|
"name": "ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5"
|
|
},
|
|
"dependencies": {
|
|
"nostr-tools": "^1.16.0"
|
|
}
|
|
}
|