{ "name": "nuxt", "version": "1.0.0-rc11", "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)" } ], "main": "./index.js", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nuxt/nuxt.js" }, "files": [ "bin", "dist", "lib", "index.js" ], "keywords": [ "nuxt", "nuxt.js", "nuxtjs", "vue", "vue.js", "vuejs", "vue universal", "vue ssr", "vue isomorphic", "vue versatile" ], "homepage": "https://github.com/nuxt/nuxt.js#readme", "bin": { "nuxt": "./bin/nuxt" }, "nyc": { "include": [ "lib" ] }, "scripts": { "test": "npm run lint && cross-env NODE_ENV=test npm run build:nuxt && nyc ava --verbose --serial test/ -- && nyc report --reporter=html", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "lint": "eslint --ext .js,.vue bin/ lib/ test/ examples/", "build": "rimraf dist/ && npm run build:nuxt && npm run build:core", "build:nuxt": "rollup -c build/rollup.config.js --environment TARGET:nuxt", "build:core": "rollup -c build/rollup.config.js --environment TARGET:core", "watch": "npm run build:nuxt -- -w", "make-start": "node ./build/start.js", "precommit": "npm run lint", "prepare": "npm run build && npm run make-start", "postinstall": "opencollective postinstall || exit 0" }, "engines": { "node": ">=6.11", "npm": ">=3.10.0" }, "dependencies": { "@nuxtjs/youch": "^3.1.0", "ansi-html": "^0.0.7", "autoprefixer": "^7.1.6", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-vue-app": "^1.3.1", "caniuse-lite": "^1.0.30000758", "chalk": "^2.3.0", "chokidar": "^1.7.0", "clone": "^2.1.1", "compression": "^1.7.1", "connect": "^3.6.5", "css-loader": "^0.28.7", "debug": "^3.1.0", "es6-promise": "^4.1.1", "etag": "^1.8.1", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.5", "fresh": "^0.5.2", "friendly-errors-webpack-plugin": "^1.6.1", "fs-extra": "^4.0.2", "glob": "^7.1.2", "hash-sum": "^1.0.2", "html-minifier": "^3.5.6", "html-webpack-plugin": "^2.30.1", "lodash": "^4.17.4", "lru-cache": "^4.1.1", "memory-fs": "^0.4.1", "minimist": "^1.2.0", "open-in-editor": "^2.2.0", "opencollective": "^1.0.3", "pify": "^3.0.0", "postcss": "^6.0.14", "postcss-cssnext": "^3.0.2", "postcss-import": "^11.0.0", "postcss-loader": "^2.0.8", "postcss-url": "^7.2.1", "pretty-error": "^2.1.1", "progress-bar-webpack-plugin": "^1.10.0", "serialize-javascript": "^1.4.0", "serve-static": "^1.13.1", "server-destroy": "^1.0.1", "source-map": "^0.6.1", "source-map-support": "^0.5.0", "style-resources-loader": "^0.3.0", "uglifyjs-webpack-plugin": "^1.0.1", "url-loader": "^0.6.2", "vue": "^2.5.6", "vue-loader": "^13.5.0", "vue-meta": "^1.3.1", "vue-router": "^3.0.1", "vue-server-renderer": "^2.5.6", "vue-template-compiler": "^2.5.6", "vuex": "^3.0.1", "webpack": "^3.8.1", "webpack-bundle-analyzer": "^2.9.0", "webpack-dev-middleware": "^1.12.0", "webpack-hot-middleware": "^2.20.0", "webpack-node-externals": "^1.6.0" }, "devDependencies": { "ava": "^0.23.0", "babel-eslint": "^8.0.1", "babel-plugin-array-includes": "^2.0.3", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-istanbul": "^4.1.5", "codecov": "^3.0.0", "copy-webpack-plugin": "^4.2.0", "cross-env": "^5.1.1", "eslint": "^4.10.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-html": "^4.0.1", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", "express": "^4.16.2", "finalhandler": "^1.1.0", "jsdom": "^11.3.0", "json-loader": "^0.5.7", "nyc": "^11.3.0", "puppeteer": "^0.13.0", "request": "^2.83.0", "request-promise-native": "^1.0.5", "rimraf": "^2.6.2", "rollup": "^0.51.7", "rollup-plugin-alias": "^1.4.0", "rollup-plugin-babel": "^3.0.2", "rollup-plugin-commonjs": "^8.2.6", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-replace": "^2.0.0", "rollup-watch": "^4.3.1", "std-mocks": "^1.0.1", "uglify-js": "^3.1.7" }, "collective": { "type": "opencollective", "url": "https://opencollective.com/nuxtjs", "logo": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2" } }