mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
150 lines
4.0 KiB
JSON
150 lines
4.0 KiB
JSON
{
|
|
"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)"
|
|
}
|
|
],
|
|
"main": "./lib/index.js",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/nuxt.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib"
|
|
],
|
|
"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 && nyc ava --verbose test/ -- && nyc report --reporter=html",
|
|
"test-appveyor": "npm run lint && nyc ava --serial test/ -- && nyc report --reporter=html",
|
|
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
|
|
"lint": "eslint --ext .js,.vue bin/* build/ lib/ test/ examples/",
|
|
"precommit": "npm run lint",
|
|
"postinstall": "opencollective postinstall || exit 0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0",
|
|
"npm": ">=5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/youch": "^4.2.3",
|
|
"ansi-html": "^0.0.7",
|
|
"autoprefixer": "^8.1.0",
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-preset-vue-app": "^2.0.0",
|
|
"chalk": "^2.3.2",
|
|
"chokidar": "^2.0.1",
|
|
"compression": "^1.7.1",
|
|
"connect": "^3.6.5",
|
|
"css-hot-loader": "^1.3.8",
|
|
"css-loader": "^0.28.9",
|
|
"debug": "^3.1.0",
|
|
"es6-promise": "^4.2.4",
|
|
"etag": "^1.8.1",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"file-loader": "^1.1.11",
|
|
"fresh": "^0.5.2",
|
|
"friendly-errors-webpack-plugin": "^1.6.1",
|
|
"fs-extra": "^5.0.0",
|
|
"glob": "^7.1.2",
|
|
"hash-sum": "^1.0.2",
|
|
"html-minifier": "^3.5.11",
|
|
"html-webpack-plugin": "^3.0.6",
|
|
"launch-editor-middleware": "^2.2.1",
|
|
"lodash": "^4.17.5",
|
|
"lru-cache": "^4.1.2",
|
|
"memory-fs": "^0.4.1",
|
|
"minimist": "^1.2.0",
|
|
"opencollective": "^1.0.3",
|
|
"ora": "^2.0.0",
|
|
"postcss": "^6.0.17",
|
|
"postcss-cssnext": "^3.1.0",
|
|
"postcss-import": "^11.1.0",
|
|
"postcss-import-resolver": "^1.1.0",
|
|
"postcss-loader": "^2.1.0",
|
|
"postcss-url": "^7.3.0",
|
|
"pretty-error": "^2.1.1",
|
|
"semver": "^5.5.0",
|
|
"serialize-javascript": "^1.4.0",
|
|
"serve-static": "^1.13.2",
|
|
"server-destroy": "^1.0.1",
|
|
"source-map": "^0.7.2",
|
|
"style-resources-loader": "^1.1.0",
|
|
"time-fix-plugin": "^2.0.0",
|
|
"upath": "^1.0.2",
|
|
"url-loader": "^1.0.1",
|
|
"vue": "^2.5.16",
|
|
"vue-loader": "^14.2.1",
|
|
"vue-meta": "^1.4.1",
|
|
"vue-router": "^3.0.1",
|
|
"vue-server-renderer": "^2.5.16",
|
|
"vue-template-compiler": "^2.5.16",
|
|
"vuex": "^3.0.1",
|
|
"webpack": "^4.1.1",
|
|
"webpack-bundle-analyzer": "^2.11.1",
|
|
"webpack-dev-middleware": "^3.0.1",
|
|
"webpack-hot-middleware": "^2.21.2",
|
|
"webpack-node-externals": "^1.6.0",
|
|
"webpack-stylish": "^0.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.25.0",
|
|
"babel-eslint": "^8.2.1",
|
|
"babel-plugin-istanbul": "^4.1.5",
|
|
"codecov": "^3.0.0",
|
|
"eslint": "^4.18.2",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-config-standard-jsx": "^5.0.0",
|
|
"eslint-plugin-html": "^4.0.2",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"eslint-plugin-node": "^6.0.0",
|
|
"eslint-plugin-promise": "^3.7.0",
|
|
"eslint-plugin-react": "^7.6.1",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"express": "^4.16.2",
|
|
"finalhandler": "^1.1.1",
|
|
"jsdom": "^11.6.2",
|
|
"nyc": "^11.6.0",
|
|
"puppeteer": "^1.0.0",
|
|
"request": "^2.83.0",
|
|
"request-promise-native": "^1.0.5",
|
|
"sinon": "^4.4.5"
|
|
},
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/nuxtjs",
|
|
"logo": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
|
}
|
|
}
|