package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "@nutui/nutui-taro",
  3. "version": "4.0.0-beta.22",
  4. "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
  5. "main": "dist/nutui.umd.js",
  6. "module": "dist/nutui.es.js",
  7. "style": "dist/style.css",
  8. "typings": "dist/types/index.d.ts",
  9. "sideEffects": [
  10. "dist/packages/**/*",
  11. "dist/packages/locale/lang/*",
  12. "dist/styles/**",
  13. "dist/style.css"
  14. ],
  15. "web-types": "dist/smartips/web-types.json",
  16. "keywords": [
  17. "nutui",
  18. "nutui2",
  19. "nutui3",
  20. "nutui4",
  21. "vue",
  22. "vue3",
  23. "webpack",
  24. "vue component",
  25. "vue3 component",
  26. "vite",
  27. "jdc",
  28. "jdcfe"
  29. ],
  30. "author": "jdcfe",
  31. "license": "MIT",
  32. "publishConfig": {
  33. "access": "public",
  34. "registry": "https://registry.npmjs.org/"
  35. },
  36. "files": [
  37. "dist",
  38. "README.md",
  39. "package.json",
  40. "LICENSE",
  41. "CHANGELOG.md"
  42. ],
  43. "scripts": {
  44. "publish:beta": "npm publish --tag=beta"
  45. },
  46. "standard-version": {
  47. "scripts": {
  48. "postchangelog": "node ./jd/updateChangelog.js"
  49. }
  50. },
  51. "dependencies": {
  52. "@nutui/icons-vue-taro": "^0.0.8",
  53. "sass": "^1.50.0"
  54. },
  55. "devDependencies": {},
  56. "repository": {
  57. "type": "git",
  58. "url": "https://github.com/jdf2e/nutui.git"
  59. }
  60. }