bro.landing/package.json

23 lines
525 B
JSON

{
"name": "bro.landing",
"version": "2.0.1",
"description": "Landing page for Tatar Punk",
"scripts": {
"clean": "rimraf dist",
"start": "vite",
"dev": "vite",
"build": "vite build",
"build:prod": "vite build --mode production",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"pug": "^3.0.3",
"rimraf": "^5.0.5",
"sass": "^1.93.2",
"vite": "^7.1.12"
}
}