@longears-mobile/rcs-client-mockup
Version:
A React smartphone preview components for RCS client mockups.
59 lines (58 loc) • 1.64 kB
JSON
{
"name": "@longears-mobile/rcs-client-mockup",
"version": "1.0.4",
"description": "A React smartphone preview components for RCS client mockups.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"develop": "npm run build && npm link",
"prepare": "npm run build",
"publish": "npm publish --access public"
},
"dependencies": {
"lucide-react": "^0.513.0"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^8.3.2",
"@tailwindcss/postcss": "^4.0.7",
"@types/react": "^19.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.2",
"rollup": "^2.75.6",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^4.0.7",
"tslib": "^2.4.0",
"typescript": "^4.7.3"
},
"author": "GIP Ventures",
"license": "MIT",
"keywords": [
"react",
"smartphone",
"mockup",
"rcs",
"messaging",
"ui",
"mobile"
],
"repository": {
"type": "git",
"url": "https://github.com/gip-ventures/rcs-client-mockup"
},
"homepage": "https://longears.mobi/"
}