|
| 1 | +{ |
| 2 | + "name": "@vue-pivottable/plotly-renderer", |
| 3 | + "version": "2.0.6", |
| 4 | + "type": "module", |
| 5 | + "exports": { |
| 6 | + ".": { |
| 7 | + "types": "./dist/types/index.d.ts", |
| 8 | + "import": "./dist/plotly-renderer.es.js", |
| 9 | + "require": "./dist/plotly-renderer.umd.js" |
| 10 | + }, |
| 11 | + "./dist/": "./dist/", |
| 12 | + "./package.json": "./package.json" |
| 13 | + }, |
| 14 | + "main": "./dist/plotly-renderer.umd.js", |
| 15 | + "module": "./dist/plotly-renderer.es.js", |
| 16 | + "types": "./dist/types/index.d.ts", |
| 17 | + "files": [ |
| 18 | + "dist", |
| 19 | + "LICENSE", |
| 20 | + "README.md" |
| 21 | + ], |
| 22 | + "repository": { |
| 23 | + "type": "git", |
| 24 | + "url": "git+https://github.com/vue-pivottable/vue3-pivottable.git", |
| 25 | + "directory": "packages/plotly-renderer" |
| 26 | + }, |
| 27 | + "keywords": [ |
| 28 | + "vue", |
| 29 | + "vue3", |
| 30 | + "pivot", |
| 31 | + "pivottable", |
| 32 | + "vue-pivottable", |
| 33 | + "vue3-pivottable", |
| 34 | + "@vue-pivottable/plotly-renderer" |
| 35 | + ], |
| 36 | + "homepage": "https://github.com/vue-pivottable/vue3-pivottable/tree/main/packages/plotly-renderer/README.md", |
| 37 | + "author": "Sumin, Lee <lsumin1127@gmail.com>", |
| 38 | + "license": "MIT", |
| 39 | + "scripts": { |
| 40 | + "clean": "rimraf dist", |
| 41 | + "build": "vite build" |
| 42 | + }, |
| 43 | + "dependencies": { |
| 44 | + "@clalarco/vue3-plotly": "^0.1.5", |
| 45 | + "plotly.js-basic-dist": "^3.0.1" |
| 46 | + }, |
| 47 | + "peerDependencies": { |
| 48 | + "vue": "^3.2.0", |
| 49 | + "vue-pivottable": "^1.1.5" |
| 50 | + }, |
| 51 | + "devDependencies": { |
| 52 | + "@vitejs/plugin-vue": "^5.2.1", |
| 53 | + "@vue/tsconfig": "^0.7.0", |
| 54 | + "typescript": "^5.8.3", |
| 55 | + "vite": "^6.3.4", |
| 56 | + "vue-tsc": "^2.2.10" |
| 57 | + } |
| 58 | +} |
0 commit comments