-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.49 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.49 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
{
"name": "react-isomorphic-tools",
"version": "2.4.2",
"description": "Authorization, Fetcher, Preload. Tools for ServerSide rendering",
"main": "lib/index.js",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0"
},
"peerDependencies": {
"react": "^15.4.2",
"react-cookie": "^1.0.4",
"react-router": "^4.1.1",
"react-router-config": "^1.0.0-beta.3",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"styled-components": "^2.0.0"
},
"scripts": {
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aleksdp/react-isomorphic-tools.git"
},
"author": "aleksdp",
"license": "ISC",
"bugs": {
"url": "https://github.com/aleksdp/react-isomorphic-tools/issues"
},
"homepage": "https://github.com/aleksdp/react-isomorphic-tools#readme",
"dependencies": {
"is-json": "^2.0.1",
"pretty-error": "^2.1.0",
"prop-types": "^15.5.8",
"react-json-pretty": "^1.6.3",
"es6-promise": "^4.0.5",
"isomorphic-fetch": "^2.2.1",
"is-browser": "^2.0.1",
"serialize-javascript": "^1.3.0",
"qs": "6.5.0"
}
}