@heymantle/react
Version:
Mantle's React component library
83 lines (82 loc) • 2.09 kB
JSON
{
"name": "@heymantle/react",
"description": "Mantle's React component library",
"version": "0.0.69",
"private": false,
"license": "MIT",
"author": "Mantle <josh@heymantle.com>",
"homepage": "https://heymantle.com/docs",
"repository": {
"type": "git",
"url": "git+https://github.com/Hey-Mantle/react.git"
},
"bugs": {
"url": "https://github.com/Hey-Mantle/react/issues"
},
"engines": {
"node": "^16.17.0 || >=18.12.0"
},
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build": "tsc && vite build",
"test": "exit 0",
"build-and-publish": "npm install && npm run build && npm publish"
},
"keywords": [
"mantle",
"shopify",
"stripe",
"saas",
"billing",
"payments",
"features"
],
"devDependencies": {
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-interactions": "^7.5.2",
"@storybook/addon-links": "^7.5.2",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.2",
"@storybook/react": "^7.5.2",
"@storybook/react-webpack5": "^7.5.2",
"@storybook/testing-library": "^0.2.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.0.0",
"prop-types": "^15.8.1",
"react": ">16.3",
"rollup": "^3.12.0",
"rollup-plugin-node-externals": "^5.1.0",
"storybook": "^7.5.2",
"typescript": "^5.4.3",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.7.0"
},
"peerDependencies": {
"react": ">16.14"
},
"dependencies": {
"@heymantle/client": "^1.1.70"
},
"publishConfig": {
"@heymantle:registry": "https://registry.npmjs.org/",
"access": "public"
}
}