Nuxt/package.json

85 lines
2.1 KiB
JSON

{
"name": "nuxt",
"version": "0.8.3",
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"contributors": [
{
"name": "Sebastien Chopin"
},
{
"name": "Alexandre Chopin"
}
],
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js"
},
"keywords": [
"nuxt",
"nuxt.js",
"nuxtjs",
"vue",
"vue.js",
"vuejs",
"next.js",
"vue ssr"
],
"homepage": "https://github.com/nuxt/nuxt.js#readme",
"bin": {
"nuxt": "./bin/nuxt"
},
"scripts": {
"test": "npm run lint",
"lint": "eslint --ext .js,.vue bin lib pages test index.js --ignore-pattern lib/app",
"precommit": "npm run lint"
},
"dependencies": {
"ansi-html": "^0.0.6",
"autoprefixer": "^6.5.3",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"chokidar": "^1.6.1",
"co": "^4.6.0",
"cross-spawn": "^5.0.1",
"css-loader": "^0.26.0",
"debug": "^2.3.3",
"es6-object-assign": "^1.0.3",
"es6-promise": "^4.0.5",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "^0.9.0",
"fs-extra": "^1.0.0",
"glob": "^7.1.1",
"hash-sum": "^1.0.2",
"lodash": "^4.17.2",
"lru-cache": "^4.0.2",
"path-to-regexp": "^1.7.0",
"pify": "^2.3.0",
"serialize-javascript": "^1.3.0",
"serve-static": "^1.11.1",
"url-loader": "^0.5.7",
"vue": "^2.1.3",
"vue-loader": "^10.0.2",
"vue-meta": "^0.5.2",
"vue-router": "^2.1.1",
"vue-server-renderer": "^2.1.3",
"vue-template-compiler": "^2.1.3",
"vuex": "^2.0.0",
"webpack": "2.1.0-beta.27",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.10.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"nodemon": "^1.11.0"
}
}