1 Star 0 Fork 0

sam9831/imooc-cli-dev_component-test2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.38 KB
一键复制 编辑 原始数据 按行查看 历史
sam9831 提交于 2021-07-30 08:54 . public
{
"name": "@imooc-cli-dev/component-test2",
"version": "1.0.0",
"description": "component test2",
"private": false,
"publishConfig": {
"access": "public"
},
"author": "Viking Zhang",
"scripts": {
"serve": "vue-cli-service serve",
"build": "npm run clean && npm run build:esm && npm run build:umd",
"test:watch": "vue-cli-service test:unit --watch",
"test": "vue-cli-service test:unit",
"lint": "vue-cli-service lint --max-warnings 5",
"build:esm": "rollup --config build/rollup.esm.config.js",
"build:umd": "rollup --config build/rollup.umd.config.js",
"clean": "rimraf ./dist",
"prepublishOnly": "npm run lint && npm run test&& npm run build"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run test"
}
},
"main": "dist/lego-bricks.umd.js",
"module": "dist/lego-bricks.esm.js",
"files": [
"build",
"examples",
"src",
"tests",
"dist",
".browserslistrc",
".eslintrc.js",
".gitignore",
".travis.yml",
"babel.config.js",
"jest.config.js",
"README.md",
"tsconfig.json"
],
"dependencies": {
"core-js": "^3.6.5",
"lodash-es": "^4.17.20"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.1.1",
"@rollup/plugin-typescript": "^8.1.1",
"@types/jest": "^24.0.19",
"@types/lodash-es": "^4.17.4",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "^4.5.11",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^2.0.0-0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0-0",
"husky": "^4.3.8",
"rimraf": "^3.0.2",
"rollup": "^2.38.5",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-typescript2": "^0.29.0",
"rollup-plugin-vue": "^6.0.0",
"typescript": "~3.9.3",
"vue": "^3.0.0",
"vue-jest": "^5.0.0-0"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"homepage": "https://github.com/imooc-lego/lego-components",
"keywords": [
"Component",
"UI",
"Vue3"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/imooc-lego/lego-components"
},
"types": "dist/index.d.ts"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sam9831/imooc-cli-dev_component-test2.git
git@gitee.com:sam9831/imooc-cli-dev_component-test2.git
sam9831
imooc-cli-dev_component-test2
imooc-cli-dev_component-test2
master

搜索帮助