aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
blob: 63ec429f3e7ab8f5f81e2c2ccdfa170289fc4d2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "homer",
  "version": "24.04.1",
  "scripts": {
    "dev": "vite",
    "mock": "http-server dummy-data/ --cors",
    "build": "vite build",
    "preview": "vite preview --port 5050",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^6.5.1",
    "bulma": "^0.9.4",
    "lodash.merge": "^4.6.2",
    "vue": "^3.4.15",
    "yaml": "^2.4.1"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "^1.7.2",
    "@vitejs/plugin-vue": "^5.0.4",
    "@vue/eslint-config-prettier": "^9.0.0",
    "eslint": "^8.57.0",
    "eslint-plugin-vue": "^9.22.0",
    "http-server": "^14.1.1",
    "prettier": "^3.2.5",
    "sass": "^1.71.1",
    "vite": "^5.0.11",
    "vite-plugin-pwa": "^0.19.2"
  },
  "license": "Apache-2.0"
}