Compare commits

..

No commits in common. "8e4a37253f914079c2228f1d2c3bd9a5d543362b" and "c9334a2a7667eb1b6f3f57a01bcd60013653c268" have entirely different histories.

3 changed files with 601 additions and 651 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -8,13 +8,13 @@ private: true
dependencies: dependencies:
# Libraries # Libraries
gl-matrix: ^3.4.3 # To help with 3D math in WebGL code gl-matrix: ^3.4.3 # To help with 3D math in WebGL code
classnames: ^2.5.1 # To manage CSS class names in react code classnames: ^2.3.2 # To manage CSS class names in react code
# Fonts # Fonts
hack-font: ^3.3.0 hack-font: ^3.3.0
'@fontsource/arimo': ^5.0.18 '@fontsource/arimo': ^5.0.3
'@fontsource/nunito': ^5.0.16 '@fontsource/nunito': ^5.0.3
'@fortawesome/fontawesome-free': ^6.5.1 '@fortawesome/fontawesome-free': ^6.4.0
# Frameworks for static content # Frameworks for static content
bulma: ^0.9.4 bulma: ^0.9.4
@ -23,39 +23,39 @@ dependencies:
react: ^18.2.0 react: ^18.2.0
react-dom: ^18.2.0 react-dom: ^18.2.0
react-use-error-boundary: ^3.0.0 # TODO(tlater): Remove when react implement their own react-use-error-boundary: ^3.0.0 # TODO(tlater): Remove when react implement their own
redux: ^5.0.1 redux: ^4.2.1
'@reduxjs/toolkit': ^2.0.1 '@reduxjs/toolkit': ^1.9.5
react-redux: ^9.0.4 react-redux: ^8.1.0
devDependencies: devDependencies:
# Parcel & plugins # Parcel & plugins
parcel: ^2.10.3 parcel: ^2.9.2
'@parcel/transformer-sass': ^2.10.3 '@parcel/transformer-sass': ^2.9.2
'@parcel/transformer-glsl': ^2.10.3 '@parcel/transformer-glsl': ^2.9.2
# Build tools # Build tools
typescript: ^5.3.3 typescript: ^5.1.3
sass: ^1.69.6 sass: ^1.63.3
posthtml-extend: ^0.6.5 posthtml-extend: ^0.6.5
posthtml-favicons: ^1.4.0 posthtml-favicons: ^1.4.0
posthtml-include: ^1.7.4 posthtml-include: ^1.7.4
posthtml-markdownit: ^1.3.1 posthtml-markdownit: ^1.3.1
'@babel/preset-env': ^7.23.7 '@babel/preset-env': ^7.22.5
# Type shims # Type shims
'@types/react-dom': ^18.2.18 '@types/react-dom': ^18.2.5
'@types/react-redux': ^7.1.33 '@types/react-redux': ^7.1.25
# Dev tools # Dev tools
npm-check-updates: ^16.14.12 npm-check-updates: ^16.10.12
prettier: ^3.1.1 prettier: ^2.8.8
typescript-language-server: ^4.2.0 typescript-language-server: ^3.3.2
typescript-eslint-language-service: ^5.0.5 typescript-eslint-language-service: ^5.0.5
eslint: ^8.56.0 eslint: ^8.42.0
'@typescript-eslint/parser': ^6.17.0 '@typescript-eslint/parser': ^5.59.11
'@typescript-eslint/eslint-plugin': ^6.17.0 '@typescript-eslint/eslint-plugin': ^5.59.11
vscode-langservers-extracted: ^4.8.0 vscode-langservers-extracted: ^4.7.0
scripts: scripts:
# Dev workflow # Dev workflow