fabric-v6-guideline
Version:
- Help you easily append guidelines to your canvas for the selected objects. It help you easily aligning to your object with the others. And Auto snap when the object moved to the center line of the canvas
59 lines (58 loc) • 1.35 kB
JSON
{
"name": "fabric-v6-guideline",
"author": "yawai",
"version": "0.0.9",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/yawaiaung-devops/fabric-guideline-v6"
},
"type": "module",
"keywords": [
"fabric",
"guideline",
"fabric-guideline-v6"
],
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"publish": "pnpm run build && npm publish --access public"
},
"exports": {
".": {
"import": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs.js"
}
},
"dependencies": {
"fabric": "^6.6.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"vite-plugin-dts": "^4.5.4"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0",
"vite": "^6.1.0"
},
"peerDependencies": {
"fabric": "^6.6.5"
}
}