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 0
/
package.json
62 lines (62 loc) · 2.35 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
{
"name": "vl-ui-modal",
"version": "4.0.5",
"description": "Gebruik de modal dialoog om de gebruiker te informeren over onbewaarde wijzigingen wanneer hij de pagina verlaat. Een modal dialoog vraagt de aandacht van de gebruiker en verplicht de gebruiker om actie te ondernemen voordat de site verder gebruikt kan worden.",
"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-modal#readme",
"bugs": {
"url": "https://github.com/milieuinfo/webcomponent-vl-ui-modal/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/milieuinfo/webcomponent-vl-ui-modal.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) modal",
"release:testless": "np --yolo",
"demo": "http-server"
},
"dependencies": {
"@govflanders/vl-ui-core": "^4.1.24",
"@govflanders/vl-ui-util": "^3.12.24",
"vl-ui-action-group": "^3.1.4",
"vl-ui-button": "^5.0.11",
"vl-ui-core": "^7.2.4",
"vl-ui-grid": "^3.3.1",
"vl-ui-icon": "^5.2.3"
},
"peerDependencies": {
"vl-ui-action-group": "^3.1.2",
"vl-ui-button": "^5.0.9",
"vl-ui-core": "^7.1.0",
"vl-ui-icon": "^5.2.1"
},
"devDependencies": {
"@govflanders/vl-ui-modal": "^3.12.7",
"vl-ui-alert": "^4.1.2",
"vl-ui-body": "^1.0.8",
"vl-ui-datepicker": "^3.2.8",
"vl-ui-input-field": "^3.2.12",
"vl-ui-util": "^5.3.13"
}
}