UNPKG

@ampush/centaurus

Version:

Centaurus, is an Ampush repository designed to house common UI components, JS classes, templates and API methods in a central place that can be imported and reused across other Ampush partner repositories as needed.

94 lines (93 loc) 3.05 kB
{ "author": "Ampush", "bugs": { "url": "https://github.com/ampush/centaurus/issues" }, "dependencies": { "axios": "^0.21.0", "lodash": "^4.17.20", "shopify-buy": "^2.11.0" }, "description": "Centaurus, is an Ampush repository designed to house common UI components, JS classes, templates and API methods in a central place that can be imported and reused across other Ampush partner repositories as needed.", "devDependencies": { "@ampush/ce-webpack": "^3.2.5", "@babel/preset-react": "^7.12.5", "@babel/preset-typescript": "^7.12.1", "@commitlint/config-conventional": "^11.0.0", "@rollup/plugin-node-resolve": "^10.0.0", "@rollup/plugin-typescript": "^6.1.0", "@storybook/addon-actions": "^6.0.28", "@storybook/addon-info": "^5.3.21", "@storybook/addon-knobs": "^6.0.28", "@storybook/react": "^6.0.28", "@types/core-js": "^2.5.4", "@types/jest": "^26.0.15", "@types/lodash": "^4.14.165", "@types/node": "^14.14.7", "@types/node-sass": "^4.11.1", "@types/react": "^16.9.56", "@types/react-dom": "^16.9.9", "@types/shopify-buy": "^2.10.3", "@types/styled-components": "^5.1.3", "@types/webpack": "^4.41.25", "@types/webpack-dev-server": "^3.11.1", "@types/webpack-env": "^1.15.3", "@typescript-eslint/eslint-plugin": "^4.8.1", "@typescript-eslint/parser": "^4.8.1", "awesome-typescript-loader": "^5.2.1", "commitlint": "^11.0.0", "docz": "^2.3.1", "docz-theme-default": "^1.2.0", "html-loader": "^1.3.2", "husky": "^4.3.0", "react-docgen-typescript-loader": "^3.7.2", "react-docgen-typescript-webpack-plugin": "^1.1.0", "react-dom": "^17.0.1", "rollup": "^2.33.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-typescript3": "^1.1.2", "semantic-release": "^17.2.3", "storybook-addon-jsx": "^7.3.4", "styled-components": "^5.2.1", "ts-jest": "^26.4.4", "ts-loader": "^8.0.11", "typescript": "^4.0.5", "vanilla-lazyload": "^17.1.3" }, "homepage": "https://github.com/ampush/centaurus#readme", "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "keywords": [ "centaurus", "ce", "shared", "components" ], "license": "MIT", "name": "@ampush/centaurus", "publishConfig": { "registry": "https://registry.npmjs.org/", "tag": "latest" }, "repository": { "access": "restricted", "url": "git://github.com/ampush/centaurus.git" }, "scripts": { "prebuild:prod": "rm -rf dist", "build:prod": "rollup --config --environment BUILD:production", "cleanup": "rm -rf node_modules; rm -rf .docz; rm -rf build; rm -rf dist; yarn install", "docz:build": "docz build", "docz:dev": "docz dev", "lint-js": "eslint .", "start": "ce-webpack --init webpack/config.js --serve", "storybook": "start-storybook -p 9001", "test": "jest --watchAll" }, "sideEffects": false, "version": "1.6.2" }