package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "name": "@nutui/nutui-taro",
  3. "version": "4.0.0-beta.7",
  4. "description": "京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)",
  5. "main": "dist/nutui.umd.cjs",
  6. "module": "dist/nutui.es.js",
  7. "style": "dist/style.css",
  8. "type": "module",
  9. "typings": "dist/types/index.d.ts",
  10. "sideEffects": [
  11. "dist/packages/_es/*",
  12. "dist/packages/**/style*"
  13. ],
  14. "vetur": {
  15. "tags": "dist/smartips/tags.json",
  16. "attributes": "dist/smartips/attributes.json"
  17. },
  18. "web-types": "dist/smartips/web-types.json",
  19. "keywords": [
  20. "nutui",
  21. "nutui2",
  22. "nutui3",
  23. "nutui4",
  24. "vue",
  25. "vue3",
  26. "webpack",
  27. "vue component",
  28. "vue3 component",
  29. "vite",
  30. "jdc",
  31. "jdcfe"
  32. ],
  33. "author": "jdcfe",
  34. "license": "MIT",
  35. "publishConfig": {
  36. "access": "public",
  37. "registry": "https://registry.npmjs.org/"
  38. },
  39. "files": [
  40. "dist",
  41. "README.md",
  42. "package.json",
  43. "LICENSE",
  44. "CHANGELOG.md"
  45. ],
  46. "scripts": {
  47. "publish:beta": "npm publish --tag=beta"
  48. },
  49. "standard-version": {
  50. "scripts": {
  51. "postchangelog": "node ./jd/updateChangelog.js"
  52. }
  53. },
  54. "dependencies": {
  55. "@nutui/icons-vue": "0.0.19",
  56. "@nutui/icons-vue-taro": "0.0.3",
  57. "@tarojs/components": "3.5.6",
  58. "sass": "^1.50.0",
  59. "vscode": "^1.1.37",
  60. "vue-router": "^4.0.12"
  61. },
  62. "devDependencies": {
  63. "@commitlint/cli": "^10.0.0",
  64. "@commitlint/config-conventional": "^10.0.0",
  65. "@tarojs/cli": "3.5.6",
  66. "@tarojs/mini-runner": "3.5.6",
  67. "@tarojs/plugin-framework-vue3": "3.5.6",
  68. "@tarojs/plugin-html": "3.5.6",
  69. "@tarojs/plugin-platform-weapp": "3.5.6",
  70. "@tarojs/runtime": "3.5.6",
  71. "@tarojs/taro": "3.5.6",
  72. "@tarojs/webpack5-runner": "3.5.6",
  73. "@types/jest": "^26.0.22",
  74. "@types/node": "^17.0.16",
  75. "@typescript-eslint/eslint-plugin": "^4.20.0",
  76. "@typescript-eslint/parser": "^4.20.0",
  77. "@vitejs/plugin-vue": "^4.0.0",
  78. "@vue/compiler-dom": "^3.2.45",
  79. "@vue/compiler-sfc": "^3.2.45",
  80. "@vue/eslint-config-prettier": "^6.0.0",
  81. "@vue/eslint-config-typescript": "^7.0.0",
  82. "@vue/test-utils": "^2.0.0-rc.18",
  83. "autoprefixer": "^10.3.4",
  84. "axios": "^0.21.0",
  85. "babel-preset-taro": "3.5.6",
  86. "canvas": "^2.9.0",
  87. "codesandbox": "^2.2.3",
  88. "eslint": "^7.23.2",
  89. "eslint-config-taro": "3.5.6",
  90. "eslint-plugin-prettier": "^3.3.1",
  91. "eslint-plugin-vue": "^7.8.0",
  92. "eslint-visitor-keys": "2",
  93. "fs-extra": "^9.1.0",
  94. "highlight.js": "^10.3.1",
  95. "husky": "^6.0.0",
  96. "inquirer": "^8.2.0",
  97. "jest": "^26.6.3",
  98. "lint-staged": "^10.5.0",
  99. "lzutf8": "0.6.0",
  100. "markdown-it": "^13.0.1",
  101. "markdown-it-container": "^3.0.0",
  102. "prettier": "^2.0.0",
  103. "remark-codesandbox": "^0.10.1",
  104. "rollup-plugin-visualizer": "^5.8.3",
  105. "standard-version": "^9.3.0",
  106. "swiper": "6.5.1",
  107. "transliteration": "^2.2.0",
  108. "ts-jest": "^26.5.5",
  109. "typescript": "^4.9.3",
  110. "vite": "^4.0.0",
  111. "vite-plugin-md": "^0.21.5",
  112. "vue": "^3.2.24",
  113. "vue-jest": "^5.0.0-alpha.7",
  114. "vue-tsc": "^1.0.9",
  115. "webpack": "^5.69.0"
  116. },
  117. "eslintConfig": {
  118. "root": true,
  119. "env": {
  120. "node": true
  121. },
  122. "extends": [
  123. "plugin:vue/vue3-essential",
  124. "eslint:recommended",
  125. "@vue/typescript/recommended",
  126. "@vue/prettier",
  127. "@vue/prettier/@typescript-eslint"
  128. ],
  129. "parserOptions": {
  130. "ecmaVersion": 2020
  131. },
  132. "rules": {
  133. "vue/no-unused-components": "off",
  134. "no-debugger": "off"
  135. }
  136. },
  137. "engines": {
  138. "node": ">= 16.0.0",
  139. "pnpm": ">= 7.0.0"
  140. },
  141. "lint-staged": {
  142. "*.md": "prettier --write",
  143. "*.{ts,tsx,js,vue,scss}": "prettier --write"
  144. },
  145. "repository": {
  146. "type": "git",
  147. "url": "https://github.com/jdf2e/nutui.git"
  148. }
  149. }