-
Notifications
You must be signed in to change notification settings - Fork 8
/
pnpm-workspace.yaml
99 lines (95 loc) · 2.84 KB
/
pnpm-workspace.yaml
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
99
packages:
- src/**
- support/disabled-package
- "!**/test-data/**"
- "!**/dist/**"
- .
# Shared version expressions (yaml anchors).
# This is a yaml feature and is not interpreted by pnpm directly.
__versions:
- &react_version ^18.3.1
- &core_packages_version ^2.4.0
# https://pnpm.io/catalogs
catalog:
# Trails core packages
# https://github.com/open-pioneer/trails-core-packages
"@open-pioneer/base-theme": *core_packages_version
"@open-pioneer/chakra-integration": *core_packages_version
"@open-pioneer/core": *core_packages_version
"@open-pioneer/http": *core_packages_version
"@open-pioneer/integration": *core_packages_version
"@open-pioneer/local-storage": *core_packages_version
"@open-pioneer/notifier": *core_packages_version
"@open-pioneer/react-utils": *core_packages_version
"@open-pioneer/reactivity": *core_packages_version
"@open-pioneer/runtime": *core_packages_version
"@open-pioneer/test-utils": *core_packages_version
"@chakra-ui/icons": ^2.2.4
"@chakra-ui/react": ^2.10.4
"@conterra/reactivity-core": ^0.4.3
"@emotion/cache": ^11.13.0
"@emotion/react": ^11.13.0
"@emotion/styled": ^11.13.0
"@formatjs/intl": ^2.10.4
"@maplibre/maplibre-gl-style-spec": ^22.0.0
"@tanstack/react-table": ^8.20.5
chakra-react-select: ^5.0.2
classnames: ^2.3.2
framer-motion: ^10.17.4
html2canvas: ^1.4.1
jspdf: ^2.5.2
ol-mapbox-style: ^12.3.4
ol: ^10.3.0
proj4: ^2.12.1
react-dom: *react_version
react-icons: ^5.3.0
react-select: ^5.8.0
react-use: ^17.5.1
react: *react_version
uuid: ^10.0.0
# Devtools
"@changesets/cli": ^2.27.9
"@open-pioneer/build-package-cli": ^2.1.1
"@open-pioneer/build-support": ^2.0.2
"@open-pioneer/vite-plugin-pioneer": ^3.0.5
"@open-pioneer/check-pnpm-duplicates": "^0.1.0"
"@testing-library/dom": ^10.0.0
"@testing-library/jest-dom": ^6.6.2
"@testing-library/react": ^16.0.0
"@testing-library/user-event": ^14.5.2
"@types/js-yaml": ^4.0.9
"@types/jsdom": ^21.1.7
"@types/node": ^18.19.41
"@types/proj4": "^2.5.2"
"@types/react": ^18.3.11
"@types/react-dom": ^18.3.1
"@types/uuid": ^10.0.0
"@typescript-eslint/eslint-plugin": ^8.11.0
"@typescript-eslint/parser": ^8.11.0
"@vitejs/plugin-react-swc": ^3.7.1
eslint: ^8.57.0
eslint-config-prettier: ^9.1.0
eslint-import-resolver-typescript: ^3.6.3
eslint-plugin-header: ^3.1.1
eslint-plugin-import: ^2.31.0
eslint-plugin-jsx-a11y: ^6.10.1
eslint-plugin-react: ^7.37.1
eslint-plugin-react-hooks: ^4.6.2
eslint-plugin-unused-imports: ^4.1.4
fast-glob: ^3.3.2
handlebars: ^4.7.8
happy-dom: ^15.10.2
husky: ^9.1.6
js-yaml: ^4.1.0
jsdom: ^25.0.1
lint-staged: ^15.2.10
prettier: ^3.3.3
resize-observer-polyfill: ^1.5.1
rimraf: ^5.0.9
sass: ^1.80.3
tsx: ^4.19.1
typedoc: ^0.26.10
typescript: ~5.6.3
vite: ^5.4.9
vite-plugin-eslint: ^1.8.1
vitest: ^2.1.3