UNPKG

beansflight-json-form

Version:

> **版本号:verison 0.23.17**

75 lines (74 loc) 2.14 kB
{ "name": "beansflight-json-form", "version": "0.23.18", "private": false, "scripts": { "serve": "vue-cli-service serve", "lib": "vue-cli-service build --target lib packages/index.js --name beansflight-json-form --dest lib", "deploy": "node ./bin/deploy.js", "version": "conventional-changelog -p angular -i CHANGELOG.md -s", "prepare": "husky install", "lint": "lint-staged", "lint2": "eslint . --ext .vue,.js,.ts,.jsx,.tsx --fix", "prettier": "prettier --write .", "commit": "git-cz", "release": "standard-version --first-release" }, "main": "lib/beansflight-json-form.umd.min.js", "keywords": [ "vue", "ddf", "json form" ], "author": "米亚流年", "homepage": "", "repository": { "type": "git", "url": "" }, "dependencies": { "@tinymce/tinymce-vue": "3.2.6", "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1", "@vue/babel-preset-jsx": "^1.2.4", "core-js": "^3.6.5", "eslint-config-prettier": "^8.3.0", "lodash": "^4.17.21", "tinymce": "^5.4.1", "view-design": "^4.7.0", "vue": "^2.6.11", "vue-enum": "1.0.5" }, "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-service": "~4.5.0", "@vue/eslint-config-prettier": "^6.0.0", "babel-eslint": "^10.1.0", "babel-plugin-import": "^1.13.3", "babel-plugin-jsx-v-model": "^2.0.3", "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.3.0", "cssnano": "^4.1.10", "dayjs": "^1.10.7", "eslint": "^6.7.2", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-vue": "^6.2.2", "husky": "^7.0.4", "lerna": "^4.0.0", "less": "^2.7.3", "less-loader": "^4.0.5", "lint-staged": "^13.0.3", "ora": "^5.4.1", "prettier": "^2.2.1", "standard-version": "^9.5.0", "uglifyjs-webpack-plugin": "^2.2.0", "vue-template-compiler": "^2.6.11" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }