/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/docs/package.json
94 строки
3 KB
J-Sek
chore(release): publish v4.1.8
07 авг 2026, 07:00
07 авг 2026, 07:00
0ccc125
Код
Авторство
О чём код?
{ "name": "vuetifyjs.com", "type": "module", "description": "A Vue.js project", "private": true, "author": "John Leider <john@vuetifyjs.com>", "version": "4.1.8", "repository": { "type": "git", "url": "git+https://github.com/vuetifyjs/vuetify.git", "directory": "packages/docs" }, "scripts": { "dev": "vite --force", "build": "vite build", "preview": "vite preview", "preview-https": "HTTPS=true vite preview", "lint": "concurrently 'vue-tsc --noEmit --pretty' 'pnpm lint:md' 'jest --no-cache' -n 'tsc,md,eslint' --kill-others-on-fail -gr", "lint:fix": "pnpm fix:md && JEST_FIX=true jest --no-cache", "lint:md": "markdownlint --config .markdownlintrc --rules build/markdownlint-rules/meta-length.cjs src/pages/en", "fix:md": "markdownlint --config .markdownlintrc --rules build/markdownlint-rules/meta-length.cjs src/pages/en --fix" }, "dependencies": { "@cosmicjs/sdk": "^1.5.6", "@sentry/vue": "^9.12.0", "@vue/compiler-dom": "^3.5.25", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", "@vuetify/one": "^4.0.0", "algoliasearch": "^4.24.0", "fflate": "^0.8.2", "isomorphic-fetch": "^3.0.0", "markdown-it-multimd-table": "^4.2.3", "pinia": "^3.0.4", "prism-theme-vars": "^0.2.5", "prismjs": "^1.30.0", "roboto-fontface": "^0.10.0", "swetrix": "^3.7.2", "vee-validate": "^4.15.1", "vue": "^3.5.25", "vue-i18n": "^11.1.12", "vue-instantsearch": "^4.20.6", "vue-router": "^4.6.3", "vuetify": "workspace:*" }, "devDependencies": { "@babel/generator": "^7.28.5", "@babel/types": "^7.28.5", "@emailjs/browser": "^4.4.1", "@intlify/unplugin-vue-i18n": "^11.0.1", "@mdi/js": "7.4.47", "@mdi/svg": "7.4.47", "@octokit/openapi-types": "^25.0.0", "@resvg/resvg-js": "^2.6.2", "@types/babel__generator": "^7.27.0", "@types/markdown-it": "^14.1.2", "@types/markdown-it-container": "^2.0.10", "@types/prismjs": "^1.26.5", "@vitejs/plugin-basic-ssl": "^2.1.0", "@vue/compiler-sfc": "^3.5.25", "@vuetify/api-generator": "workspace:*", "@yankeeinlondon/builder-api": "^1.4.1", "ajv": "^8.17.1", "algoliasearch-helper": "^3.26.1", "async-es": "^3.2.6", "date-fns": "^3.6.0", "front-matter": "^4.0.2", "jest": "^30.2.0", "jest-runner-eslint": "^2.3.0", "jest-silent-reporter": "^0.6.0", "markdown-it": "^14.1.1", "markdown-it-anchor": "^9.2.0", "markdown-it-attrs": "^4.3.1", "markdown-it-container": "^4.0.0", "markdown-it-emoji": "^2.0.2", "markdown-it-header-sections": "^1.0.0", "markdown-it-link-attributes": "^4.0.1", "markdown-it-prism": "^3.0.1", "markdownlint-cli": "^0.46.0", "satori": "^0.26.0", "unplugin-auto-import": "19.3.0", "unplugin-fonts": "1.4.0", "unplugin-vue-components": "^0.28.0", "vite-plugin-md": "^0.22.5", "vite-plugin-pages": "^0.33.0", "vite-plugin-pwa": "^1.3.0", "vite-plugin-vue-layouts": "^0.11.0", "vite-plugin-vuetify": "^2.1.2", "vue-tsc": "^3.1.5" }, "publishConfig": { "access": "public" } }