{ "name": "@motionone/dom", "version": "10.12.0", "description": "A tiny, performant animation library for the DOM", "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 . && webpack --config webpack.config.js && 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/animation": "^10.12.0", "@motionone/generators": "^10.12.0", "@motionone/types": "^10.12.0", "@motionone/utils": "^10.12.0", "hey-listen": "^1.0.8", "tslib": "^2.3.1" }, "devDependencies": { "@testing-library/dom": "^8.11.1", "@testing-library/jest-dom": "^5.16.1" }, "bundlesize": [ { "path": "./dist/size-animate.js", "maxSize": "3.62 kB" }, { "path": "./dist/size-animate-style.js", "maxSize": "3.2 kB" }, { "path": "./dist/size-timeline.js", "maxSize": "4.55 kB" }, { "path": "./dist/size-spring.js", "maxSize": "1.1 kB" }, { "path": "./dist/size-webpack-animate.js", "maxSize": "3.66 kB" }, { "path": "./dist/size-in-view.js", "maxSize": "0.45 kB" }, { "path": "./dist/size-scroll.js", "maxSize": "2.5 kB" }, { "path": "./dist/size-resize.js", "maxSize": "0.65 kB" } ], "gitHead": "8a0f5fb27079e6306357f038b938a2a9f6d88c33" }