Blame view

天文台pc/tianwentai-ui/node_modules/motion-dom/package.json 1.31 KB
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
  {
      "name": "motion-dom",
      "version": "12.38.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.36.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": "0bfc9fe015f7170c538ca70ba4677ec59d83ee76"
  }