UNPKG

@unvuetify/vite-styles-plugin

Version:
51 lines 1.25 kB
{ "name": "@unvuetify/vite-styles-plugin", "type": "module", "version": "1.1.4", "description": "Vuetify Vite plugin for styles", "author": "userquin <userquin@gmail.com>", "license": "MIT", "homepage": "https://github.com/userquin/unvuetify-monorepo#readme", "repository": { "type": "git", "url": "git+https://github.com/userquin/unvuetify-monorepo.git", "directory": "packages/styles-plugin" }, "bugs": { "url": "https://github.com/userquin/unvuetify-monorepo/issues" }, "keywords": [ "vuetify", "vuetify 3", "vite", "vite plugin", "sass", "scss" ], "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "files": [ "dist" ], "peerDependencies": { "vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", "vuetify": "^3.0.0" }, "dependencies": { "pathe": "^2.0.3", "upath": "^2.0.1", "@unvuetify/shared": "1.1.4" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub", "test:typecheck": "tsc --noEmit", "test:attw": "attw --pack --config-path ../../.attw-esm-only.json" } }