UNPKG

@toutix/whitelabel

Version:

Toutix whitelabel React container components

73 lines (72 loc) 1.99 kB
{ "name": "@toutix/whitelabel", "version": "1.0.1", "description": "Toutix whitelabel React container components", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "style": "dist/index.css", "sideEffects": [ "*.css" ], "files": [ "dist", "toutix-whitelabel.css", "README.md", "./LICENSE.txt" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "clean": "rm -rf dist" }, "keywords": [ "react", "events", "container", "whitelabel", "toutix" ], "author": "Toutix", "license": "Whitelabel Use Only – Source Restricted License", "peerDependencies": { "next": ">=13.0.0", "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "@babel/core": "^7.28.4", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@rollup/plugin-alias": "^5.1.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.8", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.3.1", "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-typescript": "^11.1.6", "@rollup/plugin-url": "^8.0.2", "@rollup/plugin-virtual": "^3.0.2", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "autoprefixer": "^10.4.16", "postcss": "^8.4.32", "postcss-import": "^16.0.0", "react-apple-signin-auth": "^1.1.2", "react-phone-number-input": "^3.4.12", "rollup": "^4.9.0", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-polyfill-node": "^0.13.0", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-preserve-directives": "^0.4.0", "tailwindcss": "^3.3.6", "tailwindcss-animate": "^1.0.7", "typescript": "^5.0.0" }, "repository": { "type": "git", "url": "https://github.com/toutix/toutix-web-v2.git", "directory": "packages/toutix-whitelabel" } }