-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
{
"name": "esnext-slider",
"version": "0.0.9",
"description": "Slim modular ESnext carousel/slider library",
"main": "src/esnext-slider.js",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^3.0.0",
"cssnano": "^4.1.10",
"file-loader": "^1.1.11",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.12.0",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.1.1",
"postcss-scss": "^1.0.4",
"resolve-url-loader": "^2.3.2",
"sass-loader": "^6.0.7",
"style-loader": "^0.19.0",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5"
},
"dependencies": {
"intersection-observer": "^0.5.1"
},
"scripts": {
"dev": "webpack --watch --mode=development",
"live": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "[email protected]:iantsch/esnext-slider.git"
},
"keywords": [
"es6",
"esnext",
"modular",
"slider",
"carousel"
],
"author": "Christian Tschugg",
"bugs": {
"url": "https://github.com/iantsch/esnext-slider/issues"
},
"homepage": "https://iantsch.github.io/esnext-slider/"
}