@douyinfe/semi-animation-styled
Version:
semi styled animation
44 lines (43 loc) • 1.17 kB
JSON
{
"name": "@douyinfe/semi-animation-styled",
"version": "2.99.2",
"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 -tag node",
"prepublishOnly": "npm run build:lib"
},
"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": "59e8cd9364e406b5097b86455646171863e10466"
}