Skip to content

Commit 92d2195

Browse files
authored
Merge pull request #33 from UW-Macrostrat/style-system
Style System
2 parents 0e03605 + c97c6b4 commit 92d2195

File tree

240 files changed

+1102
-114988
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+1102
-114988
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ The new website also contains an updated version of [trips viewer](https://githu
1212
`.env.example`](https://github.com/UW-Macrostrat/rockd-website/blob/main/.env.example) for more information.)
1313
3. Verify that you have access to recent versions of Node.js and the Yarn package manager ( `node >= 16.0.0` and
1414
`yarn >= 4.0.0`; run `node -v` and `yarn -v` to check)
15-
4. Run `make` (or `git submodule update --init --recursive` and `yarn install`) to pull down submodules and update packages
15+
4. Run `make` (or `yarn install`) to pull down submodules and update packages
1616
5. Start the live-reloading development server with `yarn run dev`. The server will be available at
1717
`http://localhost:3000` by default.

package.json

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -44,73 +44,34 @@
4444
},
4545
"dependencies": {
4646
"@blueprintjs/core": "^5.10.2",
47-
"@blueprintjs/select": "^5.1.4",
4847
"@blueprintjs/table": "^5.1.4",
49-
"@lagunovsky/redux-react-router": "^3.2.0",
5048
"@loadable/component": "^5.14.1",
5149
"@macrostrat-web/map-utils": "workspace:*",
5250
"@macrostrat-web/qgis-integration": "workspace:*",
53-
"@macrostrat-web/section-editor-demo": "workspace:*",
5451
"@macrostrat-web/security": "workspace:*",
5552
"@macrostrat-web/settings": "workspace:*",
56-
"@macrostrat-web/sift": "workspace:*",
5753
"@macrostrat-web/text-toolchain": "workspace:*",
5854
"@macrostrat-web/utility-functions": "workspace:*",
5955
"@macrostrat/color-utils": "^1.0.0",
60-
"@macrostrat/column-components": "^1.0.3",
61-
"@macrostrat/column-views": "^1.0.2",
6256
"@macrostrat/corelle": "^2.0.1",
63-
"@macrostrat/feedback-components": "^1.0.1",
6457
"@macrostrat/form-components": "^0.1.2",
6558
"@macrostrat/hyper": "^3.0.6",
6659
"@macrostrat/map-interface": "^1.2.2",
6760
"@macrostrat/map-styles": "^1.1.1",
6861
"@macrostrat/mapbox-react": "^2.5.0",
6962
"@macrostrat/mapbox-utils": "^1.4.0",
7063
"@macrostrat/style-system": "^0.2.0",
71-
"@macrostrat/svg-map-components": "^1.0.3",
72-
"@macrostrat/timescale": "^2.1.1",
7364
"@macrostrat/ui-components": "^4.1.2",
74-
"@react-hook/size": "^2.1.2",
7565
"@supabase/postgrest-js": "^1.11.0",
76-
"@turf/bbox": "^6.5.0",
77-
"@turf/boolean-contains": "^6.5.0",
78-
"@turf/buffer": "^6.5.0",
79-
"@turf/centroid": "^7.0.0",
80-
"@turf/distance": "^7.0.0",
81-
"@turf/line-intersect": "^7.0.0",
82-
"@turf/nearest-point-on-line": "^7.0.0",
83-
"@types/compression": "^1.7.2",
84-
"@types/express": "^4.17.17",
85-
"@types/geojson": "^7946.0.10",
86-
"@types/node": "^20.4.10",
87-
"@types/react": "^18.2.20",
88-
"@types/react-dom": "^18.2.7",
89-
"@types/react-redux": "^7.1.7",
9066
"@universal-middleware/express": "^0.0.2",
9167
"@vitejs/plugin-react": "^4.0.4",
92-
"axios": "^0.25.0",
9368
"cesium": "^1.126.0",
9469
"chroma-js": "^2.4.2",
9570
"classnames": "^2.2.6",
9671
"compression": "^1.7.4",
9772
"cookie-parser": "^1.4.6",
98-
"cross-fetch": "^4.0.0",
99-
"d3-array": "^3.1.1",
100-
"d3-axis": "^3.0.0",
101-
"d3-format": "^1.4.4",
102-
"d3-geo": "^3.0.1",
103-
"d3-scale": "^4.0.2",
104-
"d3-selection": "^1.0.0",
105-
"d3-shape": "^3.2.0",
106-
"esbuild": "^0.20.0",
107-
"esbuild-register": "^3.5.0",
108-
"esprima": "^4.0.1",
10973
"express": "^4.18.2",
110-
"express-http-proxy": "^2.0.0",
11174
"hex-to-css-filter": "^5.4.0",
112-
"history": "^5.3.0",
113-
"immutability-helper": "^3.1.1",
11475
"jose": "^5.1.2",
11576
"mapbox-gl": "^2.15.0",
11677
"new-github-issue-url": "^1.0.0",
@@ -125,22 +86,14 @@
12586
"react-router-hash-link": "^2.4.3",
12687
"react-spring": "^9.7.3",
12788
"recharts": "^2.13.0",
128-
"reduce-reducers": "^1.0.4",
12989
"redux": "^4.0.5",
13090
"sirv": "^2.0.3",
131-
"swagger-ui-react": "^5.12.3",
132-
"topojson-client": "^3.0.0",
13391
"transition-hook": "^1.5.2",
13492
"tsx": "^4.11.2",
135-
"underscore": "^1.13.6",
136-
"use-debounce": "^9.0.4",
137-
"use-react-router-breadcrumbs": "^3.2.1",
138-
"use-resize-observer": "^9.1.0",
13993
"vike": "^0.4.177",
14094
"vike-react": "^0.4.15",
14195
"vite": "^5.3.2",
14296
"vite-plugin-cesium": "^1.2.22",
143-
"vite-plugin-inspect": "^0.8.4",
14497
"zustand": "^4.5.1"
14598
},
14699
"resolutions": {

packages/section-editor/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/section-editor/.gitmodules

Whitespace-only changes.

packages/section-editor/.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/section-editor/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/section-editor/assets/column-patterns/dessication-cracks.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/section-editor/assets/column-patterns/digitate-stromatolites.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/section-editor/assets/column-patterns/domal-stromatolites.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/section-editor/assets/column-patterns/hcs.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)