mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-19 13:52:08 +01:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "homer",
|
|
"version": "25.05.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.7.2",
|
|
"bulma": "^1.0.4",
|
|
"lodash.merge": "^4.6.2",
|
|
"vue": "^3.5.18",
|
|
"yaml": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.32.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"eslint": "^9.32.0",
|
|
"eslint-plugin-vue": "^9.33.0",
|
|
"globals": "^16.3.0",
|
|
"http-server": "^14.1.1",
|
|
"prettier": "^3.6.2",
|
|
"sass-embedded": "^1.90.0",
|
|
"vite": "^7.0.6",
|
|
"vite-plugin-pwa": "^1.0.2"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
|
|
"pnpm": {
|
|
"neverBuiltDependencies": []
|
|
}
|
|
}
|