merchi_checkout
Version:
Merchi's custom checkout step form
93 lines (92 loc) • 2.79 kB
JSON
{
"name": "merchi_checkout",
"version": "1.0.19",
"description": "Merchi's custom checkout step form",
"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_checkout.git"
},
"keywords": [
"react",
"merchi",
"component",
"merch",
"merchandise",
"library",
"stripe"
],
"author": "Merchi SDK <james@merchi.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/merchisdk/merchi_checkout/issues"
},
"homepage": "https://github.com/merchisdk/merchi_checkout#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": {
"@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",
"@pqina/pintura": "^8.71.1",
"@pqina/react-pintura": "^9.0.3",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"eslint": "8.47.0",
"eslint-config-next": "13.4.16",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"merchi_invoice": "^1.0.0",
"merchi_sdk_ts": "^1.2.0",
"react": "18.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-country-region-selector": "^3.6.1",
"react-dom": "18.2.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-transition": "^1.0.3",
"react-transition-group": "^4.4.5",
"typescript": "5.1.6",
"uuid": "^9.0.0"
}
}