Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Replace JavaScript with TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Oct 7, 2023
1 parent 78cfc94 commit 206da96
Show file tree
Hide file tree
Showing 169 changed files with 10,069 additions and 33,915 deletions.
2 changes: 1 addition & 1 deletion .docker/prod/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:14-alpine AS build

WORKDIR /app

COPY package.json /app
COPY package.tson /app

RUN yarn install

Expand Down
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.tson

# Runtime data
pids
Expand Down Expand Up @@ -74,16 +74,16 @@ typings/
# parcel-bundler cache (https://parceljs.org/)
.cache

# Next.js build output
# Next.ts build output
.next

# Nuxt.js build / generate output
# Nuxt.ts build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# Comment in the public line in if your project uses Gatsby and *not* Next.ts
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Built with Laravel Enso 4.x and Nuxt:

[Vue Router](https://router.vuejs.org/en), [Vuex](https://vuex.vuejs.org/en/), [Axios](https://github.com/axios/axios),
[Font awesome 5](https://fontawesome.com), [Animate.css](https://daneden.github.io/animate.css/),
[Bulma-Extensions](https://wikiki.github.io/bulma-extensions/overview), [Driver.js](https://kamranahmed.info/driver.js/),
[Chart.js](http://chartjs.org), [Flatpickr](https://chmln.github.io/flatpickr/),
[Bulma-Extensions](https://wikiki.github.io/bulma-extensions/overview), [Driver.ts](https://kamranahmed.info/driver.ts/),
[Chart.ts](http://chartjs.org), [Flatpickr](https://chmln.github.io/flatpickr/),

Special thanks to [Taylor Otwell](https://laravel.com/), [Jeffrey Way](https://laracasts.com), [Evan You](https://vuejs.org/) and [Jeremy Thomas](https://bulma.io). [Laravel Enso](https://github.com/laravel-enso)

Expand Down
3 changes: 0 additions & 3 deletions app/router.scrollBehavior.js

This file was deleted.

104 changes: 0 additions & 104 deletions assets/js/descendants-chart/descendants-chart-storage.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit 206da96

Please sign in to comment.