mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 08:44:00 +01:00
34 lines
1016 B
JSON
34 lines
1016 B
JSON
{
|
|
"name": "homer",
|
|
"version": "24.05.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"mock": "http-server dummy-data/ --cors",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 5050",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.5.2",
|
|
"bulma": "^1.0.1",
|
|
"lodash.merge": "^4.6.2",
|
|
"vue": "^3.4.31",
|
|
"yaml": "^2.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.8.0",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.25.0",
|
|
"http-server": "^14.1.1",
|
|
"prettier": "^3.2.5",
|
|
"sass": "^1.76.0",
|
|
"vite": "^5.2.10",
|
|
"vite-plugin-pwa": "^0.20.0"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
|
|
}
|