@cmdjs/material-ripple-effects
Version:
Material Design Ripple Effects
40 lines (39 loc) • 987 B
JSON
{
"name": "@cmdjs/material-ripple-effects",
"version": "1.0.3",
"description": "Material Design Ripple Effects",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codemundee/material-ripple-effects.git"
},
"keywords": [
"material design",
"ripple effect",
"material-ripple",
"ripple"
],
"author": "Code Mun Dee",
"license": "MIT",
"bugs": {
"url": "https://github.com/codemundee/material-ripple-effects/issues"
},
"homepage": "https://github.com/codemundee/material-ripple-effects#readme",
"devDependencies": {
"@types/node": "^20.14.11",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vite-plugin-dts": "4.0.0-beta.1"
}
}