UNPKG

@retentful/core

Version:

This is the button widget that you import into the app

65 lines (64 loc) 1.84 kB
{ "name": "@retentful/core", "version": "0.1.45", "main": "dist/bundle.js", "scripts": { "prepublishOnly": "npm version patch", "build": "rollup --environment REACT_APP_API_URL:http://localhost:8787 -c -w", "test": "echo \"Error: no test specified\" && exit 1" }, "type": "module", "author": "", "license": "ISC", "devDependencies": { "@babel/core": "^7.23.0", "@babel/preset-env": "^7.22.20", "@babel/preset-react": "^7.22.15", "@fullhuman/postcss-purgecss": "^5.0.0", "@retentful/retentful": "^0.1.0", "@rollup/plugin-json": "^6.0.1", "@rollup/plugin-node-resolve": "^15.2.1", "@types/react": "^18.2.24", "autoprefixer": "^10.4.16", "babel-loader": "^8.3.0", "babel-plugin-syntax-dynamic-import": "^6.18.0", "i": "^0.3.7", "install": "^0.13.0", "npm": "^10.2.3", "postcss": "^8.4.31", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^3.29.4", "rollup-plugin-async": "^1.2.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-dts": "^6.0.2", "rollup-plugin-generate-package-json": "^3.2.0", "rollup-plugin-import-css": "^3.3.4", "rollup-plugin-inject-process-env": "^1.3.1", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-purgecss": "^5.0.0", "rollup-plugin-styles": "^4.0.0", "rollup-plugin-typescript2": "^0.36.0", "tslib": "^2.6.2", "typescript": "^5.2.2" }, "dependencies": { "@retentful/core": "^0.1.0", "@svgr/webpack": "^8.1.0", "axios": "^1.6.0", "react-click-away-listener": "^2.2.3", "tailwindcss": "^3.3.3" }, "directories": { "example": "example" }, "keywords": [ "churn", "retention", "app", "saas" ], "description": "" }