swiper-ndsijnsdkcwjeiojdschusdhaduisd
Version:
Most modern mobile touch slider and framework with hardware accelerated transitions
180 lines (179 loc) • 6.35 kB
JSON
{
"name": "swiper-ndsijnsdkcwjeiojdschusdhaduisd",
"version": "6.7.5",
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
"scripts": {
"build:dev": "node scripts/build",
"build:dev:core": "node scripts/build --only core",
"build:dev:bundle": "node scripts/build --only bundle styles",
"build:dev:svelte": "node scripts/build --only svelte",
"build:dev:angular": "node scripts/build --only angular",
"build:dev:react": "node scripts/build --only react",
"build:dev:vue": "node scripts/build --only vue",
"build:prod": "node scripts/build --prod",
"build:prod:core": "npm run build:dev:core -- --prod",
"build:prod:bundle": "npm run build:dev:bundle -- --prod",
"build:prod:svelte": "npm run build:dev:svelte -- --prod",
"build:prod:angular": "npm run build:dev:angular -- --prod",
"build:prod:react": "npm run build:dev:react -- --prod",
"build:prod:vue": "npm run build:dev:vue -- --prod",
"build-icons-font": "python ./scripts/icon-font/generate.py",
"playground:dev": "node scripts/playground",
"playground:prod": "node scripts/playground --prod",
"watch:dev": "node scripts/watch",
"watch:prod": "node scripts/watch --prod",
"core": "npm run build:dev:bundle && npm run playground:dev && concurrently --kill-others \"vite ./playground/core\" \"npm run watch:dev\" ",
"react": "npm run build:dev:react && concurrently --kill-others \"vite ./playground/react\" \"npm run watch:dev\"",
"vue": "npm run build:dev:vue && concurrently --kill-others \"vite ./playground/vue\" \"npm run watch:dev\"",
"svelte": "npm run build:dev:svelte && concurrently --kill-others \"vite ./playground/svelte\" \"npm run watch:dev\"",
"angular": "ng serve demo",
"angular:dev:ssr": "ng run demo:serve-ssr",
"angular:serve:ssr": "node dist/demo/server/main.js",
"angular:build:ssr": "ng build --configuration production && ng run demo:server:production",
"angular:prerender": "ng run demo:prerender",
"prettier": "prettier \"**/*.+(js|json|scss|css|less|ts|svelte|jsx)\"",
"format": "npm run prettier -- --write",
"check-format": "npm run prettier -- --list-different",
"size": "node -e \"try{require('./scripts/check-size.js')()}catch(e){}\"",
"lint": "eslint --ext .js,.svelte,.jsx .",
"validate": "npm-run-all --parallel check-format lint",
"release": "npm run validate && node ./scripts/release",
"test": "npm run validate && npm run build:prod",
"test:e2e": "is-ci \"test:e2e:prod\" \"test:e2e:dev\"",
"test:e2e:dev": "cypress open",
"test:e2e:prod": "cypress run",
"changelog": "npx conventional-changelog -p angular -i CHANGELOG.md -u -s"
},
"repository": {
"type": "git",
"url": "https://github.com/nolimits4web/Swiper.git"
},
"keywords": [
"swiper",
"swipe",
"slider",
"touch",
"ios",
"mobile",
"cordova",
"phonegap",
"app",
"framework",
"framework7",
"carousel",
"gallery",
"plugin",
"vue",
"angular",
"svelte",
"slideshow"
],
"author": "Vladimir Kharlampidi",
"license": "MIT",
"bugs": {
"url": "https://github.com/nolimits4web/swiper/issues"
},
"homepage": "https://swiperjs.com",
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/vladimirkharlampidi"
},
{
"type": "open_collective",
"url": "http://opencollective.com/swiper"
}
],
"engines": {
"node": ">= 4.7.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.0.5",
"@angular/animations": "~12.0.5",
"@angular/cli": "~12.0.5",
"@angular/common": "~12.0.5",
"@angular/compiler": "~12.0.5",
"@angular/compiler-cli": "~12.0.5",
"@angular/core": "~12.0.5",
"@angular/forms": "~12.0.5",
"@angular/platform-browser": "~12.0.5",
"@angular/platform-browser-dynamic": "~12.0.5",
"@angular/platform-server": "~12.0.5",
"@angular/router": "~12.0.5",
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nguniversal/builders": "^12.0.2",
"@nguniversal/express-engine": "^12.0.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"@types/express": "^4.17.12",
"@types/jasmine": "~3.7.7",
"@types/jasminewd2": "~2.0.9",
"@types/node": "^14.14.37",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.1.1",
"all-contributors-cli": "^6.20.0",
"autoprefixer": "^10.2.6",
"chalk": "^4.1.1",
"clean-css": "^5.1.2",
"codelyzer": "^6.0.2",
"concurrently": "^6.2.0",
"contentful": "^8.4.2",
"cross-env": "^7.0.3",
"cypress": "^7.5.0",
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-svelte3": "^3.2.0",
"exec-sh": "^0.4.0",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"globby": "^11.0.4",
"gzip-size": "^6.0.0",
"inquirer": "^8.1.1",
"is-ci-cli": "^2.2.0",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.6.0",
"less": "^4.1.1",
"lint-staged": "^11.0.0",
"ng-packagr": "^12.0.6",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.5",
"prettier": "^2.3.1",
"prettier-plugin-svelte": "^2.3.1",
"protractor": "~7.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.52.2",
"rollup-plugin-svelte": "^7.1.0",
"rxjs": "~7.1.0",
"simple-git-hooks": "^2.4.1",
"svelte": "^3.38.2",
"terser": "^5.7.0",
"ts-node": "~10.0.0",
"tslib": "^2.3.0",
"tslint": "~6.1.0",
"typescript": "^4.2.4",
"vite": "^2.3.8",
"vue": "^3.0.5",
"zone.js": "~0.11.4"
},
"dependencies": {
"dom7": "^3.0.0",
"ssr-window": "^3.0.0"
}
}