UNPKG

1.12 kBJSONView Raw
1{
2 "name": "pretur.navigation",
3 "version": "0.19.1",
4 "description": "SPA navigation helper using react and redux",
5 "main": "lib/main.js",
6 "typings": "lib/main.d.ts",
7 "files": [
8 "lib"
9 ],
10 "scripts": {
11 "build": "rimraf lib && tsc",
12 "prepublishOnly": "npm run build"
13 },
14 "keywords": [
15 "pretur",
16 "redux",
17 "react",
18 "navigation",
19 "route"
20 ],
21 "author": "Ali Taheri Moghaddar",
22 "license": "MIT",
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/pretur/pretur"
26 },
27 "bugs": {
28 "url": "https://github.com/pretur/pretur/issues"
29 },
30 "homepage": "https://github.com/pretur/pretur/tree/master/packages/pretur.navigation",
31 "dependencies": {
32 "@types/lodash": "^4.14.64",
33 "@types/react": "^15.0.24",
34 "local-storage": "^1.4.2",
35 "lodash": "^4.17.4",
36 "pretur.i18n": "^0.19.1",
37 "pretur.redux": "^0.19.0",
38 "tslib": "^1.7.1"
39 },
40 "peerDependencies": {
41 "react": "^15.0.0"
42 },
43 "devDependencies": {
44 "@types/react-addons-test-utils": "^0.14.18",
45 "rimraf": "^2.6.1",
46 "typescript": "^2.4.0-dev.20170523"
47 }
48}