-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
73 lines (73 loc) · 1.85 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": "react-swipeable-routes",
"version": "0.8.0",
"description": "Utility for integrating react-swipeable-views with react-router.",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo --host 0.0.0.0",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"dependencies": {
"path-to-regexp": "^2.1.0",
"react-swipeable-views": "^0.13.9",
"react-testing-library": "^5.3.1"
},
"peerDependencies": {
"react": "15.x || 16.x",
"react-router": "4.x || 5.x"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-jest": "^24.5.0",
"babel-preset-react-app": "^7.0.2",
"enzyme": "^2.9.1",
"eslint": "^3.19.0",
"eslint-config-react-app": "^1.0.5",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.1",
"jest": "^24.5.0",
"nwb": "^0.23.0",
"react": "^15.6.1",
"react-addons-test-utils": "^15.6.0",
"react-dom": "^15.6.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-test-renderer": "^15.6.1"
},
"jest": {
"transform": {
"^.+\\.js$": "<rootDir>/jest.transform.js"
}
},
"author": "Pablo Sanfilippo",
"homepage": "https://github.com/sanfilippopablo/react-swipeable-routes",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sanfilippopablo/react-swipeable-routes.git"
},
"bugs": {
"url": "https://github.com/sanfilippopablo/react-swipeable-routes/issues"
},
"keywords": [
"react",
"react-component",
"router",
"swipeable",
"views",
"pwa"
]
}