-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.25 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
{
"name": "swipr",
"version": "2.1.0",
"description": "A minimal swipe carousel",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/StevenIseki/swipr.git"
},
"author": "Steven Iseki",
"license": "MIT",
"homepage": "https://github.com/StevenIseki/swipr.git",
"dependencies": {
"hammerjs": "2.0.4"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "7.3.3",
"@babel/preset-env": "7.3.1",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.0.5",
"babel-tape-runner": "^3.0.0",
"css-loader": "^2.1.1",
"expect": "24.1.0",
"html-webpack-plugin": "3.2.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"style-loader": "^0.23.1",
"tape": "4.10.1",
"webpack": "4.29.4",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.1.14"
},
"scripts": {
"build": "babel src --out-dir lib",
"dev": "webpack-dev-server --mode=development --port 3000 --inline --hot --config example/webpack.config",
"test": "babel-tape-runner test/*.js"
},
"keywords": [
"swipr",
"swiper",
"swipe",
"slide",
"slider",
"touch-slider",
"touch enabled",
"carousel",
"minimal",
"simple slider",
"minimal slider"
]
}