150 lines
4.7 KiB
JSON
150 lines
4.7 KiB
JSON
{
|
|
"name": "fc-designer-pro",
|
|
"version": "5.6.0",
|
|
"description": "FormCreate设计器商业版",
|
|
"unpkg": "./dist/index.umd.js",
|
|
"jsdelivr": "./dist/index.umd.js",
|
|
"typings": "./types/index.d.ts",
|
|
"main": "./dist/index.umd.js",
|
|
"module": "./dist/index.es.js",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.es.js",
|
|
"types": "./types/index.d.ts",
|
|
"require": "./dist/index.umd.js"
|
|
},
|
|
"./*": "./*"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf dist/",
|
|
"dev": "vue-cli-service serve",
|
|
"rollup": "rollup -c ./rollup.config.ts",
|
|
"build": "vite build --config ./vite.config.build.js && cross-env ONLY_PC=true vite build --config ./vite.config.pc.js && vite build --config ./vite.config.mobile.js && vite build --config ./vite.config.antdv.js",
|
|
"build:mobile": "vite build --config ./vite.config.mobile.js",
|
|
"build:antdv": "vite build --config ./vite.config.antdv.js",
|
|
"build:locale": "gulp -f gulpfile.js",
|
|
"build:preview": "vite build --config ./vite.config.preview.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/xaboy/form-create-designer.git"
|
|
},
|
|
"keywords": [
|
|
"表单设计器",
|
|
"@form-create",
|
|
"form-builder",
|
|
"form-designer",
|
|
"draggable",
|
|
"form",
|
|
"components",
|
|
"vue3",
|
|
"ant-design-vue",
|
|
"json-form",
|
|
"dynamic-form"
|
|
],
|
|
"files": [
|
|
"README.md",
|
|
"package.json",
|
|
"LICENSE",
|
|
"types",
|
|
"dist",
|
|
"locale"
|
|
],
|
|
"license": "仅限于被授权主体(个人、企业或组织)使用,未经授权不得使用、修改或移除版权信息",
|
|
"author": "FormCreate Team",
|
|
"homepage": "http://form-create.com",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@sixian/css-url": "^1.0.3",
|
|
"@types/chalk": "^2.2.0",
|
|
"@types/shelljs": "^0.8.9",
|
|
"@vitejs/plugin-vue": "^3.1.2",
|
|
"@vitejs/plugin-vue-jsx": "^2.0.1",
|
|
"@vue/babel-plugin-jsx": "^1.0.7",
|
|
"@vue/cli-plugin-babel": "^4.5.13",
|
|
"@vue/cli-service": "^4.5.3",
|
|
"@vue/compiler-sfc": "^3.0.11",
|
|
"babel-eslint": "^10.1.0",
|
|
"chalk": "^4.1.2",
|
|
"codemirror": "^6.65.7",
|
|
"commander": "^6.0.0",
|
|
"commitizen": "^4.1.2",
|
|
"cross-env": "^7.0.2",
|
|
"css-loader": "^4.2.1",
|
|
"cssnano": "^5.1.13",
|
|
"cssnano-preset-advanced": "^5.3.8",
|
|
"cz-conventional-changelog": "^3.2.0",
|
|
"cz-customizable": "^6.3.0",
|
|
"dayjs": "^1.10.7",
|
|
"eslint": "^7.7.0",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"esno": "^0.9.1",
|
|
"execa": "^5.1.1",
|
|
"fast-glob": "^3.2.7",
|
|
"figlet": "^1.5.0",
|
|
"fs-extra": "^10.0.0",
|
|
"gulp": "^4.0.2",
|
|
"html-webpack-plugin": "^4.3.0",
|
|
"humps": "^2.0.1",
|
|
"husky": "^4.2.5",
|
|
"javascript-obfuscator": "^4.1.0",
|
|
"jsonlint-mod": "^1.7.6",
|
|
"lint-staged": "^10.2.11",
|
|
"npm-run-all": "^4.1.5",
|
|
"ora": "^5.0.0",
|
|
"postcss": "^8.4.17",
|
|
"rimraf": "^3.0.2",
|
|
"rollup-plugin-visualizer": "^5.8.2",
|
|
"shelljs": "^0.8.4",
|
|
"stringify-author": "^0.1.3",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.4.3",
|
|
"unplugin-auto-import": "^0.17.6",
|
|
"unplugin-preprocessor-directives": "^1.0.3",
|
|
"unplugin-vue-components": "^0.27.0",
|
|
"vite": "^3.1.4",
|
|
"vite-plugin-banner": "^0.5.0",
|
|
"vite-plugin-css-injected-by-js": "^2.1.0",
|
|
"vite-plugin-javascript-obfuscator": "^3.1.0",
|
|
"vue": "^3.1.5",
|
|
"vue-loader": "^15.9.3",
|
|
"vue-style-loader": "^4.1.2",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-customizable"
|
|
}
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue}": [
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@form-create/ant-design-vue": "^3.2.12",
|
|
"@form-create/component-antdv-upload": "^3.2.13",
|
|
"@form-create/component-wangeditor": "^3.1",
|
|
"@form-create/utils": "^3.1.23",
|
|
"@form-create/vant": "^3.2.8",
|
|
"ant-design-vue": "4.x",
|
|
"js-beautify": "^1.15.1",
|
|
"jsbarcode": "^3.11.6",
|
|
"loadjs": "^4.3.0",
|
|
"qr-code-styling": "^1.9.1",
|
|
"signature_pad": "^5.0.4",
|
|
"snowflake-id": "^1.1.0",
|
|
"vant": "^4",
|
|
"vuedraggable": "4.1.0"
|
|
}
|
|
}
|