UNPKG

gatsby-plugin-loadable-components-ssr-fix

Version:
48 lines (47 loc) 1.41 kB
{ "name": "gatsby-plugin-loadable-components-ssr-fix", "description": "Server-side rendering loadable components in your gatsby application", "version": "2.0.2", "author": "Hector del Rio <public.hector.del.rio@gmail.com>", "bugs": { "url": "https://github.com/hector-del-rio/gatsby-plugin-loadable-components-ssr/issues" }, "dependencies": { "@babel/runtime": "^7.7.6", "@loadable/babel-plugin": "^5.12.0", "@loadable/server": "^5.12.0", "@loadable/webpack-plugin": "^5.12.0", "react-dom": "^16.12.0" }, "devDependencies": { "@babel/cli": "^7.7.5", "@babel/core": "^7.7.5", "babel-preset-gatsby-package": "^0.2.14", "cross-env": "^5.2.1" }, "keywords": [ "gatsby", "gatsby-plugin", "loadable-components", "@loadable/component", "@loadable/server" ], "homepage": "https://github.com/hector-del-rio/gatsby-plugin-loadable-components-ssr", "license": "MIT", "peerDependencies": { "gatsby": "^2.12.1", "@loadable/component": "^5.11.0" }, "repository": { "type": "git", "url": "https://github.com/hector-del-rio/gatsby-plugin-loadable-components-ssr.git" }, "scripts": { "build": "babel src --out-dir . --ignore **/__tests__", "prepare": "cross-env NODE_ENV=production npm run build", "watch": "babel -w src --out-dir . --ignore **/__tests__" }, "engines": { "node": ">=8.0.0" } }