@pwc-ra/components
Version:
PwC RA shared components library
28 lines • 588 B
JSON
{
"name": "create-ra-app",
"version": "1.0.0",
"description": "创建带有 PwC RA MainLayout、Sidebar、Breadcrumb 和 PageHeader 组件的 React 应用模板",
"main": "index.js",
"bin": {
"create-ra-app": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pwc",
"ra",
"react",
"template",
"create",
"app"
],
"author": "PwC RA Team",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.1.0",
"fs-extra": "^11.2.0",
"inquirer": "^8.2.6"
}
}