-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
120 lines (120 loc) · 3.7 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "knowage-vue",
"version": "9.0.0-SNAPSHOT",
"description": "Knowage is the professional open source suite for modern business analytics over traditional sources and big data systems.",
"author": "knowage labs <[email protected]>",
"scripts": {
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src --quiet",
"dev": "vite",
"build": "vite build --base=/knowage-vue"
},
"main": "main.ts",
"dependencies": {
"@fortawesome/fontawesome-free": "6.4.0",
"@guolao/vue-monaco-editor": "1.5.4",
"@noction/vue-draggable-grid": "^1.11.0",
"@quasar/extras": "^1.16.3",
"@rollup/plugin-node-resolve": "^16.0.0",
"@stomp/stompjs": "^6.1.2",
"@vue-toys/resize-observer": "^1.0.4",
"@vuelidate/core": "^2.0.0-alpha.18",
"@vuelidate/validators": "^2.0.0-alpha.15",
"@vueuse/core": "^10.1.2",
"@yeger/vue-masonry-wall": "^3.0.42",
"ag-grid-community": "33.0.4",
"ag-grid-vue3": "33.0.4",
"axios": "1.7.9",
"caniuse-lite": "^1.0.30001618",
"chart.js": "^3.7.0",
"cronstrue": "^2.1.0",
"deep-equal": "^2.2.3",
"deepcopy": "^2.1.0",
"dexie": "4.0.11",
"dom-to-image-more": "^3.1.6",
"fast-json-patch": "^3.1.0",
"grid-layout-plus": "^1.0.6",
"highcharts": "11.4.3",
"highcharts-grouped-categories": "^1.3.0",
"js-base64": "3.6.1",
"js-md5": "^0.8.3",
"luxon": "^2.5.2",
"mitt": "^3.0.0",
"moment": "2.29.4",
"monaco-editor": "0.52.0",
"pinia": "2.3.1",
"primeflex": "^2.0.0",
"primeicons": "^5.0.0",
"primevue": "3.17.0",
"qs": "^6.10.2",
"quasar": "2.17.7",
"reflect-metadata": "^0.1.13",
"sanitize-html": "^2.7.3",
"svg-parser": "^2.0.4",
"uuid": "8.3.2",
"vega": "^5.24.0",
"vega-embed": "^6.22.1",
"vega-lite": "^5.7.1",
"vite-plugin-package-version": "^1.0.2",
"vue": "3.5.13",
"vue-axios": "3.5.2",
"vue-chartjs": "^4.1.2",
"vue-class-component": "^8.0.0-0",
"vue-color-kit": "^1.0.5",
"vue-i18n": "11.1.0",
"vue-router": "4.5.0",
"vue3-cookies": "1.0.6",
"x2js": "^3.4.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@pinia/testing": "0.0.12",
"@quasar/vite-plugin": "1.9.0",
"@types/jest": "^24.0.19",
"@types/luxon": "^2.3.1",
"@types/sanitize-html": "^2.6.2",
"@types/stompjs": "^2.3.5",
"@vitejs/plugin-vue": "5.2.1",
"@vue/test-utils": "^2.0.0-rc.4",
"flush-promises": "^1.0.2",
"globals": "^15.14.0",
"material-icons": "^1.10.0",
"sass": "1.83.4",
"typescript": "5.7.3",
"vite": "6.1.0",
"vite-plugin-pwa": "0.21.1"
},
"exports": {
".": {
"import": "./src/main.ts",
"require": "./src/main.ts"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"bugs": {
"url": "https://github.com/KnowageLabs/Knowage-Server/issues"
},
"homepage": "https://github.com/KnowageLabs/Knowage-Server#readme",
"keywords": [
"business",
"intelligence",
"bi",
"spagobi",
"knowage",
"bigdata"
],
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/KnowageLabs/Knowage-Server.git"
},
"workspaces": [
"src/workspaces"
]
}