-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.04 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.04 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
{
"name": "data-view-web-component",
"private": true,
"version": "0.1.1",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@types/node": "^24.2.1",
"lerna": "^9.0.0",
"typescript": "^5.9.2",
"workbox-build": "^7.0.0"
},
"dependencies": {
"vite": "7.3.1"
},
"scripts": {
"build": "lerna run build"
},
"description": "Monorepo for the Data-View-Web-Component and related packages",
"author": {
"name": "Thomas Jejkal",
"url": "https://orcid.org/0000-0003-2804-688X",
"email": "thomas.jejkal@kit.edu"
},
"license": "Apache-2.0",
"contributors": [
{
"name": "Thomas Jejkal",
"url": "https://orcid.org/0000-0003-2804-688X",
"email": "thomas.jejkal@kit.edu"
},
{
"name": "Arno Wiest"
}
],
"keywords": [
"stencil",
"webcomponent",
"webcomponents"
],
"homepage": "https://kit-data-manager.github.io/data-view-web-component",
"repository": {
"type": "git",
"url": "https://github.com/kit-data-manager/data-view-web-component"
}
}