package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "@nutui/nutui-taro",
  3. "version": "3.3.3",
  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. "vetur": {
  10. "tags": "dist/smartips/tags.json",
  11. "attributes": "dist/smartips/attributes.json"
  12. },
  13. "web-types": "dist/smartips/web-types.json",
  14. "keywords": [
  15. "nutui",
  16. "nutui2",
  17. "nutui3",
  18. "nutui4",
  19. "vue",
  20. "vue3",
  21. "webpack",
  22. "vue component",
  23. "vue3 component",
  24. "vite",
  25. "jdc",
  26. "jdcfe"
  27. ],
  28. "author": "jdcfe",
  29. "license": "MIT",
  30. "publishConfig": {
  31. "access": "public",
  32. "registry": "https://registry.npmjs.org/"
  33. },
  34. "files": [
  35. "dist",
  36. "README.md",
  37. "package.json",
  38. "LICENSE",
  39. "CHANGELOG.md"
  40. ],
  41. "scripts": {
  42. "publish:beta": "npm publish --tag=beta",
  43. "publish-release": "npm publish --tag=latest-v3"
  44. },
  45. "dependencies": {
  46. "@tarojs/components": "3.5.6",
  47. "sass": "^1.50.0"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "https://github.com/jdf2e/nutui.git"
  52. }
  53. }