UNPKG

merchi_product_form

Version:
102 lines (101 loc) 3.08 kB
{ "name": "merchi_product_form", "version": "1.2.8", "description": "A React component for Merchi product forms", "main": "lib/index.js", "module": "src/index.tsx", "types": "lib/index.d.ts", "scripts": { "build": "babel src --out-dir lib --extensions .ts,.tsx --source-maps inline --verbose --copy-files && yarn copy-assets && yarn compile-sass", "copy-assets": "copyfiles -u 1 src/**/*.png lib", "compile-sass": "sass src/styles/globals.scss lib/styles/globals.css", "start": "react-scripts start", "test": "react-scripts test", "eject": "react-scripts eject" }, "repository": { "type": "git", "url": "git+https://github.com/merchisdk/merchi_product_form.git" }, "keywords": [ "react", "merchi", "product", "form", "component", "merch", "merchandise", "library" ], "author": "Merchi SDK <james@merchi.co>", "license": "MIT", "bugs": { "url": "https://github.com/merchisdk/merchi_product_form/issues" }, "homepage": "https://github.com/merchisdk/merchi_product_form#readme", "files": [ "lib" ], "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@babel/cli": "^7.23.0", "@babel/core": "^7.23.0", "@babel/plugin-transform-react-jsx": "^7.22.15", "@babel/plugin-transform-runtime": "^7.23.3", "@babel/preset-env": "^7.23.3", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@types/lodash": "^4.14.199", "@types/node": "20.5.0", "@types/react": "18.2.20", "@types/react-dom": "18.2.7", "@types/uuid": "^9.0.5", "compile-sass": "^2.0.0", "copyfiles": "^2.4.1", "eslint": "8.47.0", "eslint-config-next": "13.4.16", "sass": "^1.70.0", "typescript": "^5.1.6" }, "dependencies": { "@draft-js-plugins/alignment": "^5.0.3", "@draft-js-plugins/drag-n-drop": "^4.2.3", "@draft-js-plugins/editor": "^4.1.3", "@draft-js-plugins/focus": "^4.1.4", "@draft-js-plugins/image": "^4.1.4", "@draft-js-plugins/resizeable": "^5.0.4", "@draft-js-plugins/text-alignment": "^2.0.1", "@draft-js-plugins/video": "^4.1.2", "@fortawesome/fontawesome-free": "^6.4.2", "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", "@types/draft-js": "^0.11.4", "draft-js": "^0.11.7", "lodash": "^4.17.21", "merchi_sdk_ts": "^1.0.70", "moment-timezone": "^0.5.45", "react": "^18.0.0", "react-country-region-selector": "^3.6.1", "react-dom": "^18.0.0", "react-dropzone": "^14.2.3", "react-geosuggest": "^2.14.1", "react-hook-form": "^7.45.4", "react-icons": "^4.10.1", "react-medium-image-zoom": "^5.1.8", "react-tooltip": "^5.23.0", "react-transition": "^1.0.3", "react-transition-group": "^4.4.5", "sass": "^1.66.1", "uuid": "^9.0.0" }, "overrides": { "react-geosuggest": { "react": "18.2.0", "react-dom": "18.2.0" } } }