package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "@nutui/nutui",
  3. "version": "3.3.5",
  4. "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库",
  5. "main": "dist/nutui.umd.cjs",
  6. "module": "dist/nutui.es.js",
  7. "style": "dist/style.css",
  8. "typings": "dist/types/index.d.ts",
  9. "sideEffects": [
  10. "dist/packages/_es/*",
  11. "dist/packages/**/style.mjs",
  12. "dist/styles/**",
  13. "dist/style.css"
  14. ],
  15. "vetur": {
  16. "tags": "dist/smartips/tags.json",
  17. "attributes": "dist/smartips/attributes.json"
  18. },
  19. "web-types": "dist/smartips/web-types.json",
  20. "keywords": [
  21. "nutui",
  22. "nutui2",
  23. "nutui3",
  24. "nutui4",
  25. "vue",
  26. "vue3",
  27. "webpack",
  28. "vue component",
  29. "vue3 component",
  30. "vite",
  31. "jdc",
  32. "jdcfe"
  33. ],
  34. "author": "jdcfe",
  35. "license": "MIT",
  36. "publishConfig": {
  37. "access": "public",
  38. "registry": "https://registry.npmjs.org/"
  39. },
  40. "scripts": {
  41. "publish:beta": "npm publish --tag=beta",
  42. "publish-release": "npm publish --tag=latest-v3"
  43. },
  44. "standard-version": {
  45. "scripts": {
  46. "postchangelog": "node ./jd/updateChangelog.js"
  47. }
  48. },
  49. "dependencies": {
  50. "sass": "^1.50.0",
  51. "consola": "2.15.3"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "https://github.com/jdf2e/nutui.git"
  56. }
  57. }