merchi_product_editor
Version:
A React component for editing product images using Fabric.js
59 lines (58 loc) • 1.61 kB
JSON
{
"name": "merchi_product_editor",
"version": "0.1.9",
"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",
"@types/react-color": "^3.0.13",
"@types/react-select": "^5.0.1",
"ag-psd": "^28.0.1",
"fabric": "^5.5.1",
"framer-motion": "^12.6.3",
"grommet-icons": "^4.12.4",
"lodash": "^4.17.21",
"psd.js": "^3.9.1",
"react-color": "^2.19.3",
"react-hook-form": "^7.56.1",
"react-icons": "^5.5.0",
"react-select": "^5.10.1",
"uuid": "^11.1.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"
}
}