-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (63 loc) · 2.04 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
{
"name": "@kit-data-manager/data-view-web-component",
"version": "0.0.21",
"description": "Generic Web Component used to display various hierarchical data in a card format",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.js",
"es2017": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/data-view-web-component/data-view-web-component.esm.js",
"repository": {
"type": "git",
"url": "https://gitlab.kit.edu/kit/scc/dem/dem-students/arnow/data-view-web-component"
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"lint": "eslint src/**/*{.ts,.tsx}",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"build-watch": "stencil build --watch",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepare": "stencil build --docs"
},
"dependencies": {
"@stencil/core": "4.21.0",
"iconify-icon": "^2.1.0"
},
"devDependencies": {
"@stencil-community/eslint-plugin": "^0.7.2",
"@stencil/react-output-target": "^0.7.1",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/addon-mdx-gfm": "^8.3.5",
"@storybook/blocks": "^8.3.5",
"@storybook/web-components": "^8.3.5",
"@storybook/web-components-vite": "^8.3.5",
"@types/jest": "^29.5.6",
"@types/node": "^22.7.4",
"@types/react": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"lit": "^3.0.2",
"puppeteer": "^23.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.3.5",
"typescript": "^5.4.5"
},
"license": "MIT"
}