- gatsby-source-medusa@0.0.46 - @medusajs/medusa-cli@1.1.26 - medusa-file-minio@1.0.3 - medusa-file-s3@1.0.11 - medusa-file-spaces@1.1.36 - @medusajs/medusa-js@1.0.9 - medusa-payment-adyen@1.1.38 - medusa-payment-klarna@1.1.38 - medusa-payment-manual@1.0.15 - medusa-payment-paypal@1.0.37 - medusa-payment-stripe@1.1.37 - medusa-plugin-add-ons@1.1.36 - medusa-plugin-brightpearl@1.1.42 - medusa-plugin-contentful@1.1.39 - medusa-plugin-economic@1.1.36 - medusa-plugin-mailchimp@1.1.36 - medusa-plugin-permissions@1.1.36 - medusa-plugin-restock-notification@0.0.29 - medusa-plugin-segment@1.1.39 - medusa-plugin-sendgrid@1.1.37 - medusa-plugin-slack-notification@1.1.36 - medusa-plugin-twilio-sms@1.1.36 - medusa-plugin-wishlist@1.1.36 - medusa-react@0.1.2 - medusa-source-shopify@1.0.2 - medusa-test-utils@1.1.36 - @medusajs/medusa@1.1.61
104 lines
2.6 KiB
JSON
104 lines
2.6 KiB
JSON
{
|
|
"version": "0.1.2",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"scripts": {
|
|
"start": "tsdx watch",
|
|
"build": "tsdx build",
|
|
"test": "tsdx test --passWithNoTests",
|
|
"lint": "tsdx lint",
|
|
"prepare": "tsdx build",
|
|
"size": "size-limit",
|
|
"analyze": "size-limit --why",
|
|
"storybook": "start-storybook -p 6006 -s public",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16",
|
|
"react-query": ">= 3.29.0"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "tsdx lint"
|
|
}
|
|
},
|
|
"prettier": {
|
|
"endOfLine": "lf",
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5"
|
|
},
|
|
"name": "medusa-react",
|
|
"author": "Zakaria S. El Asri",
|
|
"module": "dist/medusa-react.esm.js",
|
|
"size-limit": [
|
|
{
|
|
"path": "dist/medusa-react.cjs.production.min.js",
|
|
"limit": "10 KB"
|
|
},
|
|
{
|
|
"path": "dist/medusa-react.esm.js",
|
|
"limit": "10 KB"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@size-limit/preset-small-lib": "^6.0.4",
|
|
"@storybook/addon-contexts": "^5.3.21",
|
|
"@storybook/addon-essentials": "^6.3.12",
|
|
"@storybook/addon-info": "^5.3.21",
|
|
"@storybook/addon-links": "^6.3.12",
|
|
"@storybook/addons": "^6.3.12",
|
|
"@storybook/react": "^6.3.12",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/react-hooks": "^7.0.2",
|
|
"@types/lodash": "^4.14.177",
|
|
"@types/react": "^17.0.33",
|
|
"@types/react-dom": "^17.0.10",
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
"axios": "^0.24.0",
|
|
"babel-loader": "^8.2.3",
|
|
"eslint-config-react-app": "^6.0.0",
|
|
"eslint-plugin-prettier": "3.4.1",
|
|
"husky": "^7.0.4",
|
|
"msw": "^0.35.0",
|
|
"msw-storybook-addon": "^1.5.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-is": "^17.0.2",
|
|
"react-json-view": "^1.21.3",
|
|
"size-limit": "^6.0.4",
|
|
"tsdx": "^0.14.1",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.5.2"
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/medusa": "^1.1.61",
|
|
"@medusajs/medusa-js": "^1.0.9",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
"react-query": "^3.31.0"
|
|
},
|
|
"resolutions": {
|
|
"**/@typescript-eslint/eslint-plugin": "^4.11.1",
|
|
"**/@typescript-eslint/parser": "^4.11.1",
|
|
"**/jest": "^26.6.3",
|
|
"**/ts-jest": "^26.4.4",
|
|
"**/typescript": "^4.1.3"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": "public"
|
|
},
|
|
"gitHead": "3bbd1e8507e00bc471de6ae3c30207999a4a4011"
|
|
}
|