This repository has been archived on 2024-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
matrix-jackwagon/package.json
2023-10-16 01:01:05 -07:00

24 lines
503 B
JSON

{
"name": "nameme",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"matrix-js-sdk": "^29.0.0",
"sanitize-html": "^2.11.0",
"sass": "^1.69.3",
"solid-js": "^1.7.8",
"split-grid": "^1.0.11"
},
"devDependencies": {
"@types/sanitize-html": "^2.9.2",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-solid": "^2.7.0"
}
}