加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 5.74 KB
一键复制 编辑 原始数据 按行查看 历史
AresYe 提交于 2021-03-29 20:57 . feat: publish
{
"name": "zarm-vue-next",
"version": "3.0.0-alpha.6",
"description": "zarm in vue",
"scripts": {
"lint": "npm run lint:vue && npm run lint:style",
"deploy": "rimraf dist && cross-env NODE_ENV=production webpack --config ./build/webpack.deploy.conf.js",
"analyze": "cross-env NODE_ENV=production npm_config_report=true npm run build:all",
"book": "cd docs && gitbook serve",
"build:all": "npm run clean && npm run build:umd && npm run build:lib && npm run build:style && npm run build:theme && npm run build:copy && npm run build:release",
"build:copy": "node ./script/copy.js",
"build:lib": "cross-env NODE_ENV=production webpack --config ./build/webpack.prod.conf.js",
"build:release": "cp -r README.md release && cp -r src release && cp -r styles release && cp -r types release",
"build:style": "cross-env NODE_ENV=production webpack --config ./build/webpack.style.conf.js",
"build:theme": "cross-env NODE_ENV=production webpack --config ./build/webpack.theme.conf.js",
"build:umd": "cross-env NODE_ENV=production webpack --config ./build/webpack.umd.conf.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"clean": "rimraf release",
"commitmsg": "commitlint -e $GIT_PARAMS",
"create": "node script/create-component.js",
"deploy:page": "npm run deploy && npm run page",
"dev": "node build/dev-server.js",
"lint:style": "stylelint --syntax scss styles/**/**/*.scss src/**/**/*.scss",
"lint:vue": "eslint --ext .js,.vue src",
"page": "gh-pages -d dist --remote origin",
"precommit": "npm run lint",
"pub": "npm run build:all && npm publish ./release",
"release": "bash script/release.sh",
"start": "node build/dev-server.js",
"test:watch": "jest --config test/unit/jest.conf.js --watch",
"unit": "jest --config test/unit/jest.config.js --coverage"
},
"main": "lib/index.js",
"dependencies": {
"autosize": "^4.0.0",
"better-scroll": "^2.0.4",
"dayjs": "^1.7.7",
"popper.js": "^1.15.0",
"vue": "^3.0.5"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/plugin-proposal-object-rest-spread": "^7.13.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/runtime": "^7.4.5",
"@babel/runtime-corejs2": "^7.4.2",
"@commitlint/cli": "^6.2.0",
"@commitlint/config-conventional": "^6.1.3",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-plugin-jsx": "^1.0.3",
"@vue/babel-preset-jsx": "^1.0.0",
"@vue/compiler-sfc": "^3.0.5",
"@vue/component-compiler-utils": "^3.2.0",
"@vue/server-test-utils": "^1.0.3",
"@vue/test-utils": "^2.0.0-beta.3",
"autoprefixer": "^7.1.2",
"axios": "^0.21.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.5",
"chalk": "^2.4.2",
"connect-history-api-fallback": "^1.3.0",
"conventional-changelog-cli": "^1.3.22",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^3.0.1",
"coveralls": "^2.13.1",
"cross-env": "^5.0.1",
"cryptiles": "^4.1.2",
"css-loader": "^0.28.0",
"element-ui": "^2.4.9",
"eslint": "^4.19.1",
"eslint-config-za": "^1.0.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.2.0",
"fetch": "^1.1.0",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.1.3",
"gh-pages": "^2.0.1",
"github-markdown-css": "^2.10.0",
"glob": "^7.1.2",
"handlebars": "^4.0.11",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.17.3",
"husky": "^0.14.3",
"jest": "^23.6.0",
"jest-serializer-vue": "^2.0.2",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"lodash-es": "^4.17.15",
"lodash.merge": "^4.6.2",
"lodash.mergewith": "^4.6.2",
"marked": "^0.7.0",
"merge": "^1.2.1",
"mini-css-extract-plugin": "^0.4.0",
"normalize.css": "^8.0.0",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"perfume.js": "^5.3.0",
"postcss-loader": "^2.0.6",
"rimraf": "^2.6.1",
"sass": "^1.22.9",
"sass-loader": "^10.0.3",
"shelljs": "^0.7.6",
"stylelint": "^7.12.0",
"stylelint-config-standard": "^16.0.0",
"tunnel-agent": "^0.6.0",
"typescript": "^4.0.3",
"url-loader": "^1.0.1",
"vue-cli-plugin-vue-next": "~0.1.4",
"vue-jest": "^5.0.0-alpha.7",
"vue-loader": "^16.1.2",
"vue-router": "^4.0.4",
"vue-style-loader": "^4.1.0",
"vuex": "^4.0.0",
"webpack": "^4.10.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.5",
"webpack-dev-middleware": "^3.1.3",
"webpack-dev-server": "^3.2.1",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.2.1",
"zarm-vue-loader": "^3.0.0"
},
"peerDependencies": {
"vue": "> 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie < 11",
"iOS >= 8",
"Android >= 4"
],
"bugs": {
"url": "https://github.com/ZhongAnTech/zarm-vue/issues"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"keywords": [
"vue",
"vue-ui",
"vue-component",
"zarm",
"zarm-vue",
"component",
"components",
"ui",
"web-ui",
"framework",
"frontend",
"mobile"
],
"license": "MIT",
"repository": "git://github.com/ZhongAnTech/zarm-vue",
"tags": [
"zarm",
"zarm-vue",
"vue",
"zhongan"
],
"typings": "types/index.d.ts"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化