package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "@douyinfe/semi-animation",
  3. "version": "2.87.0-beta.0",
  4. "description": "animation base library for semi-ui",
  5. "keywords": [
  6. "animation",
  7. "semi"
  8. ],
  9. "homepage": "",
  10. "license": "MIT",
  11. "main": "lib/cjs/index.js",
  12. "module": "lib/es/index.js",
  13. "typings": "lib/es/index.d.ts",
  14. "directories": {
  15. "lib": "lib",
  16. "test": "__tests__"
  17. },
  18. "files": [
  19. "lib",
  20. "docs",
  21. "README.md"
  22. ],
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/DouyinFE/semi-design"
  26. },
  27. "scripts": {
  28. "test": "echo \"Error: run tests from root\" && exit 1",
  29. "build:lib": "node scripts/compileLib",
  30. "prepublishOnly": "npm run build:lib"
  31. },
  32. "dependencies": {
  33. "bezier-easing": "^2.1.0"
  34. },
  35. "devDependencies": {
  36. "@babel/plugin-transform-runtime": "^7.15.8",
  37. "@babel/preset-env": "^7.15.8",
  38. "del": "^6.0.0",
  39. "gulp": "^4.0.2",
  40. "gulp-babel": "^8.0.0",
  41. "gulp-typescript": "^6.0.0-alpha.1",
  42. "merge2": "^1.4.1",
  43. "react-storybook-addon-props-combinations": "^1.1.0"
  44. },
  45. "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
  46. }