mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 04:16:37 -04:00
36 lines
1,001 B
JSON
36 lines
1,001 B
JSON
{
|
|
"name": "react-router-ssr",
|
|
"version": "3.0.0",
|
|
"description": "Server-side rendering for react-router and react-meteor-data rehydratating Meteor subscriptions",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/thereactivestack/meteor-react-router-ssr.git"
|
|
},
|
|
"keywords": [
|
|
"meteor",
|
|
"react",
|
|
"reactrouter",
|
|
"react-router",
|
|
"ssr",
|
|
"server-rendering"
|
|
],
|
|
"author": "Benoit Tremblay <benoit@thereactivestack.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/thereactivestack/meteor-react-router-ssr/issues"
|
|
},
|
|
"homepage": "https://github.com/thereactivestack/meteor-react-router-ssr#readme",
|
|
"dependencies": {
|
|
"cheerio": "^0.20.0",
|
|
"cookie-parser": "^1.4.1",
|
|
"promise": "^7.1.1",
|
|
"react": "^15.3.0",
|
|
"react-dom": "^15.3.0",
|
|
"react-helmet": "^3.1.0",
|
|
"react-router": "^2.0.1",
|
|
"underscore": "^1.8.3"
|
|
}
|
|
}
|