medium.rip/frontend/package.json
Sphericalkat 2eacfa702a feat: deploy via fly.io
Signed-off-by: Sphericalkat <amolele@gmail.com>
2023-05-28 19:11:31 +05:30

22 lines
431 B
JSON

{
"name": "frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9"
}
}