-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "omgevingshandhavingsrapportage",
"version": "0.0.51",
"dependencies": {
"@govflanders/vl-ui-icon": "3.12.24",
"@nebula.js/sn-bar-chart": "1.20.2",
"@nebula.js/sn-kpi": "0.9.0",
"@nebula.js/sn-pie-chart": "1.19.1",
"@nebula.js/sn-pivot-table": "1.0.1",
"@nebula.js/sn-table": "1.13.0",
"@nebula.js/stardust": "2.10.0",
"@vaadin/router": "1.7.4",
"bootstrap": "5.1.3",
"bootstrap-icons": "1.8.3",
"enigma.js": "2.9.0",
"react-bootstrap": "2.4.0",
"uig-webcomponents": "2.3.1",
"webcomponenten-vl-ui-bom": "4.1.0",
"ws": "8.6.0",
"react": "18.2.0"
},
"devDependencies": {
"css-loader": "^6.5.0",
"source-map-loader": "^3.0.1",
"style-loader": "^3.3.1",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
},
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --progress",
"release": "npm install && npm run build && npm version $release_version && git push && npm publish"
},
"files": [
"src",
"public"
],
"publishConfig": {
"registry": "https://repo.omgeving.vlaanderen.be/artifactory/api/npm/local-npm/"
},
"volta": {
"node": "18.18.2"
}
}