{ "name": "vite-project", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview", "lint:style fix": "stylelint '**/*.{css,scss,vue}' --fix", "lint": "eslint .", "lint:style": "stylelint '**/*.{css,scss,vue}'", "format": "prettier --write .", "prepare": "husky" }, "husky": { "hooks": { "pre-commit": "pnpm run lint:style && pnpm run format" } }, "dependencies": { "vue": "^3.5.12" }, "devDependencies": { "@eslint/js": "^9.15.0", "@types/node": "^22.9.0", "@vitejs/plugin-vue": "^5.1.4", "eslint": "9.15.0", "eslint-plugin-vue": "^9.31.0", "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-recommended-scss": "14.1.0", "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" } }