{ "$schema": "https://json.schemastore.org/package.json", "name": "pleshevskiy", "description": "Dmitriy Pleshevskiy", "version": "0.0.1", "type": "module", "private": true, "packageManager": "pnpm@9.10.0", "scripts": { "build": "vuepress build docs", "dev": "vuepress dev docs" }, "devDependencies": { "@rushstack/eslint-patch": "^1.1.4", "@types/node": "^22.1.0", "@vitejs/plugin-vue": "^5.0.0", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", "@vue/language-server": "^2.0.19", "@vue/tsconfig": "^0.5.1", "@vue/typescript-plugin": "^2.0.19", "@vuepress/bundler-vite": "^2.0.0-rc.7", "@vuepress/plugin-blog": "^2.0.0-rc.11", "@vuepress/plugin-redirect": "2.0.0-rc.8", "@vuepress/theme-default": "^2.0.0-rc.11", "eslint": "<10.0.0", "eslint-plugin-vue": "^9.14.1", "prettier": ">=3.0.0", "typescript": "~5.6.0", "vue": "^3.4.0", "vue-tsc": "^2.0.0", "vuepress": "^2.0.0-rc.7" } }