package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "@zmjs/form-design",
  3. "version": "0.1.16",
  4. "description": "表单设计器",
  5. "packageManager": "pnpm@6.32.3",
  6. "keywords": [
  7. "form-design"
  8. ],
  9. "homepage": "https://github.com/zhiyuanzmj/form-design#readme",
  10. "bugs": {
  11. "url": "https://github.com/zhiyuanzmj/form-design/issues"
  12. },
  13. "license": "MIT",
  14. "author": "zhiyuanzmj <260480378@qq.com>",
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://github.com/zhiyuanzmj/form-design.git"
  18. },
  19. "funding": "https://github.com/sponsors/zhiyuanzmj",
  20. "main": "dist/index.umd.js",
  21. "module": "dist/index.es.js",
  22. "types": "dist/index.d.ts",
  23. "files": [
  24. "dist"
  25. ],
  26. "scripts": {
  27. "dev": "vue-tsc & vite build -w",
  28. "build": "vite build && vue-tsc",
  29. "play": "vite playground --open",
  30. "play:build": "vite build playground",
  31. "release": "npx bumpp --commit --tag --push"
  32. },
  33. "dependencies": {
  34. "@vueuse/core": "^8.2.3",
  35. "ace-builds": "^1.4.14",
  36. "element-plus": "^2.1.10",
  37. "lodash-es": "^4.17.21",
  38. "prismjs": "^1.28.0",
  39. "vue": "^3.2.31",
  40. "vue-prism-editor": "^2.0.0-alpha.2",
  41. "vuedraggable": "^4.1.0"
  42. },
  43. "devDependencies": {
  44. "@antfu/eslint-config": "^0.18.9",
  45. "@iconify/json": "^2.1.31",
  46. "@iconify/utils": "^1.0.32",
  47. "@types/lodash-es": "^4.17.6",
  48. "@types/node": "^17.0.23",
  49. "@types/prismjs": "^1.26.0",
  50. "@vitejs/plugin-vue": "^2.3.1",
  51. "@vitejs/plugin-vue-jsx": "^1.3.9",
  52. "eslint": "^8.12.0",
  53. "postcss": "^8.4.12",
  54. "postcss-html": "^1.3.0",
  55. "postcss-scss": "^4.0.3",
  56. "rollup": "^2.70.1",
  57. "sass": "^1.49.11",
  58. "stylelint": "^14.6.1",
  59. "stylelint-config-recess-order": "^3.0.0",
  60. "stylelint-config-standard-scss": "^3.0.0",
  61. "stylelint-config-standard-vue": "^1.0.0",
  62. "typescript": "^4.6.3",
  63. "unocss": "^0.30.11",
  64. "unplugin-auto-import": "^0.6.9",
  65. "unplugin-vue-components": "^0.18.5",
  66. "unplugin-vue-define-options": "^0.5.0",
  67. "vite": "^2.9.1",
  68. "vite-plugin-libcss": "^1.0.5",
  69. "vue-tsc": "^0.34.7"
  70. },
  71. "engines": {
  72. "node": ">=14"
  73. }
  74. }