All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

There is a newer version: 10.17.0
Show newest version
{
  "name": "@motionone/utils",
  "version": "10.12.0",
  "description": "A collection of utility functions for animations.",
  "license": "MIT",
  "author": "Matt Perry",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "types": "types/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "rm -rf lib dist types && tsc -p . && rollup -c",
    "test": "jest --coverage --config jest.config.js",
    "dev": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --c --watch --no-watch.clearScreen\""
  },
  "dependencies": {
    "@motionone/types": "^10.12.0",
    "hey-listen": "^1.0.8",
    "tslib": "^2.3.1"
  },
  "gitHead": "8a0f5fb27079e6306357f038b938a2a9f6d88c33"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy