gulp dist build

This commit is contained in:
2022-01-28 14:28:32 +01:00
parent 385d2e78b5
commit 041ce84965
88 changed files with 4428 additions and 1543 deletions

View File

@@ -1,46 +1,11 @@
{
"_args": [
[
"swiper@7.0.9",
"/Applications/MAMP/htdocs/front/front-template"
]
],
"_from": "swiper@7.0.9",
"_id": "swiper@7.0.9",
"_inBundle": false,
"_integrity": "sha512-Gw2ZCQWYYxDf3BnO50LwFdLT2LRzacgXCgsx8HtgBLHBYx4gAxDJGvuh1/04v9OxJNgE47gDV0FTgEqju1dh0w==",
"_location": "/swiper",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "swiper@7.0.9",
"name": "swiper",
"escapedName": "swiper",
"rawSpec": "7.0.9",
"saveSpec": null,
"fetchSpec": "7.0.9"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/swiper/-/swiper-7.0.9.tgz",
"_spec": "7.0.9",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Vladimir Kharlampidi"
},
"bugs": {
"url": "https://github.com/nolimits4web/swiper/issues"
},
"dependencies": {
"dom7": "^4.0.0",
"ssr-window": "^4.0.0"
},
"name": "swiper",
"version": "7.3.1",
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
"engines": {
"node": ">= 4.7.0"
},
"typings": "swiper.d.ts",
"type": "module",
"main": "./swiper.esm.js",
"module": "./swiper.esm.js",
"exports": {
".": "./swiper.esm.js",
"./core": "./swiper.esm.js",
@@ -128,17 +93,29 @@
"./types": "./types/index.d.ts",
"./package.json": "./package.json"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/swiperjs"
},
{
"type": "open_collective",
"url": "http://opencollective.com/swiper"
"typesVersions": {
"*": {
"angular": [
"angular/swiper_angular.d.ts"
],
"react": [
"react/swiper-react.d.ts"
],
"svelte": [
"svelte/swiper-svelte.d.ts"
],
"vue": [
"vue/swiper-vue.d.ts"
]
}
],
"homepage": "https://swiperjs.com",
},
"scripts": {
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
},
"repository": {
"type": "git",
"url": "https://github.com/nolimits4web/Swiper.git"
},
"keywords": [
"swiper",
"swipe",
@@ -160,32 +137,27 @@
"svelte",
"slideshow"
],
"author": "Vladimir Kharlampidi",
"license": "MIT",
"name": "swiper",
"repository": {
"type": "git",
"url": "git+https://github.com/nolimits4web/Swiper.git"
"bugs": {
"url": "https://github.com/nolimits4web/swiper/issues"
},
"scripts": {
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
},
"type": "module",
"typesVersions": {
"*": {
"angular": [
"angular/swiper_angular.d.ts"
],
"react": [
"react/swiper-react.d.ts"
],
"svelte": [
"svelte/swiper-svelte.d.ts"
],
"vue": [
"vue/swiper-vue.d.ts"
]
"homepage": "https://swiperjs.com",
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/swiperjs"
},
{
"type": "open_collective",
"url": "http://opencollective.com/swiper"
}
],
"engines": {
"node": ">= 4.7.0"
},
"typings": "swiper.d.ts",
"version": "7.0.9"
"dependencies": {
"dom7": "^4.0.1",
"ssr-window": "^4.0.1"
}
}