diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json index 9efa8a1..8643569 100644 --- a/package.json +++ b/package.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "name": "homer", | 2 | "name": "homer", |
3 | "version": "21.09.1", | 3 | "version": "22.07.1", |
4 | "scripts": { | 4 | "scripts": { |
5 | "dev": "vite", | 5 | "dev": "vite", |
6 | "build": "vite build", | 6 | "build": "vite build", |
@@ -12,19 +12,18 @@ | |||
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 | "register-service-worker": "^1.7.2", | ||
16 | "vue": "^3.2.33" | 15 | "vue": "^3.2.33" |
17 | }, | 16 | }, |
18 | "devDependencies": { | 17 | "devDependencies": { |
19 | "@rushstack/eslint-patch": "^1.1.0", | 18 | "@rushstack/eslint-patch": "^1.1.0", |
20 | "@vitejs/plugin-vue": "^2.3.1", | 19 | "@vitejs/plugin-vue": "^2.3.1", |
21 | "@vue/cli-plugin-pwa": "^5.0.4", | ||
22 | "@vue/eslint-config-prettier": "^7.0.0", | 20 | "@vue/eslint-config-prettier": "^7.0.0", |
23 | "eslint": "^8.5.0", | 21 | "eslint": "^8.5.0", |
24 | "eslint-plugin-vue": "^8.2.0", | 22 | "eslint-plugin-vue": "^9.1.1", |
25 | "prettier": "^2.5.1", | 23 | "prettier": "^2.5.1", |
26 | "sass": "^1.52.2", | 24 | "sass": "^1.52.2", |
27 | "vite": "^2.9.9" | 25 | "vite": "^2.9.9", |
26 | "vite-plugin-pwa": "^0.12.2" | ||
28 | }, | 27 | }, |
29 | "license": "Apache-2.0" | 28 | "license": "Apache-2.0" |
30 | } | 29 | } |