mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 08:44:00 +01:00
36 lines
942 B
JSON
36 lines
942 B
JSON
{
|
|
"name": "homer",
|
|
"version": "20.06.1",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.13.1",
|
|
"bulma": "^0.9.0",
|
|
"core-js": "^3.6.4",
|
|
"js-yaml": "^3.14.0",
|
|
"lodash.merge": "^4.6.2",
|
|
"register-service-worker": "^1.7.1",
|
|
"vue": "^2.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.4.6",
|
|
"@vue/cli-plugin-eslint": "~4.4.6",
|
|
"@vue/cli-plugin-pwa": "~4.4.6",
|
|
"@vue/cli-service": "~4.4.6",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.4.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"prettier": "^2.0.5",
|
|
"raw-loader": "^4.0.1",
|
|
"sass": "^1.26.10",
|
|
"sass-loader": "^9.0.2",
|
|
"vue-template-compiler": "^2.6.11"
|
|
}
|
|
}
|