1 Star 1 Fork 0

couriourc/harmoyos-components

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
couriourc 提交于 2021-08-21 22:50 . develop:重写Loader
{
"name": "aing",
"version": "0.0.1",
"author": "couriorc",
"license": "MIT",
"description": "OpenHarmony AING组件库 ",
"contributors": [
{
"name": "Paddi",
"email": "luqili345@gmail.com"
},
{
"name": "whisper",
"email": "1192766697@qq.com"
}
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://gitee.com/godakid/harmoyos-components/tree/develop/",
"repository": {
"type": "git",
"url": "https://gitee.com/godakid/harmoyos-components/"
},
"main": "build.js",
"scripts": {
"dev": "node build/docs/dev.js",
"build:prod": "yarn && npx gulp -f build/bin/compiler.js buildEs",
"build:lib": "yarn && npx gulp -f build/bin/compiler.js --series buildLib",
"build:docs": "yarn && npx gulp -f build/docs/compiler.js --series buildDocs",
"prepare": "husky intall",
"test": "jest"
},
"dependencies": {
"better-console": "^1.0.1",
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-insert": "^0.5.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-print": "^5.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-scss": "^1.4.0",
"husky": "^7.0.1",
"jest": "^27.0.6",
"sass": "^1.38.0",
"shelljs": "^0.8.4",
"through2": "^4.0.2"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/godakid/harmoyos-components.git
git@gitee.com:godakid/harmoyos-components.git
godakid
harmoyos-components
harmoyos-components
develop

搜索帮助