-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.62 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.62 KB
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
{
"name": "org.eclipse.daanse.board.app.ui.vue.widget.table.pivot",
"version": "0.0.1-next.1",
"description": "> TODO: description",
"author": "ssemenkoff <ssemenkoff@gmail.com>",
"homepage": "https://github.com/eclipse-daanse/org.eclipse.daanse.board.app#readme",
"license": "ISC",
"type": "module",
"main": "./dist/org.eclipse.daanse.board.app.ui.vue.widget.table.pivot.umd.cjs",
"module": "./dist/org.eclipse.daanse.board.app.ui.vue.widget.table.pivot.js",
"types": "./dist/org.eclipse.daanse.board.app.ui.vue.widget.table.pivot.d.ts",
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/eclipse-daanse/org.eclipse.daanse.board.app.git"
},
"scripts": {
"build": "vue-tsc --noEmit && vite build",
"test": "echo \"Error: no test specified\" && exit 0"
},
"bugs": {
"url": "https://github.com/eclipse-daanse/org.eclipse.daanse.board.app/issues"
},
"dependencies": {
"org.eclipse.daanse.board.app.lib.repository.widget": "0.0.1-next.1",
"org.eclipse.daanse.board.app.ui.vue.composables": "0.0.1-next.1",
"org.eclipse.daanse.board.app.ui.vue.common.xmla": "^0.0.1-next.1",
"uuid": "^11.1.0",
"@vueuse/core": "^13.1.0",
"org.eclipse.daanse.board.app.lib.annotations": "0.0.1-next.1"
},
"devDependencies": {
"@types/node": "^24.0.2",
"@types/uuid": "10.0.0",
"@vitejs/plugin-vue": "^5.2.3",
"rollup": "^4.36.0",
"typescript": "^5.8.2",
"vite-plugin-dts": "4.5.4",
"vue": "^3.5.13",
"vue-tsc": "^3.0.7"
},
"gitHead": "c5d831f34534a4bff713917fedce8c09892d5a24",
"publishConfig": {
"access": "public"
}
}