/
XPLAY
/
Sonara
Обзор
Документация
Войти
/
XPLAY
/
Sonara
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/motion-dom/package.json
40 строк
1 KB
XPLAY
First commit
06 июл 2026, 13:21
06 июл 2026, 13:21
00a7d42
Код
Авторство
О чём код?
{ "name": "motion-dom", "version": "12.42.0", "author": "Matt Perry", "license": "MIT", "repository": "https://github.com/motiondivision/motion", "main": "./dist/cjs/index.js", "types": "./dist/index.d.ts", "module": "./dist/es/index.mjs", "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/cjs/index.js", "import": "./dist/es/index.mjs", "default": "./dist/cjs/index.js" } }, "dependencies": { "motion-utils": "^12.39.0" }, "scripts": { "clean": "rm -rf types dist lib", "build": "yarn clean && tsc -p . && rollup -c && node ./scripts/check-bundle.js", "dev": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --config --watch --no-watch.clearScreen\"", "test": "jest --config jest.config.json --max-workers=2", "measure": "rollup -c ./rollup.size.config.mjs" }, "bundlesize": [ { "path": "./dist/size-rollup-style-effect.js", "maxSize": "2.9 kB" }, { "path": "./dist/size-rollup-motion-value.js", "maxSize": "1.8 kB" } ], "gitHead": "9c841455973b280c7989befd6dc918da0246a7fa" }