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
/
Copy pathpackage.json
68 lines (68 loc) · 2.5 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
{
"name": "vl-ui-datepicker",
"version": "3.2.8",
"description": "Gebruik de datepicker om de gebruiker een datum te laten selecteren op een intuitïeve manier.",
"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-datepicker#readme",
"bugs": {
"url": "https://github.com/milieuinfo/webcomponent-vl-ui-datepicker/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/milieuinfo/webcomponent-vl-ui-datepicker.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) datepicker",
"release:testless": "np --yolo",
"demo": "http-server"
},
"dependencies": {
"vl-ui-core": "^7.2.2",
"vl-ui-form-validation": "^3.6.3",
"vl-ui-icon": "^5.2.2",
"vl-ui-input-addon": "^3.1.9",
"vl-ui-input-field": "^3.2.10",
"vl-ui-input-group": "^4.0.7"
},
"peerDependencies": {
"vl-ui-core": "^7.1.0",
"vl-ui-form-validation": "^3.4.0",
"vl-ui-icon": "^5.2.1",
"vl-ui-input-addon": "^3.1.7",
"vl-ui-input-field": "^3.2.6",
"vl-ui-input-group": "^4.0.6"
},
"devDependencies": {
"@govflanders/vl-ui-core": "^4.1.17",
"@govflanders/vl-ui-datepicker": "^3.12.17",
"@govflanders/vl-ui-input-addon": "^3.12.17",
"@govflanders/vl-ui-input-field": "^3.12.17",
"@govflanders/vl-ui-input-group": "^3.12.17",
"@govflanders/vl-ui-tooltip": "^3.12.17",
"@govflanders/vl-ui-util": "^3.12.17",
"vl-ui-body": "^1.0.8",
"vl-ui-button": "^5.0.10",
"vl-ui-form-grid": "^3.0.9",
"vl-ui-util": "^5.3.13"
}
}