This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 2.16 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
{
"name": "vl-ui-button",
"version": "5.0.11",
"description": "Een button laat de gebruiker toe om een bepaalde actie uit te voeren. Welke soort actie dat is, staat aangegeven op de button in de vorm van een tekst of een icoon.",
"author": "DIDM",
"license": "MIT",
"main": "./src/index.js",
"exports": {
"require": "./index.js",
"import": "./src/index.js",
"node": "./index.js",
"default": "./index.js"
},
"homepage": "https://github.com/milieuinfo/webcomponent-vl-ui-button#readme",
"bugs": {
"url": "https://github.com/milieuinfo/webcomponent-vl-ui-button/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/milieuinfo/webcomponent-vl-ui-button.git"
},
"publishConfig": {
"registry": "http://artifactory-pr-build.lb.cumuli.be:8081/artifactory/api/npm/acd-npm/"
},
"scripts": {
"prepare": "npm update --dev vl-ui-util && npm run prepare:util",
"prepare:util": "npm explore vl-ui-util -- npm run util",
"test": "npm explore vl-ui-util -- npm run test:component",
"test:grid": "npm explore vl-ui-util -- npm run test:component:grid",
"test:unit": "npm explore vl-ui-util -- npm run test:component:unit",
"test:unit:grid": "npm explore vl-ui-util -- npm run test:component:unit:grid",
"test:e2e": "npm explore vl-ui-util -- npm run test:component:e2e",
"test:e2e:grid": "npm explore vl-ui-util -- npm run test:component:e2e:browserstack",
"release": "npm explore vl-ui-util -- npm run release",
"release:prepare": "npm explore vl-ui-util -- npm run release-component:prepare $(pwd) button",
"release:testless": "np --yolo",
"demo": "http-server"
},
"dependencies": {
"vl-ui-core": "^7.2.4",
"vl-ui-link": "^4.1.0"
},
"peerDependencies": {
"vl-ui-core": "^7.1.0",
"vl-ui-link": "^4.0.7"
},
"devDependencies": {
"@govflanders/vl-ui-button": "^3.12.24",
"@govflanders/vl-ui-core": "^4.1.24",
"@govflanders/vl-ui-icon": "^3.12.24",
"@govflanders/vl-ui-link": "^3.12.24",
"@govflanders/vl-ui-util": "^3.12.24",
"axe-webdriverjs": "^2.3.0",
"vl-ui-body": "^1.0.8",
"vl-ui-icon": "^5.2.2",
"vl-ui-util": "^5.3.12"
}
}