| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "@douyinfe/semi-animation-styled",
- "version": "2.1.3",
- "description": "semi styled animation",
- "keywords": [
- "semi",
- "styled",
- "animation"
- ],
- "homepage": "",
- "license": "MIT",
- "main": "lib/cjs/index.js",
- "module": "lib/es/index.js",
- "typings": "lib/es/index.d.ts",
- "directories": {
- "lib": "lib",
- "test": "__tests__"
- },
- "files": [
- "lib",
- "README.md"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/DouyinFE/semi-design"
- },
- "scripts": {
- "test": "echo \"Error: run tests from root\" && exit 1",
- "build:lib": "node scripts/compileLib",
- "prepublishOnly": "npm run build:lib"
- },
- "dependencies": {
- "@babel/runtime-corejs3": "^7.15.4"
- },
- "devDependencies": {
- "@babel/plugin-proposal-decorators": "^7.15.8",
- "@babel/plugin-transform-runtime": "^7.15.8",
- "@babel/preset-env": "^7.15.8",
- "del": "^6.0.0",
- "gulp": "^4.0.2",
- "gulp-babel": "^8.0.0",
- "gulp-typescript": "^6.0.0-alpha.1",
- "merge2": "^1.4.1"
- },
- "gitHead": "5344f767711f1677a6113bc7fc38d1853bcc7f5a"
- }
|