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.

27 lines
599 B
JSON

{
"name": "@knowfoolery/web",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"clean": "rm -rf dist node_modules/.vite"
},
"dependencies": {
"@solidjs/router": "^0.10.0",
"@suid/icons-material": "^0.7.0",
"@suid/material": "^0.16.0",
"solid-js": "^1.9.0"
},
"devDependencies": {
"@solidjs/testing-library": "^0.8.0",
"typescript": "^5.5.4",
"vite": "^5.0.0",
"vite-plugin-solid": "^2.8.0",
"vitest": "^1.0.0"
}
}