jvcgpt / package.json
Greums's picture
major improvements to the app
a417977
raw
history blame contribute delete
543 Bytes
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/throttle-debounce": "^5.0.2",
"classnames": "^2.5.1",
"preact": "^10.25.3",
"preact-feather": "^4.2.1",
"throttle-debounce": "^5.0.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.3",
"eslint": "^8.57.1",
"eslint-config-preact": "^1.5.0",
"sass-embedded": "^1.83.4",
"typescript": "^5.7.3",
"vite": "^6.0.4"
},
"eslintConfig": {
"extends": "preact"
}
}