forked from axa-ch-webhub-cloud/pattern-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.12 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
{
"name": "@axa-ch/stepper",
"version": "3.0.9",
"description": "The stepper 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/stepper#readme",
"license": "Copyright 2020 AXA Versicherungen AG",
"scripts": {
"prepublishOnly": "../../../../scripts/build/prepublish.js",
"build": "rollup --silent --config ../../../../rollup.config.js",
"build-dist": "rollup --silent --config ../../../../rollup.config.dist.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/materials": "16.0.8",
"lit": "^2.2.1"
}
}