forked from pollubMsMsEs/engineer-project-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
effe29d
commit 8107ffb
Showing
2 changed files
with
45 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Changelog | ||
|
||
## v1.0.0 (2024-02-13) | ||
|
||
## What's changed | ||
|
||
- ✨ The state of the app at the time of its submission as part of the engineering thesis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
{ | ||
"name": "client", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"@mdi/js": "^7.2.96", | ||
"@mdi/react": "^1.6.1", | ||
"@types/node": "20.5.7", | ||
"@types/react": "18.2.21", | ||
"@types/react-dom": "18.2.7", | ||
"chart.js": "^4.4.0", | ||
"dayjs": "^1.11.9", | ||
"eslint": "8.48.0", | ||
"eslint-config-next": "13.4.19", | ||
"jwt-decode": "^3.1.2", | ||
"next": "^13.5.6", | ||
"radash": "^11.0.0", | ||
"react": "18.2.0", | ||
"react-chartjs-2": "^5.2.0", | ||
"react-dom": "18.2.0", | ||
"react-markdown": "^9.0.0", | ||
"react-toastify": "^9.1.3", | ||
"react-tooltip": "^5.21.5", | ||
"sass": "^1.66.1", | ||
"server-only": "^0.0.1", | ||
"stylelint-config-recess-order": "^4.3.0", | ||
"typescript": "5.2.2" | ||
}, | ||
"devDependencies": { | ||
"stylelint": "^15.10.3", | ||
"stylelint-config-standard": "^34.0.0", | ||
"stylelint-config-standard-scss": "^10.0.0" | ||
} | ||
"name": "client", | ||
"version": "1.0.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"@mdi/js": "^7.2.96", | ||
"@mdi/react": "^1.6.1", | ||
"@types/node": "20.5.7", | ||
"@types/react": "18.2.21", | ||
"@types/react-dom": "18.2.7", | ||
"chart.js": "^4.4.0", | ||
"dayjs": "^1.11.9", | ||
"eslint": "8.48.0", | ||
"eslint-config-next": "13.4.19", | ||
"jwt-decode": "^3.1.2", | ||
"next": "^13.5.6", | ||
"radash": "^11.0.0", | ||
"react": "18.2.0", | ||
"react-chartjs-2": "^5.2.0", | ||
"react-dom": "18.2.0", | ||
"react-markdown": "^9.0.0", | ||
"react-toastify": "^9.1.3", | ||
"react-tooltip": "^5.21.5", | ||
"sass": "^1.66.1", | ||
"server-only": "^0.0.1", | ||
"stylelint-config-recess-order": "^4.3.0", | ||
"typescript": "5.2.2" | ||
}, | ||
"devDependencies": { | ||
"stylelint": "^15.10.3", | ||
"stylelint-config-standard": "^34.0.0", | ||
"stylelint-config-standard-scss": "^10.0.0" | ||
} | ||
} |