holographic-sticker
Version:
A React component library for creating holographic sticker effects
56 lines (55 loc) • 1.35 kB
JSON
{
"name": "holographic-sticker",
"version": "1.0.4",
"type": "module",
"description": "A React component library for creating holographic sticker effects",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/types.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "rollup -c",
"build:watch": "rollup -c -w",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build",
"test": "echo \"No tests yet\" && exit 0"
},
"keywords": [
"react",
"holographic",
"sticker",
"3d",
"ui",
"components",
"holographic",
"card",
"effects"
],
"author": "Lawted Wu",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/LAWTED/holographic-sticker.git"
},
"homepage": "https://github.com/LAWTED/holographic-sticker#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.9.6",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^5.3.3"
}
}