{ "name": "vite-project", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --open", "build": "vue-tsc -b && vite build", "preview": "vite preview", "lint:css": "stylelint '**/*.{css,scss,vue}'", "lint:css:fix": "stylelint '**/*.{css,scss,vue}' --fix", "lint": "eslint . && stylelint '**/*.css'", "format": "prettier --write '**/*.{js,jsx,ts,tsx,css,scss,html}'", "prepare": "husky" }, "dependencies": { "vue": "^3.5.12" }, "devDependencies": { "@eslint/js": "^9.15.0", "@vitejs/plugin-vue": "^5.1.4", "globals": "^15.12.0", "husky": "^9.1.7", "postcss": "^8.4.49", "postcss-html": "^1.7.0", "postcss-scss": "^4.0.9", "prettier": "3.3.3", "sass": "^1.81.0", "stylelint": "^16.10.0", "stylelint-config-prettier": "^9.0.5", "stylelint-config-standard": "^36.0.1", "stylelint-config-standard-scss": "^13.1.0", "stylelint-config-standard-vue": "^1.0.0", "stylelint-order": "^6.0.4", "stylelint-scss": "^6.9.0", "typescript": "~5.6.2", "typescript-eslint": "^8.15.0", "vite": "^5.4.10", "vue-tsc": "^2.1.8" } }