|
9 | 9 | "dev": "NODE_NO_WARNINGS=1 yarn run server:dev", |
10 | 10 | "build": "vite build", |
11 | 11 | "server": "tsx ./server/index.ts", |
12 | | - "server:dev": "tsx ./server/index.ts", |
| 12 | + "server:dev": "tsx --env-file=.env ./server/index.ts", |
13 | 13 | "format": "prettier --write src packages", |
14 | 14 | "server:prod": "NODE_NO_WARNINGS=1 NODE_ENV=production yarn run server", |
15 | | - "dev:storybook": "yarn workspace @macrostrat/storybook run dev", |
16 | 15 | "start": "yarn run build && yarn run server", |
17 | 16 | "test:runtime": "tsx tests/test-urls.ts", |
18 | 17 | "test": "vitest" |
19 | 18 | }, |
20 | 19 | "workspaces": [ |
21 | 20 | "deps/web-components/packages/*", |
22 | | - "deps/web-components/storybook", |
23 | 21 | "deps/cesium-viewer", |
24 | 22 | "deps/cesium-martini", |
25 | 23 | "packages/*" |
|
35 | 33 | "@babel/preset-env": "^7.19.4", |
36 | 34 | "@babel/preset-typescript": "^7.18.6", |
37 | 35 | "@macrostrat/revision-info-webpack": "^1.0.0", |
38 | | - "@macrostrat/storybook": "workspace:*", |
39 | 36 | "@mdx-js/rollup": "^2.3.0", |
40 | | - "@types/esprima": "^4", |
41 | | - "@types/prop-types": "^15", |
42 | 37 | "@types/underscore": "^1", |
43 | 38 | "@typescript-eslint/eslint-plugin": "^6.3.0", |
44 | 39 | "@typescript-eslint/parser": "^6.3.0", |
45 | 40 | "@yarnpkg/sdks": "^3.1.0", |
| 41 | + "chalk": "^5.3.0", |
| 42 | + "http-proxy-middleware": "^3.0.3", |
46 | 43 | "prettier": "^2.7.1", |
| 44 | + "react-arborist": "^3.4.0", |
| 45 | + "react-text-annotate-blend": "^1.2.0", |
47 | 46 | "sass": "^1.49.0", |
48 | 47 | "sass-embedded": "^1.79.1", |
49 | 48 | "stylus": "^0.55.0", |
|
53 | 52 | }, |
54 | 53 | "dependencies": { |
55 | 54 | "@blueprintjs/core": "^5.10.2", |
56 | | - "@blueprintjs/icons": "^5.13.0", |
57 | 55 | "@blueprintjs/select": "^5.1.4", |
58 | | - "@blueprintjs/table": "^5.2.2", |
| 56 | + "@blueprintjs/table": "^5.1.4", |
59 | 57 | "@lagunovsky/redux-react-router": "^3.2.0", |
60 | 58 | "@loadable/component": "^5.14.1", |
61 | | - "@macrostrat-web/data-sheet-test": "workspace:*", |
| 59 | + "@macrostrat-web/column-builder": "workspace:*", |
62 | 60 | "@macrostrat-web/globe": "workspace:*", |
63 | 61 | "@macrostrat-web/lithology-hierarchy": "workspace:*", |
64 | 62 | "@macrostrat-web/map-utils": "workspace:*", |
|
72 | 70 | "@macrostrat/api-utils": "workspace:*", |
73 | 71 | "@macrostrat/api-views": "workspace:*", |
74 | 72 | "@macrostrat/auth-components": "workspace:*", |
75 | | - "@macrostrat/cesium-viewer": "workspace:^", |
76 | 73 | "@macrostrat/color-utils": "workspace:*", |
77 | 74 | "@macrostrat/column-components": "workspace:*", |
78 | 75 | "@macrostrat/column-views": "workspace:*", |
79 | | - "@macrostrat/concept-app-helpers": "workspace:^", |
80 | 76 | "@macrostrat/corelle": "^2.0.1", |
81 | | - "@macrostrat/data-components": "workspace:^", |
| 77 | + "@macrostrat/data-components": "workspace:*", |
82 | 78 | "@macrostrat/data-sheet2": "workspace:*", |
83 | 79 | "@macrostrat/feedback-components": "workspace:*", |
84 | 80 | "@macrostrat/hyper": "^2.2.1", |
85 | | - "@macrostrat/map-components": "workspace:^", |
| 81 | + "@macrostrat/map-components": "workspace:*", |
86 | 82 | "@macrostrat/map-interface": "workspace:*", |
87 | 83 | "@macrostrat/mapbox-react": "workspace:^2.1.0", |
88 | 84 | "@macrostrat/mapbox-styles": "workspace:*", |
|
108 | 104 | "@types/react-redux": "^7.1.7", |
109 | 105 | "@universal-middleware/express": "^0.0.2", |
110 | 106 | "@visx/axis": "^2.14.0", |
111 | | - "@visx/group": "^3.3.0", |
112 | 107 | "@visx/scale": "^2.2.2", |
113 | | - "@visx/shape": "^3.5.0", |
114 | 108 | "@vitejs/plugin-react": "^4.0.4", |
115 | | - "@vx/axis": "^0.0.199", |
116 | | - "@vx/scale": "^0.0.199", |
117 | | - "@vx/shape": "^0.0.199", |
118 | | - "@znemz/cesium-navigation": "^4.0.0", |
119 | 109 | "axios": "^0.25.0", |
120 | | - "cesium": "^1.122.0", |
121 | | - "chroma-js": "^2.4.2", |
| 110 | + "chroma-js": "^3.0.0", |
122 | 111 | "classnames": "^2.2.6", |
123 | 112 | "compression": "^1.7.4", |
124 | 113 | "cookie-parser": "^1.4.6", |
|
135 | 124 | "esprima": "^4.0.1", |
136 | 125 | "express": "^4.18.2", |
137 | 126 | "express-http-proxy": "^2.0.0", |
138 | | - "gl-matrix": "^3.4.3", |
| 127 | + "fuse.js": "^7.0.0", |
139 | 128 | "hex-to-css-filter": "^5.4.0", |
140 | 129 | "history": "^5.3.0", |
141 | 130 | "immutability-helper": "^3.1.1", |
142 | 131 | "jose": "^5.1.2", |
143 | 132 | "mapbox-gl": "^2.15.0", |
144 | 133 | "new-github-issue-url": "^1.0.0", |
145 | | - "prop-types": "^15.8.1", |
| 134 | + "part-regex": "^0.1.2", |
146 | 135 | "react": "^18.3.0", |
147 | 136 | "react-cookie": "^3.0.4", |
148 | | - "react-datasheet": "^1.4.12", |
149 | 137 | "react-dom": "^18.3.0", |
150 | 138 | "react-intersection-observer": "^9.4.3", |
151 | 139 | "react-redux": "^7.2.0", |
|
156 | 144 | "reduce-reducers": "^1.0.4", |
157 | 145 | "redux": "^4.0.5", |
158 | 146 | "sirv": "^2.0.3", |
159 | | - "supercluster": "^8.0.1", |
160 | 147 | "swagger-ui-react": "^5.12.3", |
161 | 148 | "topojson-client": "^3.0.0", |
162 | 149 | "transition-hook": "^1.5.2", |
163 | 150 | "tsx": "^4.11.2", |
164 | 151 | "underscore": "^1.13.6", |
165 | 152 | "use-debounce": "^9.0.4", |
| 153 | + "use-element-dimensions": "^2.1.3", |
166 | 154 | "use-react-router-breadcrumbs": "^3.2.1", |
167 | 155 | "use-resize-observer": "^9.1.0", |
168 | | - "vike": "^0.4.177", |
169 | | - "vike-react": "^0.4.15", |
170 | | - "vite": "5.4.11", |
| 156 | + "vike": "^0.4.199", |
| 157 | + "vike-react": "^0.5.7", |
| 158 | + "vite": "^5.3.2", |
171 | 159 | "vite-plugin-cesium": "^1.2.22", |
172 | 160 | "vite-plugin-inspect": "^0.8.4", |
173 | 161 | "zustand": "^4.5.1" |
174 | 162 | }, |
175 | 163 | "prettier": { |
176 | 164 | "proseWrap": "always" |
177 | 165 | }, |
178 | | - "packageManager": "yarn@4.3.1" |
| 166 | + "packageManager": "yarn@4.5.1" |
179 | 167 | } |
0 commit comments