-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@quantify/vue3-pivottable-plotly-renderer",
"version": "1.0.2",
"main": "dist/plotly-renderer.mjs",
"files": [
"dist",
"src"
],
"exports": {
".": {
"import": "./dist/plotly-renderer.mjs",
"require": "./dist/plotly-renderer.umd.js"
}
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/quantify/vue3-pivottable-plotly-renderer.git"
},
"keywords": [
"vue",
"pivot",
"pivottable",
"vue-pivottable",
"vue3-pivottable",
"@vue-pivottable/plotly-renderer",
"@vue3-pivottable/plotly-renderer"
],
"homepage": "https://github.com/quantify/vue3-pivottable-plotly-renderer",
"author": "George Mihailov <[email protected]>",
"license": "MIT",
"scripts": {
"build": "vite build"
},
"dependencies": {
"vue-pivottable": "^0.4.5",
"vue3-plotly": "^0.0.7"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.0.11"
},
"peerDependencies": {
"vue": "^3.0.0",
"uuid": ">8.0.0"
},
"overrides": {
"vue": "^3.0.0"
}
}