1 Star 0 Fork 0

chenhao / web-ch-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
chenhao 提交于 2024-02-19 17:26 . 0.0.8
{
"name": "web-ch-ui",
"version": "0.0.8",
"description": "Stencil Component Starter",
"keywords": [
"跨框架",
"Web Components",
"ui组件"
],
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.js",
"es2017": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/web-ch-ui/web-ch-ui.esm.js",
"repository": {
"type": "git",
"url": "https://gitee.com/chen1404276788/web-ch-ui.git"
},
"files": [
"dist/",
"loader/",
"test/"
],
"scripts": {
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"dependencies": {
"@stencil/core": "^4.7.0"
},
"devDependencies": {
"@types/jest": "^29.5.6",
"@types/node": "^16.18.11",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"puppeteer": "21.1.1"
},
"license": "MIT"
}
JavaScript
1
https://gitee.com/chen1404276788/web-ch-ui.git
git@gitee.com:chen1404276788/web-ch-ui.git
chen1404276788
web-ch-ui
web-ch-ui
master

搜索帮助