UNPKG

merchi_product_editor

Version:

A React component for editing product images using Fabric.js

51 lines (50 loc) 1.37 kB
{ "name": "merchi_product_editor", "version": "0.1.6", "description": "A React component for editing product images using Fabric.js", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc && copyfiles -u 2 src/styles/*.css dist/styles/", "test": "jest", "lint": "eslint src/**/*.{ts,tsx}", "prepare": "npm run build" }, "keywords": [ "react", "fabric.js", "product-editor", "image-editor" ], "author": "", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.7.2", "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2", "@radix-ui/react-icons": "^1.3.2", "ag-psd": "^28.0.0", "fabric": "^5.5.1", "framer-motion": "^12.6.3", "grommet-icons": "^4.12.4", "react-icons": "^5.5.0" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.0", "@testing-library/react": "^13.0.0", "@types/fabric": "^5.3.10", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "copyfiles": "^2.4.1", "eslint": "^8.0.0", "jest": "^29.0.0", "ts-jest": "^29.0.0", "typescript": "^4.9.0" } }