UNPKG

@proyecto26/animatable-component

Version:
86 lines (85 loc) • 2.21 kB
{ "name": "@proyecto26/animatable-component", "version": "1.1.10", "private": false, "description": "Animate once, use Everywhere! 💫", "author": "Proyecto 26", "homepage": "https://proyecto26.github.io/animatable-component", "main": "dist/index.cjs.js", "module": "dist/index.js", "es2015": "dist/esm/index.js", "es2017": "dist/esm/index.js", "jsnext:main": "dist/esm/index.js", "types": "dist/types/index.d.ts", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "unpkg": "dist/animatable-component/animatable-component.js", "files": [ "dist/", "loader/" ], "scripts": { "build": "stencil build --docs", "start": "stencil build --dev --watch --serve", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll", "generate": "stencil generate", "deploy": "gh-pages -d www", "lint": "eslint src/**/*{.ts,.tsx}" }, "devDependencies": { "typescript": "^4.0.5", "@stencil/core": "^2.2.0", "@stencil/eslint-plugin": "^0.3.1", "@stencil/react-output-target": "^0.0.9", "@typescript-eslint/eslint-plugin": "^4.6.0", "@typescript-eslint/parser": "^4.6.0", "eslint": "^7.12.1", "eslint-plugin-react": "^7.21.5", "gh-pages": "^3.1.0" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/proyecto26/animatable-component.git" }, "bugs": { "url": "https://github.com/proyecto26/animatable-component/issues" }, "keywords": [ "animatable", "component", "stenciljs", "stencil", "angular", "react", "vue", "vanillajs", "pwa", "progressive-web-app", "progressive-web-apps", "progressive web app", "progressive web apps", "web-component", "web-components", "web component", "web components", "animate", "keyframes", "easing", "easing-functions", "easing functions", "animations", "web-animations", "web-animations-api", "web animations", "web animations api", "waapi", "mobile", "desktop", "electron", "gsap", "ux", "user experience" ] }