package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "@douyinfe/semi-animation-react",
  3. "version": "2.78.0",
  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/cjs/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. "@douyinfe/semi-animation": "2.78.0",
  29. "@douyinfe/semi-animation-styled": "2.78.0",
  30. "classnames": "^2.2.6"
  31. },
  32. "devDependencies": {
  33. "@babel/preset-env": "^7.15.8",
  34. "@babel/preset-react": "^7.14.5",
  35. "@vx/gradient": "0.0.199",
  36. "del": "^6.0.0",
  37. "flubber": "^0.4.2",
  38. "gulp": "^4.0.2",
  39. "gulp-babel": "^8.0.0",
  40. "gulp-typescript": "^6.0.0-alpha.1",
  41. "merge2": "^1.4.1",
  42. "prop-types": "^15.7.2",
  43. "react-storybook-addon-props-combinations": "^1.1.0"
  44. },
  45. "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
  46. }