tilltheend-website/package.json

27 lines
618 B
JSON

{
"name": "tilltheend-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.6",
"tailwindcss": "^4.2.1",
"vite": "^7.3.1"
},
"description": "Personal website for IT consulting and freelancing.",
"main": "index.js",
"repository": {
"type": "git",
"url": "gitea@192.168.178.123:Loto/tilltheend-website.git"
},
"keywords": [],
"author": "",
"license": "ISC"
}