You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
442 B
JSON

{
"name": "knowfoolery-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"solid-js": "^1.9.3",
"@solidjs/router": "^0.15.3",
"@suid/material": "^0.19.0",
"@suid/icons-material": "^0.9.0"
},
"devDependencies": {
"typescript": "^5.7.0",
"vite": "^6.0.0",
"vite-plugin-solid": "^2.11.0"
}
}