23 lines
672 B
JSON
23 lines
672 B
JSON
{
|
|
"private": true,
|
|
"name": "gifuu-frontend",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "npx vite --host",
|
|
"build": "npx tsc --noEmit -p tsconfig.app.json && npx vite build",
|
|
"format": "npx prettier --write **/*.tsx **/*.ts **/*.js **/*.css"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.10.2",
|
|
"@types/node": "^24.6.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"html-minifier-next": "^5.2.2",
|
|
"preact": "^10.29.0",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-css-order": "^2.2.0",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^7.1.7"
|
|
}
|
|
}
|