2 Star 0 Fork 0

mirrors_opencollective/vue-1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.91 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@rxts/vue",
"version": "0.0.0",
"description": "Make Vue greater with RxTS.",
"repository": "git@github.com:rx-ts/vue.git",
"author": "JounQin <admin@1stg.me>",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "parcel packages/*/docs/index.html",
"lint:es": "eslint . --ext js,md,mdx,ts,tsx -f friendly",
"lint:style": "stylelint **/*.scss",
"lint": "run-p lint:*",
"build:es": "tsc -b",
"build:bundle": "r --prod",
"build:docs": "parcel build packages/*/docs/index.html",
"build": "rimraf dist && run-p build:**",
"serve": "serve dist",
"type-coverage": "type-coverage --cache --detail --ignore-catch --ignore-files *.d.ts --strict"
},
"devDependencies": {
"@1stg/babel-preset": "^0.7.9",
"@1stg/browserslist-config": "^0.2.1",
"@1stg/commitlint-config": "^0.1.2",
"@1stg/eslint-config": "^0.12.10",
"@1stg/husky-config": "^0.3.2",
"@1stg/lint-staged": "^0.8.11",
"@1stg/postcss-config": "^0.3.3",
"@1stg/prettier-config": "^0.3.3",
"@1stg/remark-config": "^0.2.2",
"@1stg/rollup-config": "^0.9.5",
"@1stg/stylelint-config": "^0.7.4",
"@1stg/tsconfig": "^0.5.1",
"@1stg/tslint-config": "^0.3.3",
"@babel/core": "^7.7.4",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@types/classnames": "^2.2.9",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.15",
"@types/qrcode": "^1.3.4",
"autoprefixer": "^9.6.1",
"browserslist": "^4.7.0",
"classnames": "^2.2.6",
"core-js": "^3.4.8",
"cross-env": "^6.0.0",
"eslint": "^6.7.0",
"husky": "^3.1.0",
"lerna": "^3.16.4",
"lerna-changelog": "^0.8.2",
"lint-staged": "^9.3.0",
"lodash": "^4.17.15",
"npm-run-all": "^4.1.5",
"parcel": "^1.12.3",
"postcss": "^7.0.18",
"prettier": "^1.18.2",
"qrcode": "^1.4.2",
"qrious": "^4.0.2",
"react": "^16.9.0",
"rimraf": "^3.0.0",
"rollup": "^1.21.4",
"rxjs": "^6.5.3",
"sanitize.css": "^11.0.0",
"sass": "^1.23.0-module.beta.1",
"serve": "^11.1.0",
"stylelint": "^11.0.0",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"type-coverage": "^2.3.0",
"typescript": "^3.6.3",
"vue": "^2.6.10",
"vue-qrcode": "link:packages/vue-qrcode/src",
"vue-qrious": "link:packages/vue-qrious/src"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.esm"
},
"babel": {
"presets": [
"@1stg"
]
},
"browserslist": [
"extends @1stg/browserslist-config"
],
"commitlint": {
"extends": [
"@1stg"
]
},
"eslintIgnore": [
".cache",
".parcel-cache",
"dist",
"lib",
"packages/*/CHANGELOG.md",
"!.*.js"
],
"prettier": "@1stg/prettier-config/vue",
"renovate": {
"extends": "@1stg"
},
"stylelint": {
"extends": "@1stg/stylelint-config/scss"
},
"typeCoverage": {
"atLeast": 100
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_opencollective/vue-1.git
git@gitee.com:mirrors_opencollective/vue-1.git
mirrors_opencollective
vue-1
vue-1
master

搜索帮助