Files
homer-forbiddenfruit/package.json
T

43 lines
1.1 KiB
JSON
Raw Normal View History

2020-06-15 20:24:56 +02:00
{
"name": "forbidden-fruit-dashboard",
2020-11-03 00:48:43 +01:00
"version": "3.0.0",
2020-06-15 20:24:56 +02:00
"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.0",
"bulma": "^0.8.2",
2020-11-03 00:48:43 +01:00
"compression": "^1.7.4",
2020-11-03 01:13:26 +01:00
"core-js": "^3.6.4",
2020-11-03 00:48:43 +01:00
"dotenv": "^8.2.0",
"express": "^4.17.1",
2020-11-03 01:13:26 +01:00
"js-yaml": "^3.14.0",
"lodash.merge": "^4.6.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
2020-11-03 00:48:43 +01:00
"ping": "^0.3.0",
2020-11-03 01:13:26 +01:00
"register-service-worker": "^1.7.1",
"rpio": "^2.2.0",
"vue": "^2.6.11"
2020-06-15 20:24:56 +02:00
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.1",
"@vue/cli-plugin-eslint": "~4.4.1",
"@vue/cli-plugin-pwa": "~4.4.1",
"@vue/cli-service": "~4.4.1",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^2.0.5",
"raw-loader": "^4.0.1",
"sass": "^1.26.8",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
}
}