api-client/package.json
dependabot-preview[bot] 5ed3650f7b
⬆️ Bump yargs-parser from 13.1.1 to 14.0.0
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 14.0.0.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs-parser/compare/v13.1.1...v14.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-14 00:17:42 +00:00

30 lines
846 B
JSON

{
"name": "postwoman",
"version": "0.1.0",
"description": "Lightweight API request builder by Liyas Thomas",
"author": "liyasthomas",
"private": true,
"scripts": {
"predev": "node build.js --dev",
"dev": "nuxt",
"prebuild": "node build.js",
"build": "nuxt build",
"start": "nuxt start",
"pregenerate": "node build.js",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.6.0",
"@nuxtjs/pwa": "^3.0.0-0",
"highlight.js": "^9.15.10",
"nuxt": "^2.9.2",
"vue-virtual-scroll-list": "^1.4.2",
"vuejs-auto-complete": "^0.9.0",
"vuex-persist": "^2.1.0",
"yargs-parser": "^14.0.0"
},
"devDependencies": {
"node-sass": "^4.12.0",
"sass-loader": "^7.3.1"
}
}