1 Star 2 Fork 1

allenwdj / JuCheapMall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
allenwdj 提交于 2023-10-12 21:14 . 初始化小程序商城
{
"name": "@tencent/tdesign-miniprogram-starter-retail",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --cache --fix --ext .js",
"check": "node config/eslintCheck.js",
"prepare": "husky install",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"author": "",
"license": "ISC",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.{js, ts}": "eslint --cache --fix",
"*.{js,ts,wxml,html,json,css,less}": [
"prettier --write"
]
},
"dependencies": {
"dayjs": "^1.9.3",
"tdesign-miniprogram": "^1.0.0",
"tslib": "^1.11.1"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^2.2.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^8.0.3",
"lint-staged": "^10.0.8",
"prettier": "^2.1.2"
}
}
JavaScript
1
https://gitee.com/jucheap/jucheap-mall.git
git@gitee.com:jucheap/jucheap-mall.git
jucheap
jucheap-mall
JuCheapMall
master

搜索帮助