72 lines
1.9 KiB
JSON
72 lines
1.9 KiB
JSON
{
|
|
"version": "9.0.17",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup src/index.ts",
|
|
"prepare": "cross-env NODE_ENV=production yarn run build",
|
|
"storybook": "start-storybook -p 6006 -s public",
|
|
"build-storybook": "build-storybook",
|
|
"test": "echo \"Tests disabled temporarily\""
|
|
},
|
|
"peerDependencies": {
|
|
"@medusajs/medusa": "^1.17.2",
|
|
"@tanstack/react-query": "^4.22.0",
|
|
"react": "^16.8 || ^17.0 || ^18.0",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.0"
|
|
},
|
|
"name": "medusa-react",
|
|
"author": "Zakaria S. El Asri",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@medusajs/medusa": "^1.20.5",
|
|
"@storybook/addon-essentials": "^6.3.12",
|
|
"@storybook/addon-links": "^6.3.12",
|
|
"@storybook/addons": "^6.3.12",
|
|
"@storybook/react": "^6.3.12",
|
|
"@tanstack/react-query": "4.22.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/react-hooks": "^8.0.1",
|
|
"@types/jest": "^27.0.3",
|
|
"@types/react": "^17.0.53",
|
|
"@types/react-dom": "^17.0.18",
|
|
"axios": "^0.24.0",
|
|
"babel-loader": "^8.2.3",
|
|
"cross-env": "^5.2.1",
|
|
"jest": "^29.4.1",
|
|
"jest-environment-jsdom": "^29.4.1",
|
|
"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",
|
|
"ts-jest": "^29.0.5",
|
|
"tslib": "^2.3.1",
|
|
"tsup": "6.7.0"
|
|
},
|
|
"dependencies": {
|
|
"@medusajs/medusa-js": "*"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": "public"
|
|
},
|
|
"gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e"
|
|
}
|