Files
hoppscotch/package.json
dependabot-preview[bot] 2108cb8e1c ⬆️ Bump @nuxtjs/toast from 3.2.1 to 3.3.0
Bumps [@nuxtjs/toast](https://github.com/nuxt/modules) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/nuxt/modules/releases)
- [Commits](https://github.com/nuxt/modules/compare/@nuxtjs/toast@3.2.1...@nuxtjs/toast@3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-02 03:09:32 +00:00

42 lines
1.3 KiB
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",
"e2e": "cypress run",
"e2e:open": "cypress open",
"dev:e2e": "start-server-and-test dev http://localhost:3000 e2e:open",
"test": "start-server-and-test dev http://localhost:3000 e2e"
},
"dependencies": {
"@nuxtjs/axios": "^5.8.0",
"@nuxtjs/google-analytics": "^2.2.1",
"@nuxtjs/google-tag-manager": "^2.3.0",
"@nuxtjs/pwa": "^3.0.0-beta.19",
"@nuxtjs/sitemap": "^2.0.0",
"@nuxtjs/toast": "^3.3.0",
"highlight.js": "^9.16.2",
"nuxt": "^2.10.2",
"v-tooltip": "^2.0.2",
"vue-virtual-scroll-list": "^1.4.2",
"vuejs-auto-complete": "^0.9.0",
"vuex-persist": "^2.1.1",
"yargs-parser": "^15.0.0"
},
"devDependencies": {
"cypress": "^3.6.0",
"node-sass": "^4.13.0",
"sass-loader": "^7.3.1",
"start-server-and-test": "^1.10.6"
}
}