medium.rip/frontend/package.json
Sphericalkat bd06b7ee37 refactor(frontend): use typescript config files
Signed-off-by: Sphericalkat <amolele@gmail.com>
2023-05-29 14:47:44 +05:30

24 lines
487 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",
"@types/node": "^20.2.5",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"vite": "^4.3.9"
}
}