@heymantle/polaris
Version:
Mantle's frontend component library
74 lines (73 loc) • 1.99 kB
JSON
{
"name": "@heymantle/polaris",
"description": "Mantle's frontend component library",
"version": "13.0.1",
"private": false,
"license": "MIT",
"author": "Mantle <josh@heymantle.com>",
"homepage": "https://heymantle.com/docs",
"repository": "https://github.com/Hey-Mantle/polaris",
"bugs": {
"url": "https://github.com/Hey-Mantle/polaris/issues"
},
"engines": {
"node": "^16.17.0 || >=18.12.0"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build": "NODE_ENV=production vite build && npx tsc",
"test": "exit 0",
"build-and-publish": "npm install && npm run build && npx tsc && npm publish"
},
"keywords": [
"mantle",
"shopify",
"stripe",
"saas",
"billing",
"payments",
"features"
],
"devDependencies": {
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@shopify/polaris": "^13.9.5",
"@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",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.12.0",
"rollup-plugin-node-externals": "^5.1.0",
"storybook": "^7.5.2",
"typescript": "^5.4.3",
"vite": "^4.5.0"
},
"peerDependencies": {
"@shopify/polaris": "^13.0.0",
"react": "^18.2.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@heymantle/react": "^0.0.56",
"@shopify/polaris-icons": "^8.1.0",
"dayjs": "^1.11.10"
},
"publishConfig": {
"@heymantle:registry": "https://registry.npmjs.org/",
"access": "public"
}
}