加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
千反田丷 提交于 2022-07-07 10:52 . v0.0.1-beta.2
{
"name": "@ibizstudio/quick-action-bar",
"version": "0.0.1-beta.2",
"description": "stencilJs 组件开发基本脚手架",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/quick-action-bar/quick-action-bar.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build",
"dev": "stencil build --dev --watch --serve --no-open",
"test": "stencil test --spec",
"test.watch": "stencil test --spec --watchAll",
"generate": "stencil generate",
"prepublish:npm": "npm run build",
"publish:npm": "npm publish --access public"
},
"dependencies": {
"@stencil/core": "^2.17.0",
"mousetrap": "^1.6.5"
},
"devDependencies": {
"@rollup/plugin-eslint": "^8.0.2",
"@stencil/sass": "^1.5.2",
"@types/jest": "28.1.4",
"@types/mousetrap": "^1.6.9",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "8.19.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "28.1.2",
"jest-cli": "28.1.2",
"prettier": "^2.7.1",
"rollup": "^2.75.7",
"sass": "^1.53.0",
"typescript": "4.7.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化