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