This repository has been archived by the owner on May 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.43 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
{
"name": "taskana-workplace-lib",
"version": "0.1.7",
"description": "Taskana Workplace Library",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/custom-elements/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/taskana-workplace/taskana-workplace.esm.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"dependencies": {
"@material/mwc-button": "latest",
"@material/mwc-icon": "latest",
"@material/mwc-list": "latest",
"@material/mwc-menu": "latest",
"@material/mwc-select": "latest",
"@material/mwc-textarea": "latest",
"@material/mwc-textfield": "latest",
"@stencil/core": "^2.0.1"
},
"license": "MIT",
"devDependencies": {
"@stencil/angular-output-target": "0.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tristan2357/taskana-workplace-lib.git"
},
"author": "",
"bugs": {
"url": "https://github.com/Tristan2357/taskana-workplace-lib/issues"
},
"homepage": "https://github.com/Tristan2357/taskana-workplace-lib#readme"
}