Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.10.5 to 1.10.6. - [Release notes](https://github.com/bahmutov/start-server-and-test/releases) - [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.10.5...v1.10.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
42 lines
1.3 KiB
JSON
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.6.0",
|
|
"@nuxtjs/google-analytics": "^2.2.0",
|
|
"@nuxtjs/google-tag-manager": "^2.3.0",
|
|
"@nuxtjs/pwa": "^3.0.0-beta.19",
|
|
"@nuxtjs/sitemap": "^2.0.0",
|
|
"@nuxtjs/toast": "^3.2.1",
|
|
"highlight.js": "^9.15.10",
|
|
"nuxt": "^2.10.1",
|
|
"v-tooltip": "^2.0.2",
|
|
"vue-virtual-scroll-list": "^1.4.2",
|
|
"vuejs-auto-complete": "^0.9.0",
|
|
"vuex-persist": "^2.1.0",
|
|
"yargs-parser": "^15.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"cypress": "^3.4.1",
|
|
"node-sass": "^4.12.0",
|
|
"sass-loader": "^7.3.1",
|
|
"start-server-and-test": "^1.10.6"
|
|
}
|
|
}
|