UNPKG

big-shot

Version:

A Vue-based image/video slide show widget

68 lines (67 loc) 1.96 kB
{ "name": "big-shot", "version": "0.12.0", "description": "A Vue-based image/video slide show widget", "author": "Callum Gare <callum@gare.au>", "repository": "github:callumgare/big-shot", "keywords": [ "slide-show", "slide show", "slideshow", "vue", "photoswipe" ], "license": "MIT", "type": "module", "main": "./big-shot.umd.js", "module": "./big-shot.es.js", "exports": { ".": { "import": "./dist/big-shot.es.js", "require": "./dist/big-shot.umd.js" }, "./css": "./dist/style.css" }, "files": [ "dist" ], "scripts": { "dev": "vite", "build": "vue-tsc && vite build && vue-tsc -p tsconfig.declaration-export.json", "example:build": "npm run build && vite -c example/vite.config.ts build", "example:serve": "http-server built-example", "preview": "vite preview", "lint": "concurrently npm:lint:*", "lint-fix": "concurrently npm:lint-fix:*", "lint:stylelint": "stylelint '{src,dev}/*.{vue,scss}' ", "lint-fix:stylelint": "stylelint '{src,dev}/*.{vue,scss}' --fix", "lint:eslint": "eslint --ext .vue,.js src/ example/", "lint-fix:eslint": "eslint --ext .vue,.js --fix src/ example/", "release": "release-it" }, "devDependencies": { "@rushstack/eslint-patch": "^1.2.0", "@vitejs/plugin-vue": "^4.0.0", "@vue/eslint-config-typescript": "^11.0.2", "@vueuse/core": "^12.7.0", "concurrently": "^7.6.0", "eslint": "^8.33.0", "eslint-plugin-vue": "^9.9.0", "http-server": "^14.1.1", "postcss-html": "^1.5.0", "postcss-nesting": "^11.1.0", "release-it": "^15.6.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0", "stylelint": "^14.16.1", "stylelint-config-recommended-vue": "^1.4.0", "swiper": "^11.1.15", "typescript": "^4.9.3", "vite": "^4.0.0", "vue": "^3.2.45", "vue-tsc": "^1.0.11" }, "dependencies": { "hls.js": "^1.5.17" } }