31 lines
734 B
JSON
31 lines
734 B
JSON
{
|
|
"name": "eve",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"browserslist": ["not dead"],
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@tsconfig/node22": "^22.0.0",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/node": "^22.10.2",
|
|
"lightningcss": "^1.28.2",
|
|
"sass-embedded": "^1.83.0",
|
|
"typescript": "~5.6.3",
|
|
"vite": "^6.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@lit-labs/motion": "^1.0.8",
|
|
"@nostr-dev-kit/ndk": "^2.10.7",
|
|
"@open-wc/lit-helpers": "^0.7.0",
|
|
"iconify-icon": "^2.2.0",
|
|
"lit": "^3.2.1",
|
|
"markdown-it": "^14.1.0",
|
|
"nostr-tools": "^2.10.4"
|
|
}
|
|
}
|