package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "@nutui/nutui-taro",
  3. "version": "4.0.0",
  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. "publish:latest": "npm publish"
  46. },
  47. "standard-version": {
  48. "scripts": {
  49. "postchangelog": "node ./jd/updateChangelog.js"
  50. }
  51. },
  52. "dependencies": {
  53. "@nutui/icons-vue-taro": "^0.0.9",
  54. "sass": "^1.50.0"
  55. },
  56. "devDependencies": {},
  57. "repository": {
  58. "type": "git",
  59. "url": "https://github.com/jdf2e/nutui.git"
  60. }
  61. }