1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "@vuetify/loader-shared",
- "version": "2.0.3",
- "main": "./dist/index.cjs",
- "module": "./dist/index.mjs",
- "types": "./dist/index.d.ts",
- "exports": {
- ".": {
- "import": "./dist/index.mjs",
- "require": "./dist/index.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/shared",
- "dependencies": {
- "upath": "^2.0.1"
- },
- "peerDependencies": {
- "vue": "^3.0.0",
- "vuetify": "^3.0.0"
- },
- "files": [
- "dist/"
- ],
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "4a40d39312cbb8f90c46d194737d1d0b549fff49"
- }
|