matrix-public-archive/package.json

17 lines
299 B
JSON
Raw Normal View History

2022-02-01 20:39:23 -07:00
{
"name": "matrix-public-archive",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^4.4.4",
"vite": "^2.7.2"
},
"dependencies": {
"hydrogen-view-sdk": "^0.0.4"
}
}