package.json 1.2 KB

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