@rist/preset-react
Version:
前端react模板生成器
56 lines (55 loc) • 1.46 kB
JSON
{
"name": "@rist/preset-react",
"version": "1.0.4",
"description": "前端react模板生成器",
"main": "index.js",
"bin": {
"pr-cli": "bin/index.js"
},
"author": "rist",
"scripts": {
"start": "tsnd --respawn ./src/index.ts -- g -c testIt simple React",
"build": "rimraf bin && tsc -b --watch",
"publish:npm": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "https://gitee.com/liangwei_develop/preset-react.git"
},
"homepage": "https://gitee.com/liangwei_develop/preset-react.git",
"keywords": [
"preset",
"react",
"typescript",
"react-preset",
"react-preset-typescript"
],
"license": "MIT",
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^3.9.6",
"@darkobits/lolcatjs": "^3.1.3",
"@types/chalk": "^2.2.0",
"@types/figlet": "^1.2.0",
"@types/inquirer": "^6.5.0",
"@types/node": "^14.0.14",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/rimraf": "^3.0.0",
"@types/semver": "^7.3.1",
"@types/shelljs": "^0.8.8",
"chalk": "^4.1.0",
"commander": "^5.1.0",
"figlet": "^1.5.0",
"inquirer": "^7.3.0",
"name-styles": "^2.0.2",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4",
"ts-node": "^8.10.2",
"ts-node-dev": "^1.0.0-pre.50"
},
"engines": {
"node": ">=8.9"
}
}