]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - package.json
Uniform workflow yaml style
[github/bastienwirtz/homer.git] / package.json
CommitLineData
b9c5fcf0
BW
1{
2 "name": "homer",
b4207f27 3 "version": "22.07.1",
b9c5fcf0 4 "scripts": {
cbbed634
BW
5 "dev": "vite",
6 "build": "vite build",
7 "preview": "vite preview --port 5050",
8 "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
b9c5fcf0
BW
9 },
10 "dependencies": {
b2bf3901 11 "@fortawesome/fontawesome-free": "^6.1.1",
95d73348 12 "bulma": "^0.9.4",
c06c0cdf 13 "js-yaml": "^4.1.0",
b9c5fcf0 14 "lodash.merge": "^4.6.2",
cbbed634 15 "vue": "^3.2.33"
b9c5fcf0
BW
16 },
17 "devDependencies": {
cbbed634
BW
18 "@rushstack/eslint-patch": "^1.1.0",
19 "@vitejs/plugin-vue": "^2.3.1",
cbbed634
BW
20 "@vue/eslint-config-prettier": "^7.0.0",
21 "eslint": "^8.5.0",
b4207f27 22 "eslint-plugin-vue": "^9.1.1",
cbbed634
BW
23 "prettier": "^2.5.1",
24 "sass": "^1.52.2",
b4207f27
BW
25 "vite": "^2.9.9",
26 "vite-plugin-pwa": "^0.12.2"
e6ba84d3
BW
27 },
28 "license": "Apache-2.0"
b9c5fcf0 29}