UNPKG

craco-plugin-multipage

Version:
43 lines (42 loc) 966 B
{ "name": "craco-plugin-multipage", "version": "0.1.5", "description": "React multi page craco plugin", "main": "bin/index.js", "files": [ "bin" ], "scripts": { "build": "rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/helloskynet/craco-plugin-multipage.git" }, "keywords": [ "create-react-app", "craco", "react", "multipage" ], "author": "lcn", "license": "MIT", "bugs": { "url": "https://github.com/helloskynet/craco-plugin-multipage/issues" }, "homepage": "https://github.com/helloskynet/craco-plugin-multipage#readme", "peerDependencies": { "react-scripts": "^3.*", "@craco/craco": "^5.*" }, "dependencies": { "@craco/craco": "^5.*", "path-to-regexp": "^6.*", "lodash": "^4.*" }, "devDependencies": { "rollup": "^2.33.1", "rollup-plugin-node-resolve": "^5.2.0" } }