homer/package.json

30 lines
750 B
JSON
Raw Normal View History

{
"name": "homer",
2022-07-03 21:40:47 +02:00
"version": "22.07.1",
"scripts": {
2022-06-04 22:40:48 +02:00
"dev": "vite",
"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.1.1",
2022-05-29 09:46:05 +02:00
"bulma": "^0.9.4",
2021-07-14 12:05:53 +02:00
"js-yaml": "^4.1.0",
"lodash.merge": "^4.6.2",
2022-06-04 22:40:48 +02:00
"vue": "^3.2.33"
},
"devDependencies": {
2022-06-04 22:40:48 +02:00
"@rushstack/eslint-patch": "^1.1.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.5.0",
2022-07-03 21:40:47 +02:00
"eslint-plugin-vue": "^9.1.1",
2022-06-04 22:40:48 +02:00
"prettier": "^2.5.1",
"sass": "^1.52.2",
2022-07-03 21:40:47 +02:00
"vite": "^2.9.9",
"vite-plugin-pwa": "^0.12.2"
2021-12-12 09:45:54 +01:00
},
"license": "Apache-2.0"
}