1 Star 0 Fork 6

KONG/TDesign零售行业模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 860 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "supermarket-pages",
"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"
},
"author": "",
"license": "ISC",
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm run check"
}
},
"lint-staged": {
"*.{js, ts}": "eslint --cache --fix",
"*.{js,ts,css,less}": "prettier --write"
},
"dependencies": {
"dayjs": "^1.9.3",
"tdesign-miniprogram": "^0.18.0",
"tslib": "^1.11.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^4.3.0",
"lint-staged": "^10.0.8",
"prettier": "^2.1.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/KONGQX/miniprogram-official-demo-TDesign-retail-industry-template.git
git@gitee.com:KONGQX/miniprogram-official-demo-TDesign-retail-industry-template.git
KONGQX
miniprogram-official-demo-TDesign-retail-industry-template
TDesign零售行业模板
master

搜索帮助