1 Star 0 Fork 0

不如怀念/create-web-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
不如怀念 提交于 2023-03-07 20:38 +08:00 . [Snyk] Upgrade chalk from 5.1.0 to 5.1.2 (#88)
{
"name": "@wang1212/create-web-app",
"version": "0.7.4",
"keywords": [
"web-app",
"SPA",
"PWA",
"webpack4",
"babel7",
"jest",
"typescript",
"eslint",
"react.js",
"redux.js"
],
"description": "Create PWA(Progressive Web App) project development environment startup configuration.",
"homepage": "https://github.com/wang1212/create-web-app#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/wang1212/create-web-app.git"
},
"bugs": {
"url": "https://github.com/wang1212/create-web-app/issues"
},
"license": "MIT",
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"author": "wang1212",
"bin": {
"create-web-app": "index.js",
"create-pwa": "index.js"
},
"scripts": {
"prepare": "husky install",
"lint": "eslint . --no-eslintrc --config=.eslintrc.cjs --ext .js,.cjs,.mjs --fix --quiet --cache --cache-location=node_modules/.cache/.eslintcache --format=pretty",
"commit": "cz",
"release": "standard-version"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"files": [
"bin/",
"templates/",
"index.js"
],
"dependencies": {
"chalk": "^5.1.2",
"fs-extra": "^10.1.0",
"inquirer": "^9.0.0",
"ora": "^6.1.1"
},
"devDependencies": {
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@wang1212/eslint-config": "0.2.1",
"commitizen": "4.2.5",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.23.0",
"eslint-formatter-pretty": "4.1.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"standard-version": "9.5.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/i_wang1212/create-web-app.git
git@gitee.com:i_wang1212/create-web-app.git
i_wang1212
create-web-app
create-web-app
master

搜索帮助