homer/package.json

31 lines
785 B
JSON
Raw Normal View History

{
"name": "homer",
2024-03-10 13:06:11 +00:00
"version": "24.02.1",
"scripts": {
2022-06-04 20:40:48 +00:00
"dev": "vite",
"mock": "http-server dummy-data/ --cors",
2022-06-04 20:40:48 +00:00
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
2024-03-10 13:06:11 +00:00
"@fortawesome/fontawesome-free": "^6.5.1",
2022-05-29 07:46:05 +00:00
"bulma": "^0.9.4",
"lodash.merge": "^4.6.2",
2024-03-10 13:06:11 +00:00
"vue": "^3.4.15",
"yaml": "^2.4.1"
},
"devDependencies": {
2024-03-10 13:06:11 +00:00
"@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",
2024-03-10 13:06:11 +00:00
"prettier": "^3.2.5",
"sass": "^1.71.1",
"vite": "^5.0.11",
"vite-plugin-pwa": "^0.19.2"
2021-12-12 08:45:54 +00:00
},
"license": "Apache-2.0"
}