homer/package.json

34 lines
1016 B
JSON
Raw Normal View History

{
"name": "homer",
2024-05-22 07:28:23 +00:00
"version": "24.05.1",
2024-05-01 20:00:21 +00:00
"type": "module",
"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-05-01 20:00:21 +00:00
"@fortawesome/fontawesome-free": "^6.5.2",
"bulma": "^1.0.1",
"lodash.merge": "^4.6.2",
2024-05-01 20:00:21 +00:00
"vue": "^3.4.26",
"yaml": "^2.4.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
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",
2024-05-01 20:00:21 +00:00
"eslint-plugin-vue": "^9.25.0",
"http-server": "^14.1.1",
2024-03-10 13:06:11 +00:00
"prettier": "^3.2.5",
2024-05-01 20:00:21 +00:00
"sass": "^1.76.0",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.20.0"
2021-12-12 08:45:54 +00:00
},
2024-05-01 20:00:21 +00:00
"license": "Apache-2.0",
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}