package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "@sscfaith/avue-form-design@1.3.12",
  3. "_id": "@sscfaith/avue-form-design@1.3.12",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wf6T1fZ98IlXIYdQf0IZpH9Q32RirFe5jSQB0j8+bkMLAGCnXLbpiT721HeVltdcMj2xe+fLBAmhs0Sn0pVA7A==",
  6. "_location": "/@sscfaith/avue-form-design",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@sscfaith/avue-form-design@1.3.12",
  12. "name": "@sscfaith/avue-form-design",
  13. "escapedName": "@sscfaith%2favue-form-design",
  14. "scope": "@sscfaith",
  15. "rawSpec": "1.3.12",
  16. "saveSpec": null,
  17. "fetchSpec": "1.3.12"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@sscfaith/avue-form-design/-/avue-form-design-1.3.12.tgz",
  23. "_shasum": "0bd0cfe9e47fe3e1b9f0f8a920eb132e0aa81bf6",
  24. "_spec": "@sscfaith/avue-form-design@1.3.12",
  25. "_where": "D:\\jiayue\\pig-ui",
  26. "author": {
  27. "name": "SSC",
  28. "email": "273702440@qq.com",
  29. "url": "https://github.com/sscfaith"
  30. },
  31. "browserslist": [
  32. "> 1%",
  33. "last 2 versions"
  34. ],
  35. "bugs": {
  36. "url": "https://github.com/sscfaith/avue-form-design/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "monaco-editor": "^0.21.2",
  41. "vuedraggable": "^2.24.3"
  42. },
  43. "deprecated": false,
  44. "description": "本项目是一款基于 <a href=\"https://avuejs.com/\" target=\"_blank\">Avue</a> 的表单设计器,拖拽式操作让你快速构建一个表单。 [在线预览](https://form.beta.kim/)",
  45. "devDependencies": {
  46. "@vue/cli-plugin-babel": "^4.5.8",
  47. "@vue/cli-plugin-eslint": "^4.5.8",
  48. "@vue/cli-service": "^4.5.8",
  49. "avue-plugin-ueditor": "^0.1.7",
  50. "babel-eslint": "^10.1.0",
  51. "core-js": "^3.7.0",
  52. "eslint": "^7.13.0",
  53. "eslint-plugin-vue": "^6.2.2",
  54. "sass": "^1.29.0",
  55. "sass-loader": "^10.0.5",
  56. "vue-template-compiler": "^2.6.12"
  57. },
  58. "eslintConfig": {
  59. "root": true,
  60. "env": {
  61. "node": true
  62. },
  63. "extends": [
  64. "plugin:vue/essential",
  65. "eslint:recommended"
  66. ],
  67. "rules": {
  68. "no-console": "off",
  69. "no-debugger": "off",
  70. "no-control-regex": 0
  71. },
  72. "parserOptions": {
  73. "parser": "babel-eslint"
  74. }
  75. },
  76. "files": [
  77. "lib"
  78. ],
  79. "homepage": "https://github.com/sscfaith/avue-form-design#readme",
  80. "keywords": [
  81. "vue",
  82. "element-ui",
  83. "avue",
  84. "form",
  85. "design"
  86. ],
  87. "license": "MIT",
  88. "main": "lib/index.umd.min.js",
  89. "name": "@sscfaith/avue-form-design",
  90. "postcss": {
  91. "plugins": {
  92. "autoprefixer": {}
  93. }
  94. },
  95. "repository": {
  96. "type": "github",
  97. "url": "git+https://github.com/sscfaith/avue-form-design.git"
  98. },
  99. "scripts": {
  100. "build": "vue-cli-service build",
  101. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
  102. "lib": "vue-cli-service build --target lib --name AvueFormDesign --dest lib --filename index --formats umd-min ./packages/index.js",
  103. "lint": "vue-cli-service lint",
  104. "serve": "vue-cli-service serve"
  105. },
  106. "version": "1.3.12"
  107. }