UNPKG

framer-controller

Version:

Control components and state in Framer X with reusable controllers.

48 lines (47 loc) 1.11 kB
{ "name": "framer-controller", "version": "1.8.2", "description": "Control components and state in Framer X with reusable controllers.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "tsc && typedoc && npm run docz", "docz": "npm run build --prefix docz", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/steveruizok/framer-controller.git" }, "keywords": [ "framer", "framer", "x", "react", "overrides" ], "author": "Steve Ruiz", "license": "MIT", "bugs": { "url": "https://github.com/steveruizok/framer-controller/issues" }, "homepage": "https://github.com/steveruizok/framer-controller#readme", "dependencies": { "@types/animejs": "^2.0.2", "@types/react": "^16.8.5", "@types/react-dom": "^16.8.2", "animejs": "^3.0.1", "framer": "^1.0.2", "framer-motion": "^0.16.10" }, "devDependencies": { "eventemitter3": "^3.1.0", "immutable": "^4.0.0-rc.12", "react": "^16.8.3", "react-dom": "^16.8.3", "typescript": "^3.3.3333" } }