filegator/package.json
2019-12-30 09:38:27 +01:00

43 lines
1.2 KiB
JSON

{
"name": "filegator",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "concurrently \"php -S localhost:8081\" \"vue-cli-service serve\"",
"build": "vue-cli-service build --no-clean",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e --headless",
"lint": "vue-cli-service lint --no-fix frontend/",
"e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"core-js": "^3.4.4",
"js-base64": "^2.5.1"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-e2e-cypress": "^4.1.2",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-plugin-unit-jest": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"@vue/test-utils": "1.0.0-beta.29",
"axios": "^0.18.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"buefy": "^0.7.10",
"concurrently": "^4.1.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.13.0",
"resumablejs": "^1.1.0",
"sass-loader": "^7.3.1",
"vue": "^2.6.11",
"vue-clipboard2": "^0.3.1",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.1.2"
}
}