详细说明: - 添加了V2版本的工作流页面和结果页面 - 更新了Serena记忆文件 - 添加了详细实施计划文档 - 优化了Vite配置 - 更新了项目文档CLAUDE.md - 构建了演示系统的dist版本 - 包含了exhibition-demo的完整依赖
28 lines
909 B
JSON
28 lines
909 B
JSON
{
|
|
"name": "motion-dom",
|
|
"version": "11.18.1",
|
|
"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",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"require": "./dist/cjs/index.js",
|
|
"import": "./dist/es/index.mjs",
|
|
"default": "./dist/cjs/index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"motion-utils": "^11.18.1"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf types dist lib",
|
|
"build": "yarn clean && tsc -p . && rollup -c",
|
|
"dev": "concurrently -c blue,red -n tsc,rollup --kill-others \"tsc --watch -p . --preserveWatchOutput\" \"rollup --config --watch --no-watch.clearScreen\""
|
|
},
|
|
"gitHead": "95d7d7b515c886d195aad906fa4154f075764053"
|
|
}
|