homer/package.json

32 lines
824 B
JSON
Raw Permalink Normal View History

{
"name": "homer",
2022-07-11 22:07:48 +02:00
"version": "22.07.2",
"scripts": {
2022-06-04 22:40:48 +02:00
"dev": "vite",
"mock": "http-server dummy-data/ --cors",
2022-06-04 22:40:48 +02:00
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
2022-10-29 15:39:35 +02:00
"@fortawesome/fontawesome-free": "^6.2.0",
2022-05-29 09:46:05 +02:00
"bulma": "^0.9.4",
"lodash.merge": "^4.6.2",
"vue": "^3.2.41",
"yaml": "^2.1.3"
},
"devDependencies": {
2022-10-29 15:39:35 +02:00
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^3.2.0",
2022-06-04 22:40:48 +02:00
"@vue/eslint-config-prettier": "^7.0.0",
2022-10-29 15:39:35 +02:00
"eslint": "^8.26.0",
"eslint-plugin-vue": "^9.6.0",
"http-server": "^14.1.1",
2022-08-26 21:23:44 +02:00
"prettier": "^2.7.1",
2022-10-29 15:39:35 +02:00
"sass": "^1.55.0",
"vite": "^3.2.1",
"vite-plugin-pwa": "^0.13.1"
2021-12-12 09:45:54 +01:00
},
"license": "Apache-2.0"
}