Files
medusa-store/packages/medusa-react/package.json
github-actions[bot] 5d7877ded6 chore: Version Packages (#4223)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-18 13:14:20 +02:00

71 lines
1.8 KiB
JSON

{
"version": "9.0.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./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.12.0",
"@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.12.1",
"@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.5.0"
},
"dependencies": {
"@medusajs/medusa-js": "^6.0.1"
},
"msw": {
"workerDirectory": "public"
},
"gitHead": "cd1f5afa5aa8c0b15ea957008ee19f1d695cbd2e"
}