homer/package.json

30 lines
751 B
JSON
Raw Normal View History

{
"name": "homer",
2022-07-11 20:07:48 +00:00
"version": "22.07.2",
"scripts": {
2022-06-04 20:40:48 +00:00
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
2022-08-26 19:23:44 +00:00
"@fortawesome/fontawesome-free": "^6.1.2",
2022-05-29 07:46:05 +00:00
"bulma": "^0.9.4",
2021-07-14 10:05:53 +00:00
"js-yaml": "^4.1.0",
"lodash.merge": "^4.6.2",
2022-08-26 19:23:44 +00:00
"vue": "^3.2.37"
},
"devDependencies": {
2022-08-26 19:23:44 +00:00
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^3.0.3",
2022-06-04 20:40:48 +00:00
"@vue/eslint-config-prettier": "^7.0.0",
2022-08-26 19:23:44 +00:00
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"sass": "^1.54.4",
"vite": "^3.0.7",
2022-07-11 20:07:48 +00:00
"vite-plugin-pwa": "^0.12.3"
2021-12-12 08:45:54 +00:00
},
"license": "Apache-2.0"
}