-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
73 lines (73 loc) · 1.92 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
{
"name": "cachu-slider",
"version": "0.8.0",
"description": "Cachu Slider library by Mystro Ken. Create animated full screen and content-fit slider efficiently.",
"main": "src/js/index.js",
"scripts": {
"dev": "npm-run-parallel dev-script dev-style",
"build": "npm-run-parallel build-script build-style",
"dev-style": "gulp watch",
"build-style": "gulp sass & gulp css",
"dev-script": "webpack ---mode development --watch",
"build-script": "webpack ---mode production"
},
"repository": {
"type": "git",
"url": "[email protected]:mystroken/cachu-slider.git"
},
"authors": [
"Mystro Ken https://github.com/mystroken"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mystroken/cachu-slider/issues"
},
"homepage": "https://github.com/mystroken/cachu-slider",
"keywords": [
"javacript",
"scrolling",
"slider",
"onepage",
"fullpage",
"slideshow",
"sliding",
"scroll"
],
"files": [
"dist",
"src",
"package.json",
"README.md"
],
"dependencies": {
"lethargy": "^1.0.4",
"lodash.debounce": "^4.0.8"
},
"devDependencies": {
"autoprefixer": "^8.5.0",
"babel-cli": "6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-banner": "^0.1.3",
"gulp-clean-css": "^3.9.4",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.3",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"node-sass": "^4.9.0",
"npm-run-parallel": "^0.6.0",
"postcss": "^6.0.22",
"postcss-load-config": "^1.2.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "4.8.3",
"webpack-bundle-analyzer": ">=3.3.2",
"webpack-cli": "^2.1.3"
}
}