khatru-pyramid/ui/package.json

19 lines
314 B
JSON
Raw Normal View History

2023-09-06 20:49:18 +02:00
{
"name": "ui",
2023-09-06 20:49:18 +02:00
"private": true,
"version": "0.0.0",
"type": "module",
2023-09-06 20:49:18 +02:00
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
2023-09-06 20:49:18 +02:00
},
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^4.4.5"
2023-09-06 20:49:18 +02:00
},
"dependencies": {
2023-10-11 22:26:31 +02:00
"nostr-tools": "^1.16.0"
}
2023-09-06 20:49:18 +02:00
}