mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-18 13:22:08 +01:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "homer",
|
|
"version": "25.02.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.3",
|
|
"lodash.merge": "^4.6.2",
|
|
"vue": "^3.5.13",
|
|
"yaml": "^2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"eslint": "^9.21.0",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"globals": "^16.0.0",
|
|
"http-server": "^14.1.1",
|
|
"prettier": "^3.5.2",
|
|
"sass-embedded": "^1.85.0",
|
|
"vite": "^6.1.1",
|
|
"vite-plugin-pwa": "^0.21.1"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
|
|
"pnpm": {
|
|
"neverBuiltDependencies": []
|
|
}
|
|
}
|