]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - package.json
Merge branch 'main' into search-for-subtitle
[github/bastienwirtz/homer.git] / package.json
CommitLineData
b9c5fcf0
BW
1{
2 "name": "homer",
fea05ea0 3 "version": "20.06.1",
b9c5fcf0
BW
4 "license": "Apache-2.0",
5 "scripts": {
6 "serve": "vue-cli-service serve",
7 "build": "vue-cli-service build",
8 "lint": "vue-cli-service lint"
9 },
10 "dependencies": {
b8c81389 11 "@fortawesome/fontawesome-free": "^5.15.1",
ed8b17e0 12 "bulma": "^0.9.1",
b9c5fcf0
BW
13 "core-js": "^3.6.4",
14 "js-yaml": "^3.14.0",
15 "lodash.merge": "^4.6.2",
16 "register-service-worker": "^1.7.1",
ed8b17e0 17 "vue": "^2.6.12"
b9c5fcf0
BW
18 },
19 "devDependencies": {
ed8b17e0
BW
20 "@vue/cli-plugin-babel": "~4.5.8",
21 "@vue/cli-plugin-eslint": "~4.5.8",
22 "@vue/cli-plugin-pwa": "~4.5.8",
23 "@vue/cli-service": "~4.5.8",
b9c5fcf0
BW
24 "@vue/eslint-config-prettier": "^6.0.0",
25 "babel-eslint": "^10.1.0",
ed8b17e0 26 "eslint": "^7.11.0",
1f92e174 27 "eslint-plugin-prettier": "^3.1.4",
ed8b17e0
BW
28 "eslint-plugin-vue": "^7.1.0",
29 "prettier": "^2.1.2",
30 "raw-loader": "^4.0.2",
31 "sass": "^1.27.0",
32 "sass-loader": "^10.0.4",
33 "vue-template-compiler": "^2.6.12"
b9c5fcf0
BW
34 }
35}