-
-
Notifications
You must be signed in to change notification settings - Fork 817
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
76224d8
commit e79f6e5
Showing
4 changed files
with
901 additions
and
887 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
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
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,6 +1,7 @@ | ||
{ | ||
"name": "homer", | ||
"version": "24.04.1", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"mock": "http-server dummy-data/ --cors", | ||
|
@@ -9,23 +10,24 @@ | |
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-free": "^6.5.1", | ||
"@fortawesome/fontawesome-free": "^6.5.2", | ||
"bulma": "^0.9.4", | ||
"lodash.merge": "^4.6.2", | ||
"vue": "^3.4.15", | ||
"yaml": "^2.4.1" | ||
"vue": "^3.4.26", | ||
"yaml": "^2.4.2" | ||
}, | ||
"devDependencies": { | ||
"@rushstack/eslint-patch": "^1.7.2", | ||
"@rushstack/eslint-patch": "^1.10.2", | ||
"@vitejs/plugin-vue": "^5.0.4", | ||
"@vue/eslint-config-prettier": "^9.0.0", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-vue": "^9.22.0", | ||
"eslint": "^9.1.1", | ||
"eslint-plugin-vue": "^9.25.0", | ||
"http-server": "^14.1.1", | ||
"prettier": "^3.2.5", | ||
"sass": "^1.71.1", | ||
"vite": "^5.0.11", | ||
"vite-plugin-pwa": "^0.19.2" | ||
"sass": "^1.76.0", | ||
"vite": "^5.2.10", | ||
"vite-plugin-pwa": "^0.20.0" | ||
}, | ||
"license": "Apache-2.0" | ||
"license": "Apache-2.0", | ||
"packageManager": "[email protected]+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3" | ||
} |
Oops, something went wrong.