You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
2.1 KiB
79 lines
2.1 KiB
{
|
|
"name": "swiper-src",
|
|
"version": "5.3.8",
|
|
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
|
|
"scripts": {
|
|
"build:dev": "cross-env NODE_ENV=development gulp build",
|
|
"build:prod": "cross-env NODE_ENV=production gulp build",
|
|
"build-icons-font": "python ./scripts/icon-font/generate.py",
|
|
"dev": "cross-env NODE_ENV=development gulp build && cross-env NODE_ENV=development gulp playground && cross-env NODE_ENV=development gulp server",
|
|
"prod": "cross-env NODE_ENV=production gulp playground && cross-env NODE_ENV=production gulp server",
|
|
"lint": "eslint .",
|
|
"lint-fix": "eslint . --fix",
|
|
"test": "npm run lint && npm run build:dev"
|
|
},
|
|
"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"
|
|
],
|
|
"author": "Vladimir Kharlampidi",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nolimits4web/Swiper/issues"
|
|
},
|
|
"homepage": "http://swiperjs.com",
|
|
"funding": {
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/vladimirkharlampidi"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.7.0"
|
|
},
|
|
"browserslist": [
|
|
"Android >= 7",
|
|
"IOS >= 11",
|
|
"Safari >= 11",
|
|
"Chrome >= 49",
|
|
"Firefox >= 31",
|
|
"Samsung >= 5"
|
|
],
|
|
"devDependencies": {
|
|
"@rollup/plugin-buble": "^0.21.1",
|
|
"@rollup/plugin-node-resolve": "^7.1.1",
|
|
"@rollup/plugin-replace": "^2.3.1",
|
|
"autoprefixer": "^9.7.6",
|
|
"clean-css": "^4.2.3",
|
|
"cross-env": "^7.0.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb-base": "^14.1.0",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"glob": "^7.1.6",
|
|
"gulp": "^4.0.2",
|
|
"gulp-connect": "^5.7.0",
|
|
"gulp-open": "^3.0.1",
|
|
"less": "^3.11.1",
|
|
"postcss": "^7.0.27",
|
|
"rollup": "^2.4.0",
|
|
"terser": "^4.6.11"
|
|
},
|
|
"dependencies": {
|
|
"dom7": "^2.1.3",
|
|
"ssr-window": "^1.0.1"
|
|
}
|
|
}
|
|
|