Eve/package.json
2025-02-20 19:28:48 +01:00

37 lines
951 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",
"@preact/preset-vite": "^2.9.3",
"@tsconfig/node22": "^22.0.0",
"@types/jsdom": "^21.1.7",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.10.2",
"jsdom": "^25.0.1",
"lightningcss": "^1.28.2",
"npm-run-all2": "^7.0.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",
"@nostr-dev-kit/ndk-cache-dexie": "^2.5.8",
"@open-wc/lit-helpers": "^0.7.0",
"@std/http": "npm:@jsr/std__http@^1.0.13",
"iconify-icon": "^2.2.0",
"lit": "^3.2.1",
"markdown-it": "^14.1.0",
"nostr-tools": "^2.10.4"
}
}