]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - package.json
Service for rTorrent. (#511)
[github/bastienwirtz/homer.git] / package.json
1 {
2 "name": "homer",
3 "version": "22.07.2",
4 "scripts": {
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"
9 },
10 "dependencies": {
11 "@fortawesome/fontawesome-free": "^6.2.0",
12 "bulma": "^0.9.4",
13 "yaml": "^2.1.3",
14 "lodash.merge": "^4.6.2",
15 "vue": "^3.2.41"
16 },
17 "devDependencies": {
18 "@rushstack/eslint-patch": "^1.2.0",
19 "@vitejs/plugin-vue": "^3.2.0",
20 "@vue/eslint-config-prettier": "^7.0.0",
21 "eslint": "^8.26.0",
22 "eslint-plugin-vue": "^9.6.0",
23 "prettier": "^2.7.1",
24 "sass": "^1.55.0",
25 "vite": "^3.2.1",
26 "vite-plugin-pwa": "^0.13.1"
27 },
28 "license": "Apache-2.0"
29 }