diff options
| author | Arne Schauf <git@asw.io> | 2018-03-03 01:06:44 +0100 |
|---|---|---|
| committer | Arne Schauf <git@asw.io> | 2018-03-03 01:08:55 +0100 |
| commit | 8769fc4dc19447f67a42eb941fb43ba7223772eb (patch) | |
| tree | 0a73daee2ede4cc1cdf515559429c9ba9fcc211c /package.json | |
| download | parry-ui-8769fc4dc19447f67a42eb941fb43ba7223772eb.tar.gz parry-ui-8769fc4dc19447f67a42eb941fb43ba7223772eb.zip | |
upgrade quasar to latest version
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..0602d81 --- /dev/null +++ b/package.json @@ -0,0 +1,45 @@ +{ + "name": "larry-ui", + "version": "1.0.0", + "description": "Web frontend for Larry", + "productName": "Larry UI", + "cordovaId": "org.cordova.quasar.app", + "author": "Openclonk Devs", + "private": true, + "scripts": { + "lint": "eslint --ext .js,.vue src", + "test": "echo \"No test specified\" && exit 0" + }, + "dependencies": { + "axios": "^0.17.1", + "file-saver": "^1.3.3", + "jwt-decode": "^2.2.0", + "moment": "^2.21.0", + "quasar-extras": "^1.0.2", + "vue-i18n": "^7.3.3", + "vue-truncate-collapsed": "^1.3.0", + "vue2-dropzone": "^3.0.5" + }, + "devDependencies": { + "babel-eslint": "8.2.1", + "eslint": "4.15.0", + "eslint-config-standard": "10.2.1", + "eslint-friendly-formatter": "3.0.0", + "eslint-loader": "1.7.1", + "eslint-plugin-import": "2.7.0", + "eslint-plugin-node": "5.2.0", + "eslint-plugin-promise": "3.4.0", + "eslint-plugin-standard": "3.0.1", + "eslint-plugin-vue": "4.0.0", + "quasar-cli": "^0.15.5" + }, + "engines": { + "node": ">= 8.9.0", + "npm": ">= 5.6.0" + }, + "browserslist": [ + "> 1%", + "last 2 versions", + "not ie <= 10" + ] +} |
