mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 08:44:00 +01:00
33 lines
930 B
JSON
33 lines
930 B
JSON
{
|
|
"name": "homer",
|
|
"version": "24.10.2",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"mock": "http-server dummy-data/ --cors",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 5050",
|
|
"lint": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.6.0",
|
|
"bulma": "^1.0.2",
|
|
"lodash.merge": "^4.6.2",
|
|
"vue": "^3.5.12",
|
|
"yaml": "^2.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"@vue/eslint-config-prettier": "^10.0.0",
|
|
"eslint": "^9.12.0",
|
|
"eslint-plugin-vue": "^9.29.0",
|
|
"http-server": "^14.1.1",
|
|
"prettier": "^3.3.3",
|
|
"sass-embedded": "^1.79.5",
|
|
"vite": "^5.4.9",
|
|
"vite-plugin-pwa": "^0.20.5"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
|
|
}
|