forked from axa-ch-webhub-cloud/pattern-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.18 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
{
"name": "@axa-ch/top-content-bar",
"version": "5.0.2",
"description": "The top-content-bar component for the AXA Pattern Library",
"author": "Pattern Warriors",
"homepage": "https://github.com/axa-ch-webhub-cloud/pattern-library/tree/develop/src/components/20-molecules/top-content-bar#readme",
"license": "Copyright 2019 AXA Versicherungen AG",
"scripts": {
"prepublishOnly": "../../../../scripts/build/prepublish.js",
"build": "rollup --silent --config ../../../../rollup.config.js",
"postpublish": "../../../../scripts/build/postpublish.js",
"watch": "rollup --watch --silent --config ../../../../rollup.config.js",
"genPackagelock": "npm i --package-lock-only"
},
"files": [
"lib",
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axa-ch-webhub-cloud/pattern-library.git"
},
"bugs": {
"url": "https://github.com/axa-ch-webhub-cloud/pattern-library/issues"
},
"dependencies": {
"@axa-ch/button": "7.0.2",
"@axa-ch/button-link": "6.0.2",
"@axa-ch/container": "4.0.0",
"@axa-ch/icon": "7.0.2",
"@skatejs/val": "^0.4.0",
"lit": "^2.2.1"
}
}