mirror of https://github.com/bastienwirtz/homer
32 lines
824 B
JSON
32 lines
824 B
JSON
{
|
|
"name": "homer",
|
|
"version": "22.07.2",
|
|
"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.4.0",
|
|
"bulma": "^0.9.4",
|
|
"lodash.merge": "^4.6.2",
|
|
"vue": "^3.3.4",
|
|
"yaml": "^2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-vue": "^9.15.1",
|
|
"http-server": "^14.1.1",
|
|
"prettier": "^3.0.0",
|
|
"sass": "^1.64.1",
|
|
"vite": "^4.4.6",
|
|
"vite-plugin-pwa": "^0.16.4"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|