]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - package.json
make sure to use the latest node LTS
[github/bastienwirtz/homer.git] / package.json
1 {
2 "name": "homer",
3 "version": "24.02.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.5.1",
13 "bulma": "^0.9.4",
14 "lodash.merge": "^4.6.2",
15 "vue": "^3.4.15",
16 "yaml": "^2.4.1"
17 },
18 "devDependencies": {
19 "@vitejs/plugin-vue": "^5.0.4",
20 "@vue/eslint-config-prettier": "^9.0.0",
21 "eslint": "^8.57.0",
22 "eslint-plugin-vue": "^9.22.0",
23 "http-server": "^14.1.1",
24 "prettier": "^3.2.5",
25 "sass": "^1.71.1",
26 "vite": "^5.0.11",
27 "vite-plugin-pwa": "^0.19.2"
28 },
29 "license": "Apache-2.0"
30 }