Skip to content

Commit

Permalink
Merge pull request #1 from NMSCD/dev
Browse files Browse the repository at this point in the history
rewrite for better UX
  • Loading branch information
Lenni009 authored Aug 4, 2024
2 parents 22eed95 + aa6a664 commit cf105fc
Show file tree
Hide file tree
Showing 18 changed files with 654 additions and 279 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
content="width=device-width, initial-scale=1"
name="viewport"
/>
<title>NMS Frigate Calc</title>
<title>NMS Frigate Calculator</title>
<script
src="./src/main.ts"
type="module"
></script>
</head>

<body>
<div id="app"></div>
<div id="app" class="container"></div>
</body>
</html>
177 changes: 137 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nms-frigate-calc",
"name": "nms-frigate-calculator",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -10,15 +10,14 @@
"format": "prettier --write src/"
},
"dependencies": {
"bootstrap": "^5.3.3",
"@picocss/pico": "^2.0.6",
"vue": "^3.4.21"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/node": "^22.1.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vueuse/core": "^10.11.0",
"prettier": "^3.3.3",
"sass": "^1.72.0",
"typescript": "5.5.4",
"vite": "^5.2.0",
"vue-tsc": "^2.0.7"
Expand Down
Loading

0 comments on commit cf105fc

Please sign in to comment.