123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "_from": "@sscfaith/avue-form-design@1.3.12",
- "_id": "@sscfaith/avue-form-design@1.3.12",
- "_inBundle": false,
- "_integrity": "sha512-wf6T1fZ98IlXIYdQf0IZpH9Q32RirFe5jSQB0j8+bkMLAGCnXLbpiT721HeVltdcMj2xe+fLBAmhs0Sn0pVA7A==",
- "_location": "/@sscfaith/avue-form-design",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@sscfaith/avue-form-design@1.3.12",
- "name": "@sscfaith/avue-form-design",
- "escapedName": "@sscfaith%2favue-form-design",
- "scope": "@sscfaith",
- "rawSpec": "1.3.12",
- "saveSpec": null,
- "fetchSpec": "1.3.12"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/@sscfaith/avue-form-design/-/avue-form-design-1.3.12.tgz",
- "_shasum": "0bd0cfe9e47fe3e1b9f0f8a920eb132e0aa81bf6",
- "_spec": "@sscfaith/avue-form-design@1.3.12",
- "_where": "D:\\jiayue\\pig-ui",
- "author": {
- "name": "SSC",
- "email": "273702440@qq.com",
- "url": "https://github.com/sscfaith"
- },
- "browserslist": [
- "> 1%",
- "last 2 versions"
- ],
- "bugs": {
- "url": "https://github.com/sscfaith/avue-form-design/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "monaco-editor": "^0.21.2",
- "vuedraggable": "^2.24.3"
- },
- "deprecated": false,
- "description": "本项目是一款基于 <a href=\"https://avuejs.com/\" target=\"_blank\">Avue</a> 的表单设计器,拖拽式操作让你快速构建一个表单。 [在线预览](https://form.beta.kim/)",
- "devDependencies": {
- "@vue/cli-plugin-babel": "^4.5.8",
- "@vue/cli-plugin-eslint": "^4.5.8",
- "@vue/cli-service": "^4.5.8",
- "avue-plugin-ueditor": "^0.1.7",
- "babel-eslint": "^10.1.0",
- "core-js": "^3.7.0",
- "eslint": "^7.13.0",
- "eslint-plugin-vue": "^6.2.2",
- "sass": "^1.29.0",
- "sass-loader": "^10.0.5",
- "vue-template-compiler": "^2.6.12"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/essential",
- "eslint:recommended"
- ],
- "rules": {
- "no-console": "off",
- "no-debugger": "off",
- "no-control-regex": 0
- },
- "parserOptions": {
- "parser": "babel-eslint"
- }
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/sscfaith/avue-form-design#readme",
- "keywords": [
- "vue",
- "element-ui",
- "avue",
- "form",
- "design"
- ],
- "license": "MIT",
- "main": "lib/index.umd.min.js",
- "name": "@sscfaith/avue-form-design",
- "postcss": {
- "plugins": {
- "autoprefixer": {}
- }
- },
- "repository": {
- "type": "github",
- "url": "git+https://github.com/sscfaith/avue-form-design.git"
- },
- "scripts": {
- "build": "vue-cli-service build",
- "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
- "lib": "vue-cli-service build --target lib --name AvueFormDesign --dest lib --filename index --formats umd-min ./packages/index.js",
- "lint": "vue-cli-service lint",
- "serve": "vue-cli-service serve"
- },
- "version": "1.3.12"
- }
|