package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "animate.css@4.1.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "animate.css@4.1.1",
  9. "_id": "animate.css@4.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ==",
  12. "_location": "/animate.css",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "animate.css@4.1.1",
  18. "name": "animate.css",
  19. "escapedName": "animate.css",
  20. "rawSpec": "4.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/animate.css/-/animate.css-4.1.1.tgz",
  28. "_spec": "4.1.1",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "animateConfig": {
  31. "prefix": "animate__"
  32. },
  33. "author": {
  34. "name": "Animate.css"
  35. },
  36. "browserslist": [
  37. "> 3%",
  38. "last 2 versions"
  39. ],
  40. "bugs": {
  41. "url": "https://github.com/animate-css/animate.css/issues"
  42. },
  43. "description": "[![GitHub Version](https://img.shields.io/github/release/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css) [![Github Star](https://img.shields.io/github/stars/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css) [![Github Fork](https://img.shields.io/github/forks/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css) [![License](https://img.shields.io/github/license/daneden/animate.css.svg?style=for-the-badge)](https://github.com/daneden/animate.css)",
  44. "devDependencies": {
  45. "autoprefixer": "^9.7.6",
  46. "cssnano": "^4.1.10",
  47. "eslint": "^7.8.1",
  48. "husky": "^4.2.5",
  49. "lint-staged": "^10.3.0",
  50. "markdown-it": "^11.0.0",
  51. "npm-run-all": "^4.1.5",
  52. "postcss": "^7.0.27",
  53. "postcss-cli": "^7.1.2",
  54. "postcss-header": "^2.0.0",
  55. "postcss-import": "^12.0.1",
  56. "postcss-prefixer": "^2.1.2",
  57. "postcss-preset-env": "^6.7.0",
  58. "prettier": "^2.1.1"
  59. },
  60. "files": [
  61. "animate.compat.css",
  62. "animate.min.css",
  63. "animate.css",
  64. "source/**/*.css"
  65. ],
  66. "homepage": "https://animate.style/",
  67. "husky": {
  68. "hooks": {
  69. "pre-commit": "npm-run-all start precommit"
  70. }
  71. },
  72. "jspm": {
  73. "main": "animate.css!",
  74. "format": "global",
  75. "directories": {
  76. "lib": "./"
  77. }
  78. },
  79. "license": "MIT",
  80. "lint-staged": {
  81. "*.{js,json,md,css}": [
  82. "prettier --write"
  83. ]
  84. },
  85. "main": "animate.css",
  86. "name": "animate.css",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/animate-css/animate.css.git"
  90. },
  91. "scripts": {
  92. "compat": "npx postcss source/animate.css -o animate.compat.css --no-map --env compat",
  93. "dev": "npx postcss source/animate.css -o animate.css --no-map --env development -w",
  94. "docs": "npm-run-all docs:library docs:pages",
  95. "docs:library": "npx postcss source/animate.css -o ./docs/animate.min.css --no-map --env production",
  96. "docs:pages": "node ./docsSource/index.js",
  97. "format": "prettier --write \"**/*.{js,json,md,css}\"",
  98. "postversion": "git push && git push --tags",
  99. "precommit": "lint-staged",
  100. "prod": "npx postcss source/animate.css -o animate.min.css --no-map --env production",
  101. "raw": "npx postcss source/animate.css -o animate.css --no-map --env development",
  102. "start": "npm-run-all raw prod compat",
  103. "version": "npm-run-all start docs && git add -A docs animate.css animate.min.css animate.compat.css"
  104. },
  105. "style": "./animate.css",
  106. "version": "4.1.1"
  107. }