package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "@douyinfe/semi-animation-styled",
  3. "version": "2.1.3",
  4. "description": "semi styled animation",
  5. "keywords": [
  6. "semi",
  7. "styled",
  8. "animation"
  9. ],
  10. "homepage": "",
  11. "license": "MIT",
  12. "main": "lib/cjs/index.js",
  13. "module": "lib/es/index.js",
  14. "typings": "lib/es/index.d.ts",
  15. "directories": {
  16. "lib": "lib",
  17. "test": "__tests__"
  18. },
  19. "files": [
  20. "lib",
  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. "@babel/runtime-corejs3": "^7.15.4"
  34. },
  35. "devDependencies": {
  36. "@babel/plugin-proposal-decorators": "^7.15.8",
  37. "@babel/plugin-transform-runtime": "^7.15.8",
  38. "@babel/preset-env": "^7.15.8",
  39. "del": "^6.0.0",
  40. "gulp": "^4.0.2",
  41. "gulp-babel": "^8.0.0",
  42. "gulp-typescript": "^6.0.0-alpha.1",
  43. "merge2": "^1.4.1"
  44. },
  45. "gitHead": "5344f767711f1677a6113bc7fc38d1853bcc7f5a"
  46. }