]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - package.json
Bump vite from 4.4.9 to 4.5.2
[github/bastienwirtz/homer.git] / package.json
1 {
2 "name": "homer",
3 "version": "23.10.1",
4 "scripts": {
5 "dev": "vite",
6 "mock": "http-server dummy-data/ --cors",
7 "build": "vite build",
8 "preview": "vite preview --port 5050",
9 "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
10 },
11 "dependencies": {
12 "@fortawesome/fontawesome-free": "^6.4.2",
13 "bulma": "^0.9.4",
14 "lodash.merge": "^4.6.2",
15 "vue": "^3.3.4",
16 "yaml": "^2.3.2"
17 },
18 "devDependencies": {
19 "@rushstack/eslint-patch": "^1.4.0",
20 "@vitejs/plugin-vue": "^4.3.4",
21 "@vue/eslint-config-prettier": "^8.0.0",
22 "eslint": "^8.50.0",
23 "eslint-plugin-vue": "^9.17.0",
24 "http-server": "^14.1.1",
25 "prettier": "^3.0.3",
26 "sass": "^1.68.0",
27 "vite": "^4.5.2",
28 "vite-plugin-pwa": "^0.16.5"
29 },
30 "license": "Apache-2.0"
31 }