Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/@motionone/generators/package.json

{
  "name": "@motionone/generators",
  "version": "10.14.0",
  "description": "A collection of animation generators.",
  "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\"",
    "measure": "bundlesize"
  },
  "dependencies": {
    "@motionone/types": "^10.14.0",
    "@motionone/utils": "^10.14.0",
    "tslib": "^2.3.1"
  },
  "bundlesize": [
    {
      "path": "./dist/size-glide.js",
      "maxSize": "0.9 kB"
    },
    {
      "path": "./dist/size-spring.js",
      "maxSize": "0.5 kB"
    }
  ],
  "gitHead": "4c59ce9e5539899722427bd00f857dc80f29fc09"
}
Back to Directory File Manager