forked from Splidejs/splide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.35 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
{
"name": "@splidejs/splide",
"version": "2.2.7",
"description": "Splide is a lightweight and powerful slider without any dependencies.",
"author": "Naotoshi Fujita",
"license": "MIT",
"main": "dist/js/splide.js",
"module": "dist/js/splide.esm.js",
"keywords": [
"splide",
"slider",
"carousel",
"slideshow",
"lightweight",
"touch",
"responsive"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Splidejs/splide.git"
},
"bugs": {
"url": "https://github.com/Splidejs/splide/issues"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"autoprefixer": "^9.7.6",
"babel-jest": "^25.3.0",
"babel-loader": "^8.1.0",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-gzip": "^1.4.2",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-rollup": "^2.17.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-uglify": "^3.0.2",
"jest": "^25.3.0",
"merge-stream": "^2.0.0",
"serialize-javascript": "^3.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.42.1",
"webpack-stream": "^5.2.1"
},
"scripts": {
"build:js": "gulp build:js",
"build:sass": "gulp build:sass",
"test": "jest",
"lint": "gulp lint"
}
}