podesigner-sdk
Version:
专业设计器SDK - 完整的图片编辑、文字添加、图层管理解决方案
78 lines (77 loc) • 1.93 kB
JSON
{
"name": "podesigner-sdk",
"version": "1.0.3",
"description": "专业设计器SDK - 完整的图片编辑、文字添加、图层管理解决方案",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./style.css": "./dist/sdk.css"
},
"keywords": [
"design",
"editor",
"canvas",
"vue",
"leafer",
"sdk",
"image-editor",
"text-editor",
"design-tools"
],
"author": "PoDesigner Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/podesigner/sdk.git"
},
"homepage": "https://github.com/podesigner/sdk#readme",
"bugs": {
"url": "https://github.com/podesigner/sdk/issues"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"test": "vitest",
"prepublishOnly": "npm run build",
"publish:npm": "npm publish --access public",
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"version:major": "npm version major"
},
"dependencies": {
"podesigner-core": "file:../core",
"@leafer-in/flow": "1.6.2",
"@leafer-ui/interface": "1.6.2",
"leafer-editor": "1.6.2",
"leafer-x-guide-line": "file:../../libs/leafer-x-guide-line-1.2.1.tgz",
"leafer-x-ruler": "^2.0.0",
"pixi.js-legacy": "^7.4.3",
"lodash": "^4.17.21",
"number-precision": "^1.6.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/lodash": "^4.17.10",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.2.4",
"typescript": "~5.8.3",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.8"
},
"peerDependencies": {
"vue": "^3.5.0"
}
}