Nuxt/packages/nuxt-start/package.json
Alexander Lichter 653f4c20ff chore: add missing package deps & upgrade to webpack-bundle-analyzer@3 (#3878)
<!--- Provide a general summary of your changes in the title above -->

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)


## Description
<!--- Describe your changes in detail -->
<!--- Why is this change required? What problem does it solve? -->
<!--- If it resolves an open issue, please link to the issue here. For example "Resolves: #1337" -->



## Checklist:
<!--- Put an `x` in all the boxes that apply. -->
<!--- If your change requires a documentation PR, please link it appropriately -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly. (PR: #)
- [ ] I have added tests to cover my changes (if not applicable, please state why)
- [x] All new and existing tests passed.
2018-09-13 09:15:18 +01:00

79 lines
1.6 KiB
JSON

{
"name": "nuxt-start",
"version": "2.0.0",
"description": "Starts Nuxt.js Application in production mode",
"license": "MIT",
"homepage": "https://github.com/nuxt/nuxt.js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js"
},
"contributors": [
{
"name": "Sebastien Chopin (@Atinux)"
},
{
"name": "Alexandre Chopin (@alexchopin)"
},
{
"name": "Pooya Parsa (@pi0)"
},
{
"name": "Clark Du (@clarkdo)"
}
],
"keywords": [
"nuxt",
"nuxt.js",
"nuxtjs",
"vue",
"vue.js",
"vuejs",
"vue universal",
"vue ssr",
"vue server side",
"ssr",
"vue isomorphic",
"vue versatile"
],
"main": "dist/nuxt-start.js",
"bin": {
"nuxt-start": "./bin/nuxt-start"
},
"files": [
"bin",
"dist"
],
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"dependencies": {
"minimist": "^1.2.0",
"vue-no-ssr": "^0.2.2",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"lodash": "^4.17.10",
"hash-sum": "^1.0.2",
"consola": "^1.4.3",
"std-env": "^1.3.1",
"vue": "^2.5.17",
"vue-meta": "^1.5.3",
"vue-server-renderer": "^2.5.17",
"lru-cache": "^4.1.3",
"@nuxtjs/youch": "^4.2.3",
"fs-extra": "^7.0.0",
"etag": "^1.8.1",
"fresh": "^0.5.2",
"serialize-javascript": "^1.5.0",
"serve-static": "^1.13.2",
"connect": "^3.6.5",
"launch-editor-middleware": "^2.2.1",
"server-destroy": "^1.0.1",
"chalk": "^2.4.1",
"esm": "^3.0.80",
"ip": "^1.1.5",
"compression": "^1.7.3"
}
}