mirror of
https://github.com/khairul169/launcher.git
synced 2025-04-28 08:39:36 +07:00
24 lines
513 B
JSON
24 lines
513 B
JSON
{
|
|
"name": "launcher",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"deploy": "npm run build && scp -r dist/* home:/var/www/home.rul.sh"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.14",
|
|
"typescript": "~5.6.2",
|
|
"vite": "^5.4.10",
|
|
"vite-plugin-pwa": "^0.20.5"
|
|
},
|
|
"dependencies": {
|
|
"blurhash": "^2.0.5"
|
|
}
|
|
}
|