123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "name": "@kjgl77/datav-vue3",
- "version": "1.5.0",
- "description": "Datav for vue3+vite",
- "packageManager": "pnpm@7.32.2",
- "author": "kjgl77 <745385015@qq.com>",
- "license": "MIT",
- "keywords": [
- "vue",
- "vue3",
- "datav",
- "data-view",
- "data-view vue3"
- ],
- "homepage": "https://github.com/vaemusic/datav-vue3",
- "main": "./dist/datav-vue3.es.js",
- "module": "./dist/datav-vue3.es.js",
- "types": "./dist/datav-vue3/packages/datav-vue3/index.d.ts",
- "exports": {
- ".": {
- "require": "./dist/datav-vue3.es.js",
- "import": "./dist/datav-vue3.es.js",
- "types": "./dist/datav-vue3/packages/datav-vue3/index.d.ts"
- },
- "./dist/style.css": {
- "import": "./dist/style.css",
- "require": "./dist/style.css"
- }
- },
- "files": [
- "dist"
- ],
- "scripts": {
- "build:lib": "vue-tsc --noEmit && vite build --config ../../build/lib.config.ts",
- "lint": "eslint .",
- "typecheck": "vue-tsc --noEmit"
- },
- "dependencies": {
- "@jiaminghi/c-render": "^0.4.3",
- "@jiaminghi/charts": "^0.2.18",
- "@jiaminghi/color": "^1.1.3",
- "@vueuse/core": "^10.0.2",
- "lodash-es": "^4.17.21"
- },
- "devDependencies": {
- "@jiaminghi/fs": "^0.1.1",
- "@types/lodash-es": "^4.17.7",
- "less": "^4.1.3",
- "vite-plugin-dts": "^2.3.0",
- "vite-plugin-libcss": "^1.0.6"
- },
- "eslintConfig": {
- "extends": "@antfu"
- },
- "directories": {
- "doc": "docs",
- "test": "test"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vaemusic/datav-vue3.git"
- },
- "bugs": {
- "url": "https://github.com/vaemusic/datav-vue3/issues"
- }
- }
|