123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "name": "webpack-plugin-vuetify",
- "version": "3.0.3",
- "description": "A Webpack plugin for treeshaking Vuetify components and more",
- "main": "./dist/index.cjs",
- "module": "./dist/index.mjs",
- "types": "./dist/index.d.ts",
- "exports": {
- ".": {
- "import": "./dist/index.mjs",
- "require": "./dist/index.cjs"
- },
- "./scriptLoader": {
- "import": "./dist/scriptLoader.mjs",
- "require": "./dist/scriptLoader.cjs"
- }
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuetifyjs/vuetify-loader.git"
- },
- "scripts": {
- "build": "unbuild",
- "dev": "unbuild --stub"
- },
- "author": "Kael Watts-Deuchar",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/vuetifyjs/vuetify-loader/issues"
- },
- "homepage": "https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/webpack-plugin",
- "dependencies": {
- "@vuetify/loader-shared": "^2.0.3",
- "decache": "^4.6.0",
- "file-loader": "^6.2.0",
- "find-cache-dir": "^5.0.0",
- "loader-utils": "^2.0.0",
- "mkdirp": "^1.0.4",
- "null-loader": "^4.0.1",
- "upath": "^2.0.1"
- },
- "peerDependencies": {
- "@vue/compiler-sfc": "^3.2.6",
- "vue": "^3.2.6",
- "vuetify": "^3.0.0",
- "webpack": "^5.0.0"
- },
- "optionalPeerDependencies": {
- "gm": "^1.23.0",
- "pug": "^2.0.0",
- "sharp": "^0.21.0"
- },
- "engines": {
- "node": "^18.0.0 || >=20.0.0"
- },
- "files": [
- "dist/"
- ],
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "4a40d39312cbb8f90c46d194737d1d0b549fff49"
- }
|