package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "@douyinfe/semi-animation-react",
  3. "version": "2.0.2",
  4. "description": "motion library for semi-ui-react",
  5. "keywords": [
  6. "motion",
  7. "react",
  8. "semi-ui"
  9. ],
  10. "files": [
  11. "lib",
  12. "README.md"
  13. ],
  14. "license": "MIT",
  15. "main": "lib/es/index.js",
  16. "module": "lib/es/index.js",
  17. "typings": "lib/es/index.d.ts",
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/DouyinFE/semi-design"
  21. },
  22. "scripts": {
  23. "test": "echo \"Error: run tests from root\" && exit 1",
  24. "build:lib": "node scripts/compileLib",
  25. "prepublishOnly": "npm run build:lib"
  26. },
  27. "dependencies": {
  28. "@babel/runtime-corejs3": "^7.15.4",
  29. "@douyinfe/semi-animation": "2.0.2",
  30. "@douyinfe/semi-animation-styled": "2.0.2",
  31. "classnames": "^2.2.6"
  32. },
  33. "peerDependencies": {
  34. "prop-types": "15.7.2",
  35. "react": ">=16.0.0",
  36. "react-dom": ">=16.0.1"
  37. },
  38. "devDependencies": {
  39. "@babel/plugin-proposal-decorators": "^7.15.8",
  40. "@babel/plugin-transform-runtime": "^7.15.8",
  41. "@babel/preset-env": "^7.15.8",
  42. "@babel/preset-react": "^7.14.5",
  43. "@storybook/addon-knobs": "^6.3.1",
  44. "@vx/gradient": "0.0.199",
  45. "del": "^6.0.0",
  46. "flubber": "^0.4.2",
  47. "gulp": "^4.0.2",
  48. "gulp-babel": "^8.0.0",
  49. "gulp-typescript": "^6.0.0-alpha.1",
  50. "merge2": "^1.4.1",
  51. "prop-types": "15.7.2",
  52. "react-storybook-addon-props-combinations": "^1.1.0"
  53. },
  54. "gitHead": "5344f767711f1677a6113bc7fc38d1853bcc7f5a"
  55. }