UNPKG

1.62 kBJSONView Raw
1{
2 "name": "@allpro/react-router-pause",
3 "version": "0.6.4",
4 "description": "Helper that provides asynchronous pausing of React Router.",
5 "license": "MIT",
6 "author": "Kevin Dalman",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/allpro/react-router-pause.git"
10 },
11 "homepage": "https://github.com/allpro/react-router-pause#readme",
12 "main": "lib/index.js",
13 "module": "es/index.js",
14 "jsnext:main": "es/index.js",
15 "react-native": "es/index.js",
16 "umd:main": "umd/@allpro/react-router-pause.min.js",
17 "files": [
18 "css",
19 "es",
20 "lib",
21 "umd"
22 ],
23 "scripts": {
24 "build": "nwb build-react-component",
25 "clean": "nwb clean-module && nwb clean-demo",
26 "prepublishOnly": "npm run build",
27 "start": "nwb serve-react-demo",
28 "test": "nwb test-react",
29 "test:coverage": "nwb test-react --coverage",
30 "test:watch": "nwb test-react --server"
31 },
32 "peerDependencies": {
33 "react-router-dom": ">=4.0.0"
34 },
35 "dependencies": {
36 "lodash": "^4.0.0"
37 },
38 "devDependencies": {
39 "@allpro/form-manager": "^0.4.2",
40 "@material-ui/core": "^3.9.3",
41 "@material-ui/icons": "^3.0.2",
42 "babel-eslint": "^10.0.1",
43 "classnames": "^2.2.6",
44 "eslint": "^5.15.3",
45 "eslint-plugin-babel": "^5.3.0",
46 "eslint-plugin-import": "^2.16.0",
47 "eslint-plugin-react": "^7.12.4",
48 "karma-chrome-launcher": "^2.2.0",
49 "nwb": "~0.23.0",
50 "prop-types": "^15.7.2",
51 "puppeteer": "^1.13.0",
52 "react": "^16.8.5",
53 "react-dom": "^16.8.5",
54 "react-router-dom": "^5.0.0"
55 },
56 "keywords": [
57 "react-router block pause async"
58 ]
59}