bb9ee859179de1cd7292fc4f00d2e6127a6d977d25215795f6cb1beef00e78dded33448da1fd30eec359296e1d9b35d31dedc5b0b4cab4722f962bcea2836f 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "@kjgl77/datav-vue3",
  3. "version": "1.7.4",
  4. "description": "Datav for vue3+vite",
  5. "author": "kjgl77 <745385015@qq.com>",
  6. "license": "MIT",
  7. "keywords": [
  8. "vue",
  9. "vue3",
  10. "datav",
  11. "data-view",
  12. "data-view vue3"
  13. ],
  14. "homepage": "https://github.com/vaemusic/datav-vue3",
  15. "main": "./dist/datav-vue3.es.js",
  16. "module": "./dist/datav-vue3.es.js",
  17. "types": "./dist/index.d.ts",
  18. "exports": {
  19. ".": {
  20. "require": "./dist/datav-vue3.es.js",
  21. "import": "./dist/datav-vue3.es.js",
  22. "types": "./dist/index.d.ts"
  23. },
  24. "./dist/style.css": {
  25. "import": "./dist/style.css",
  26. "require": "./dist/style.css"
  27. }
  28. },
  29. "files": [
  30. "dist"
  31. ],
  32. "scripts": {
  33. "build:lib": "vue-tsc --noEmit && vite build --config ../../build/lib.config.ts",
  34. "lint": "eslint .",
  35. "typecheck": "vue-tsc --noEmit"
  36. },
  37. "dependencies": {
  38. "@jiaminghi/c-render": "^0.4.3",
  39. "@jiaminghi/charts": "^0.2.18",
  40. "@jiaminghi/color": "^1.1.3",
  41. "@vueuse/core": "^10.11.1"
  42. },
  43. "devDependencies": {
  44. "@jiaminghi/fs": "^0.1.1",
  45. "less": "^4.2.0",
  46. "vite-plugin-dts": "^3.9.1",
  47. "vite-plugin-libcss": "^1.1.1"
  48. },
  49. "eslintConfig": {
  50. "extends": "@antfu"
  51. },
  52. "directories": {
  53. "doc": "docs",
  54. "test": "test"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/vaemusic/datav-vue3.git"
  59. },
  60. "bugs": {
  61. "url": "https://github.com/vaemusic/datav-vue3/issues"
  62. }
  63. }