{ "name": "react-loadable-ssr-addon-v5-slorber", "version": "1.0.1", "description": "Server Side Render add-on for React Loadable. Load splitted chunks was never that easy.", "main": "lib/index.js", "repository": { "type": "git", "url": "https://github.com/themgoncalves/react-loadable-ssr-addon.git" }, "keywords": [ "react", "react-loadable", "webpack", "splitted-chunks", "assets-manifest", "server-side-render", "ssr" ], "author": "Marcos Gonçalves ", "license": "MIT", "bugs": { "url": "https://github.com/themgoncalves/react-loadable-ssr-addon/issues" }, "scripts": { "authors": "echo 'react-loadable-ssr-addon is authored by: \n' > AUTHORS.md | git log --format='* %aN <%aE>' | sort -u >> AUTHORS.md", "prepare": "npm run build && npm run authors", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "postversion": "git push && git push --tags", "start": "npm run clean:example && npm run build && webpack && babel-node example/server.js", "build": "NODE_ENV=production && rm -rf lib && babel source -d lib", "clean:example": "rm -rf ./example/dist/", "lint": "eslint --ext js --ext jsx source || exit 0", "lint:fix": "eslint --ext js --ext jsx source --fix|| exit 0", "test": "npm run clean:example && npm run build && webpack && ava; npm run clean:example", "stats": "NODE_ENV=development webpack --profile --json > compilation-stats.json" }, "engines": { "node": ">=10.13.0" }, "resolutions": { "yargs-parser": "13.1.2", "mem": "4.0.0" }, "peerDependencies": { "react-loadable": "*", "webpack": ">=4.41.1 || 5.x" }, "devDependencies": { "@babel/cli": "^7.10.1", "@babel/core": "^7.10.1", "@babel/node": "^7.10.1", "@babel/plugin-proposal-class-properties": "^7.10.1", "@babel/plugin-proposal-object-rest-spread": "^7.10.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-classes": "^7.10.1", "@babel/plugin-transform-object-assign": "^7.10.1", "@babel/plugin-transform-runtime": "^7.10.1", "@babel/preset-env": "^7.10.1", "@babel/preset-react": "^7.10.1", "@babel/register": "^7.10.1", "ava": "^2.4.0", "babel-loader": "^8.1.0", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-module-resolver": "^4.0.0", "babel-plugin-transform-remove-console": "^6.9.4", "babel-preset-minify": "^0.5.1", "eslint": "^6.5.1", "eslint-config-airbnb": "18.1.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.20.0", "express": "^4.17.1", "husky": "^3.0.9", "react": "^16.13.1", "react-dom": "^16.13.1", "react-loadable": "^5.5.0", "wait-for-expect": "^3.0.2", "webpack": "4.44.1", "webpack-cli": "^4.5.0" }, "husky": { "hooks": { "pre-commit": "npm run lint", "pre-push": "npm run test" } }, "ava": { "files": [ "source/**/*.test.js" ], "require": [ "@babel/register" ], "concurrency": 5 }, "dependencies": { "@babel/runtime": "^7.10.3" } }