forked from nolimits4web/swiper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "swiper-src",
"version": "5.2.1",
"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": {
"autoprefixer": "^9.6.1",
"clean-css": "^4.2.1",
"cross-env": "^6.0.0",
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"glob": "^7.1.4",
"gulp": "^4.0.2",
"gulp-connect": "^5.7.0",
"gulp-open": "^3.0.1",
"less": "^3.10.3",
"postcss": "^7.0.18",
"rollup": "^1.21.4",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"terser": "^4.3.1"
},
"dependencies": {
"dom7": "^2.1.3",
"ssr-window": "^1.0.1"
}
}