-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.88 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"private": true,
"name": "oereb_client",
"version": "2.1.4",
"description": "OEREB Client based on Vue.js, OpenLayers and Bootstrap.",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/gf-bl/oereb_client.git"
},
"keywords": [
"oereb",
"client",
"react",
"openlayers",
"bootstrap",
"web",
"application"
],
"author": "Karsten Deininger",
"license": "BSD-2-Clause",
"homepage": "https://gitlab.com/gf-bl/oereb_client#README",
"type": "module",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/runtime": "^7.26.0",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^2.3.0",
"@storybook/addon-docs": "^8.4.0",
"@storybook/addon-essentials": "^8.4.0",
"@storybook/addon-links": "^8.4.0",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "^8.4.0",
"@storybook/builder-vite": "^8.4.0",
"@storybook/react": "^8.4.0",
"@storybook/react-vite": "^8.4.0",
"@storybook/theming": "^8.4.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@typescript-eslint/utils": "^8.12.2",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/eslint-plugin": "^1.1.7",
"acorn": "^8.14.0",
"babel-loader": "^9.2.1",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"css-loader": "^7.1.2",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-storybook": "^0.10.1",
"eslint-plugin-vitest-globals": "^1.5.0",
"file-loader": "^6.2.0",
"file-saver": "^2.0.5",
"glob-parent": "^6.0.2",
"globals": "^15.11.0",
"i18next": "^23.16.4",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.2",
"i18next-scanner": "^4.6.0",
"jsdom": "^25.0.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.9.2",
"ol": "^10.2.1",
"proj4": "^2.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.0",
"react-redux": "^9.1.2",
"remark-gfm": "^4.0.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.80.5",
"sass-loader": "^16.0.3",
"storybook": "^8.4.0",
"storybook-react-i18next": "^3.1.7",
"style-loader": "^4.0.0",
"trim": ">=1.0.1",
"trim-newlines": "^5.0.0",
"typescript": "^5.6.3",
"uuid": "^11.0.2",
"vite": "^5.4.10",
"vite-plugin-purgecss": "^0.2.12",
"vitest": "^2.1.4",
"vitest-fetch-mock": "^0.4.1"
},
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
}
}