1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "name": "@zmjs/form-design",
- "version": "0.1.16",
- "description": "表单设计器",
- "packageManager": "pnpm@6.32.3",
- "keywords": [
- "form-design"
- ],
- "homepage": "https://github.com/zhiyuanzmj/form-design#readme",
- "bugs": {
- "url": "https://github.com/zhiyuanzmj/form-design/issues"
- },
- "license": "MIT",
- "author": "zhiyuanzmj <260480378@qq.com>",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/zhiyuanzmj/form-design.git"
- },
- "funding": "https://github.com/sponsors/zhiyuanzmj",
- "main": "dist/index.umd.js",
- "module": "dist/index.es.js",
- "types": "dist/index.d.ts",
- "files": [
- "dist"
- ],
- "scripts": {
- "dev": "vue-tsc & vite build -w",
- "build": "vite build && vue-tsc",
- "play": "vite playground --open",
- "play:build": "vite build playground",
- "release": "npx bumpp --commit --tag --push"
- },
- "dependencies": {
- "@vueuse/core": "^8.2.3",
- "ace-builds": "^1.4.14",
- "element-plus": "^2.1.10",
- "lodash-es": "^4.17.21",
- "prismjs": "^1.28.0",
- "vue": "^3.2.31",
- "vue-prism-editor": "^2.0.0-alpha.2",
- "vuedraggable": "^4.1.0"
- },
- "devDependencies": {
- "@antfu/eslint-config": "^0.18.9",
- "@iconify/json": "^2.1.31",
- "@iconify/utils": "^1.0.32",
- "@types/lodash-es": "^4.17.6",
- "@types/node": "^17.0.23",
- "@types/prismjs": "^1.26.0",
- "@vitejs/plugin-vue": "^2.3.1",
- "@vitejs/plugin-vue-jsx": "^1.3.9",
- "eslint": "^8.12.0",
- "postcss": "^8.4.12",
- "postcss-html": "^1.3.0",
- "postcss-scss": "^4.0.3",
- "rollup": "^2.70.1",
- "sass": "^1.49.11",
- "stylelint": "^14.6.1",
- "stylelint-config-recess-order": "^3.0.0",
- "stylelint-config-standard-scss": "^3.0.0",
- "stylelint-config-standard-vue": "^1.0.0",
- "typescript": "^4.6.3",
- "unocss": "^0.30.11",
- "unplugin-auto-import": "^0.6.9",
- "unplugin-vue-components": "^0.18.5",
- "unplugin-vue-define-options": "^0.5.0",
- "vite": "^2.9.1",
- "vite-plugin-libcss": "^1.0.5",
- "vue-tsc": "^0.34.7"
- },
- "engines": {
- "node": ">=14"
- }
- }
|