diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index bd19439..911cb56 100644 --- a/package.json +++ b/package.json | |||
@@ -8,21 +8,21 @@ | |||
8 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" | 8 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" |
9 | }, | 9 | }, |
10 | "dependencies": { | 10 | "dependencies": { |
11 | "@fortawesome/fontawesome-free": "^6.1.1", | 11 | "@fortawesome/fontawesome-free": "^6.1.2", |
12 | "bulma": "^0.9.4", | 12 | "bulma": "^0.9.4", |
13 | "js-yaml": "^4.1.0", | 13 | "js-yaml": "^4.1.0", |
14 | "lodash.merge": "^4.6.2", | 14 | "lodash.merge": "^4.6.2", |
15 | "vue": "^3.2.33" | 15 | "vue": "^3.2.37" |
16 | }, | 16 | }, |
17 | "devDependencies": { | 17 | "devDependencies": { |
18 | "@rushstack/eslint-patch": "^1.1.0", | 18 | "@rushstack/eslint-patch": "^1.1.4", |
19 | "@vitejs/plugin-vue": "^2.3.1", | 19 | "@vitejs/plugin-vue": "^3.0.3", |
20 | "@vue/eslint-config-prettier": "^7.0.0", | 20 | "@vue/eslint-config-prettier": "^7.0.0", |
21 | "eslint": "^8.5.0", | 21 | "eslint": "^8.22.0", |
22 | "eslint-plugin-vue": "^9.2.0", | 22 | "eslint-plugin-vue": "^9.3.0", |
23 | "prettier": "^2.5.1", | 23 | "prettier": "^2.7.1", |
24 | "sass": "^1.52.2", | 24 | "sass": "^1.54.4", |
25 | "vite": "^2.9.14", | 25 | "vite": "^3.0.7", |
26 | "vite-plugin-pwa": "^0.12.3" | 26 | "vite-plugin-pwa": "^0.12.3" |
27 | }, | 27 | }, |
28 | "license": "Apache-2.0" | 28 | "license": "Apache-2.0" |