Initial skeleton
parents
Showing
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
0 → 100644
.stylintrc
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"name": "systems-frontend-next", | ||
"description": "Complete toolset for Web & Desktop.", | ||
"productName": "Motion Bank Systems", | ||
"cordovaId": "org.motionbank.systems", | ||
"capacitorId": "", | ||
"author": { | ||
"name": "anton", | ||
"email": "dasantonym@users.noreply.github.com" | ||
}, | ||
"version": "3.0.0", | ||
"homepage": "", | ||
"private": true, | ||
"main": "src/api", | ||
"keywords": [ | ||
"feathers" | ||
], | ||
"contributors": [], | ||
"bugs": {}, | ||
"engines": { | ||
"node": ">= 10.18.1", | ||
"npm": ">= 6.13.4", | ||
"yarn": ">= 1.21.1" | ||
}, | ||
"directories": { | ||
"lib": "src/api", | ||
"test": "test/", | ||
"config": "config/" | ||
}, | ||
"scripts": { | ||
"lint": "eslint --ext .js,.vue src", | ||
"electron-rebuild": "electron-rebuild", | ||
"dev": "quasar dev", | ||
"dev-electron": "quasar dev -m electron", | ||
"build": "quasar build", | ||
"build-electron": "quasar build -m electron", | ||
"release": "quasar build -m electron -p always" | ||
}, | ||
"standard": { | ||
"env": [ | ||
"mocha" | ||
], | ||
"ignore": [] | ||
}, | ||
"dependencies": { | ||
"@feathersjs/authentication-client": "^4.5.2", | ||
"@feathersjs/client": "^4.5.2", | ||
"@feathersjs/rest-client": "^4.5.2", | ||
"@motionbank/api": "^3.0.0-alpha-0", | ||
"@quasar/extras": "^1.0.0", | ||
"@vue/composition-api": "^0.4.0", | ||
"axios": "^0.19.2", | ||
"electron-log": "^4.1.0", | ||
"electron-rebuild": "^1.10.1", | ||
"electron-updater": "^4.2.5", | ||
"feathers-hooks-common": "^5.0.2", | ||
"feathers-vuex": "^3.0.0-pre.9", | ||
"ffprobe-static": "^3.0.0", | ||
"keytar": "^5.4.0", | ||
"mbjs-auth-service": "^1.0.3", | ||
"mbjs-data-models": "^2.0.13", | ||
"mbjs-media": "0.2.0", | ||
"nedb": "^1.8.0", | ||
"quasar": "^1.0.0", | ||
"secure-random": "^1.1.2", | ||
"vue-i18n": "^8.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.7", | ||
"@babel/plugin-transform-modules-commonjs": "^7.8.3", | ||
"@babel/preset-flow": "^7.8.3", | ||
"@quasar/app": "^1.0.0", | ||
"babel-eslint": "^10.0.1", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", | ||
"devtron": "^1.4.0", | ||
"electron": "^6.1.9", | ||
"electron-builder": "^21.2.0", | ||
"electron-debug": "^3.0.1", | ||
"electron-devtools-installer": "^2.2.4", | ||
"electron-packager": "^14.2.1", | ||
"eslint": "^6.8.0", | ||
"eslint-config-standard": "^14.1.0", | ||
"eslint-loader": "^3.0.3", | ||
"eslint-plugin-flowtype": "^4.6.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-node": "^11.0.0", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"eslint-plugin-vue": "^6.1.2", | ||
"flow-bin": "^0.120.1", | ||
"pug": "^2.0.4", | ||
"pug-plain-loader": "^1.0.0" | ||
}, | ||
"browserslist": [ | ||
"last 1 version, not dead, ie >= 11" | ||
], | ||
"resolutions": { | ||
"@babel/parser": "7.7.5" | ||
} | ||
} |
quasar.conf.js
0 → 100644