-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.9 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.9 KB
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
{
"name": "react-z-swipe",
"version": "1.1.1",
"description": "A react component for swipr the minimal touch swiper",
"main": "lib/ReactSwipr.js",
"repository": {
"type": "git",
"url": "https://github.com/react-z/react-swipe.git"
},
"author": "svnm",
"license": "MIT",
"homepage": "https://github.com/react-z/react-swipe.git",
"peerDependencies": {
"react": "^16.0.0"
},
"dependencies": {
"hammerjs": "2.0.4",
"prop-types": "^15.6.0",
"swipr": "^2.1.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "7.3.3",
"@babel/preset-env": "7.3.1",
"@babel/preset-react": "7.0.0",
"babel-jest": "^24.7.1",
"babel-loader": "8.0.5",
"css-loader": "^2.1.1",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
"html-webpack-plugin": "3.2.0",
"jest": "^24.7.1",
"jsdom": "13.2.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.8.6",
"style-loader": "^0.23.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": "jest"
},
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/src/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/src/__mocks__/styleMock.js"
}
},
"keywords": [
"react",
"react-component",
"react-swipr",
"react swiper",
"react-swipe",
"react-slide",
"react-slider",
"react slide",
"react slider",
"react-carousel",
"react carousel",
"swiper",
"swipe",
"slider",
"slide",
"carousel",
"touch-slider",
"touch enabled",
"minimal",
"simple slider",
"minimal slider"
]
}