{ "name": "nuxt", "version": "2.0.0", "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)", "contributors": [ { "name": "Sebastien Chopin (@Atinux)" }, { "name": "Alexandre Chopin (@alexchopin)" }, { "name": "Pooya Parsa (@pi0)" }, { "name": "Clark Du (@clarkdo)" } ], "main": "index.js", "module": "./lib/nuxt.js", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nuxt/nuxt.js" }, "files": [ "bin", "lib", "dist", "index.js" ], "keywords": [ "nuxt", "nuxt.js", "nuxtjs", "vue", "vue.js", "vuejs", "vue universal", "vue ssr", "vue server side", "ssr", "vue isomorphic", "vue versatile" ], "homepage": "https://github.com/nuxt/nuxt.js#readme", "bin": { "nuxt": "./bin/nuxt" }, "scripts": { "build": "yarn build:nuxt && yarn build:nuxt-start && yarn build:nuxt-legacy", "build:nuxt": "cross-env NODE_ENV=production rollup -c scripts/rollup/nuxt.js", "build:nuxt-legacy": "cross-env NODE_ENV=production rollup -c scripts/rollup/nuxt-legacy.js", "build:nuxt-start": "cross-env NODE_ENV=production rollup -c scripts/rollup/nuxt-start.js", "build:make-start": "node scripts/make-start", "clean": "rimraf dist", "coverage": "codecov", "lint": "eslint --ext .js,.mjs,.vue bin/** scripts/** lib test examples benchmarks", "postinstall": "opencollective postinstall || exit 0", "prebuild": "yarn clean", "security": "nsp check || true", "test": "yarn test:fixtures && yarn test:unit", "test:fixtures": "jest test/fixtures", "test:e2e": "jest -i test/e2e", "test:lint": "yarn lint && yarn security", "test:unit": "jest test/unit" }, "engines": { "node": ">=8.0.0", "npm": ">=5.0.0" }, "dependencies": { "@babel/core": "7.0.0-rc.1", "@nuxtjs/babel-preset-app": "^0.3.0", "@nuxtjs/friendly-errors-webpack-plugin": "^2.0.2", "@nuxtjs/youch": "^4.2.3", "babel-loader": "^8.0.0-beta", "cache-loader": "^1.2.2", "caniuse-lite": "^1.0.30000877", "chalk": "^2.4.1", "chokidar": "^2.0.4", "compression": "^1.7.3", "connect": "^3.6.5", "consola": "^1.4.3", "css-loader": "0.28.11", "cssnano": "^4.0.5", "debug": "^3.1.0", "esm": "^3.0.79", "etag": "^1.8.1", "file-loader": "^1.1.11", "fresh": "^0.5.2", "fs-extra": "^7.0.0", "glob": "^7.1.2", "hash-sum": "^1.0.2", "html-minifier": "^3.5.19", "html-webpack-plugin": "^3.2.0", "ip": "^1.1.5", "launch-editor-middleware": "^2.2.1", "lodash": "^4.17.10", "lru-cache": "^4.1.3", "memory-fs": "^0.4.1", "mini-css-extract-plugin": "^0.4.1", "minimist": "^1.2.0", "opencollective": "^1.0.3", "pify": "^4.0.0", "postcss": "^6.0.22", "postcss-import": "^11.1.0", "postcss-import-resolver": "^1.1.0", "postcss-loader": "^2.1.5", "postcss-preset-env": "^5.1.0", "postcss-url": "^7.3.2", "semver": "^5.5.1", "serialize-javascript": "^1.5.0", "serve-static": "^1.13.2", "server-destroy": "^1.0.1", "std-env": "^1.3.1", "style-resources-loader": "^1.2.1", "thread-loader": "^1.2.0", "time-fix-plugin": "^2.0.3", "uglifyjs-webpack-plugin": "^1.3.0", "upath": "^1.1.0", "url-loader": "^1.1.1", "vue": "^2.5.17", "vue-loader": "^15.3.0", "vue-meta": "^1.5.2", "vue-no-ssr": "^0.2.2", "vue-router": "^3.0.1", "vue-server-renderer": "^2.5.17", "vue-template-compiler": "^2.5.17", "vuex": "^3.0.1", "webpack": "^4.16.4", "webpack-bundle-analyzer": "^2.13.1", "webpack-dev-middleware": "^3.1.3", "webpack-hot-middleware": "^2.22.3", "webpack-node-externals": "^1.7.2", "webpackbar": "^2.6.3" }, "devDependencies": { "@babel/plugin-external-helpers": "7.0.0-rc.1", "@babel/polyfill": "7.0.0-rc.1", "babel-core": "^7.0.0-0", "babel-eslint": "^9.0.0-beta", "babel-jest": "^23.4.2", "babel-plugin-dynamic-import-node": "^2.0.0", "codecov": "^3.0.4", "cross-env": "^5.2.0", "eslint": "^4.19.1", "eslint-config-standard": "^11.0.0", "eslint-config-standard-jsx": "^5.0.0", "eslint-plugin-import": "^2.12.0", "eslint-plugin-jest": "^21.17.0", "eslint-plugin-node": "^6.0.0", "eslint-plugin-promise": "^3.8.0", "eslint-plugin-react": "^7.8.2", "eslint-plugin-standard": "^3.1.0", "eslint-plugin-vue": "^4.5.0", "express": "^4.16.2", "finalhandler": "^1.1.1", "get-port": "^4.0.0", "jest": "^23.5.0", "jsdom": "^11.12.0", "nsp": "^3.2.1", "pug": "^2.0.3", "pug-plain-loader": "^1.0.0", "puppeteer": "^1.7.0", "request": "^2.88.0", "request-promise-native": "^1.0.5", "rimraf": "^2.6.2", "rollup": "^0.64.1", "rollup-plugin-babel": "^4.0.0-beta.8", "rollup-plugin-commonjs": "^9.1.5", "rollup-plugin-json": "^3.0.0", "rollup-plugin-license": "^0.7.0" }, "collective": { "type": "opencollective", "url": "https://opencollective.com/nuxtjs", "logo": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2" } }