Bumps [cypress](https://github.com/cypress-io/cypress) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Commits](https://github.com/cypress-io/cypress/compare/v3.6.0...v3.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "postwoman",
|
|
"version": "1.0.0",
|
|
"description": "A free, fast, and beautiful API request builder",
|
|
"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.1",
|
|
"@nuxtjs/pwa": "^3.0.0-beta.19",
|
|
"@nuxtjs/robots": "^2.4.2",
|
|
"@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": "^16.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"cypress": "^3.6.1",
|
|
"node-sass": "^4.13.0",
|
|
"sass-loader": "^7.3.1",
|
|
"start-server-and-test": "^1.10.6"
|
|
}
|
|
}
|