eff-anim
Version:
Librería de efectos y animaciones con React
57 lines (56 loc) • 1.56 kB
JSON
{
"name": "eff-anim",
"private": false,
"version": "2.0.1",
"description": "Librería de efectos y animaciones con React",
"author": "Dariomvg",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"license": "ISC",
"homepage": "https://github.com/dariomvg/kit-elements/tree/master/eff-anim",
"repository": {
"type": "git",
"url": "git+https://github.com/dariomvg/kit-elements/tree/master/eff-anim"
},
"keywords": [
"react",
"typescript",
"effect",
"animations",
"kit-elements"
],
"scripts": {
"dev": "vite",
"rollup": "rollup -c --bundleConfigAsCjs",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"peerDependencies": {
"react": ">=18.3.1",
"react-dom": ">=18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.8.1",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10"
}
}