-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2 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
{
"name": "eos-webcomponents",
"version": "1.1.1",
"description": "The web components library for EOS",
"main": "index.js",
"scripts": {
"bundle": "babel components --out-dir build && rollup -c"
},
"husky": {
"hooks": {
"pre-commit": "npm run bundle && git add build/*"
}
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/SUSE-UIUX/EOS-webcomponents.git"
},
"keywords": [],
"author": "SUSE UX/UI team",
"contributors": [
{
"name": "Cynthia Sanchez",
"web": "https://de.linkedin.com/in/cyntsanchez"
},
{
"name": "Jesus Herman",
"web": "https://www.linkedin.com/in/jesushermanmarina/"
},
{
"name": "Zvezdana Marjanovic",
"web": "https://www.linkedin.com/in/zvezdana-marjanovic-5375b251"
},
{
"name": "Manuele Carlini",
"web": "https://www.linkedin.com/in/manuelecarlini"
},
{
"name": "Kenneth Wimer",
"web": "https://www.linkedin.com/in/kennethwimer"
},
{
"name": "Richa Bishts",
"web": "https://www.linkedin.com/in/richabisht"
},
{
"name": "Sorin Curescu",
"web": "https://www.linkedin.com/in/en3sis"
}
],
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/SUSE-UIUX/EOS-webcomponents/issues"
},
"homepage": "https://gitlab.com/SUSE-UIUX/EOS-webcomponents#readme",
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.3.0",
"lit-element": "^2.2.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@semantic-release/git": "^5.0.0",
"@semantic-release/gitlab": "^2.1.4",
"babel-cli": "^6.26.0",
"conventional-changelog-eslint": "^1.0.9",
"husky": "^4.2.5",
"rollup": "^1.26.5",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"semantic-release": "^15.14.0"
}
}