UNPKG

kinetic-components

Version:

Use CSS animations or your favorite JS animation library to animate a single React component or orchestrate animations amongst a collection of React components.

96 lines (95 loc) 3.49 kB
{ "name": "kinetic-components", "version": "0.4.1", "description": "Use CSS animations or your favorite JS animation library to animate a single React component or orchestrate animations amongst a collection of React components.", "main": "./dist/index.cjs.js", "module": "./dist/index.es.js", "browser": "./dist/index.js", "types": "./dist/src/index.d.ts", "files": [ "dist" ], "keywords": [ "animation", "animations", "animatable", "orchestration", "react", "component", "predicate animation", "animejs", "css animations", "animate.style", "sync", "router primitives" ], "scripts": { "app:start": "parcel app/index.html --out-dir build_app --no-cache --no-autoinstall", "app:build": "parcel build app/index.html --out-dir docs --no-autoinstall --no-source-maps --public-url ./ ", "clean": "rimraf dist tmp docs build_app", "build": "npm run clean && npm run pkg:build && npm run app:build", "pkg:build": "rollup -c", "pkg:build:watch": "rollup -cw", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "prettier:fix": "prettier \"{src,app}/**/*\" --write", "prettier:check": "prettier \"{src,app}/**/*\" --check", "type-check": "tsc --noEmit", "test": "jest --passWithNoTests", "all-ci": "npm run test && npm run lint && npm run prettier:check && npm run type-check && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/erhathaway/kinetic-components.git" }, "author": "Ethan Hathaway", "license": "MIT", "bugs": { "url": "https://github.com/erhathaway/kinetic-components/issues" }, "homepage": "https://github.com/erhathaway/kinetic-components#readme", "devDependencies": { "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@types/animejs": "^3.1.0", "@types/jest": "^25.2.1", "@types/logrocket-react": "^3.0.0", "@types/react": "^16.9.34", "@types/react-dom": "^16.9.5", "@types/react-test-renderer": "^16.9.2", "@types/styled-components": "^5.0.1", "@typescript-eslint/eslint-plugin": "^2.26.0", "@typescript-eslint/parser": "^2.27.0", "animejs": "^3.1.0", "babel-core": "^6.26.3", "babel-plugin-add-react-displayname": "0.0.5", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-jest": "^23.8.2", "eslint-plugin-react": "^7.19.0", "husky": "^4.2.3", "jest": "^25.3.0", "logrocket": "^1.0.7", "logrocket-react": "^4.0.1", "mobx": "^5.15.4", "mobx-react": "^6.2.2", "parcel-bundler": "^1.12.3", "prettier": "^1.18.2", "react-dom": "^16.13.0", "react-highlight.js": "^1.0.7", "react-test-renderer": "^16.13.0", "rimraf": "^3.0.2", "rollup": "^2.0.6", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-external-globals": "^0.5.0", "rollup-plugin-typescript2": "^0.26.0", "rollup-watch": "^4.3.1", "styled-components": "^4.4.1", "ts-jest": "^25.3.0", "typescript": "^3.9.0-beta" }, "dependencies": { "beano": "^0.2.2", "react": "^16.13.1", "react-id-generator": "^3.0.0" } }