gatsby-plugin-loadable-components-ssr
Version:
Server-side rendering loadable components in your gatsby application
54 lines (53 loc) • 1.58 kB
JSON
{
"name": "gatsby-plugin-loadable-components-ssr",
"description": "Server-side rendering loadable components in your gatsby application",
"version": "4.3.2",
"author": "Grayson Hicks <graysonhicks@gmail.com>",
"bugs": {
"url": "https://github.com/graysonhicks/gatsby-plugin-loadable-components-ssr/issues"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"@loadable/babel-plugin": "^5.13.2",
"@loadable/server": "^5.15.0",
"@loadable/webpack-plugin": "^5.15.0"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.7.5",
"babel-preset-gatsby-package": "^1.0.0",
"cross-env": "^7.0.3",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"prettier": "2.3.0"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"loadable-components",
"@loadable/component",
"@loadable/server"
],
"homepage": "https://github.com/graysonhicks/gatsby-plugin-loadable-components-ssr",
"license": "MIT",
"peerDependencies": {
"gatsby": "^2.12.1 || ^3.0.0 || ^4.0.0",
"react-dom": "^16.12.0 || ^17.0.1",
"@loadable/component": "^5.15.0"
},
"repository": {
"type": "git",
"url": "https://github.com/graysonhicks/gatsby-plugin-loadable-components-ssr.git"
},
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build && husky install",
"watch": "babel -w src --out-dir . --ignore **/__tests__"
},
"engines": {
"node": ">=12.0.0"
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
}
}