UNPKG

craco-multiple-page

Version:
36 lines 842 B
{ "name": "craco-multiple-page", "version": "0.1.4", "description": "Craco plugin for multiple pages", "main": "bin/index.js", "files": [ "bin" ], "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/guocailee/craco-multiple-page.git" }, "keywords": [ "create-react-app", "craco", "react", "multipage" ], "author": "lcn", "license": "MIT", "bugs": { "url": "https://github.com/guocailee/craco-multiple-page/issues" }, "homepage": "https://github.com/guocailee/craco-multiple-page/#readme", "devDependencies": { "@craco/craco": "^6.2.0", "html-webpack-plugin": "^5.3.2", "react-scripts": "^4.0.3", "typescript": "^4.4.2", "@types/node": "^16.7.2" } }