Nuxt/start/package.json

71 lines
1.5 KiB
JSON

{
"name": "nuxt-start",
"version": "0.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": "./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/start#readme",
"bin": {
"nuxt": "./bin/nuxt"
},
"scripts": {
"build": "rm -rf bin/* dist/* lib/* && cd .. && npm run build && cp -r bin dist lib start",
"prepublish": "npm run build"
},
"engines": {
"node": ">=4.3.0 <5.0.0 || >=5.10",
"npm": ">=3.0.0"
},
"dependencies": {
"ansi-html": "^0.0.7",
"chalk": "^1.1.3",
"compression": "^1.6.2",
"connect": "^3.6.2",
"debug": "^2.6.8",
"etag": "^1.8.0",
"fresh": "^0.5.0",
"fs-extra": "^3.0.1",
"hash-sum": "^1.0.2",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"pify": "^3.0.0",
"serialize-javascript": "^1.3.0",
"serve-static": "^1.12.3",
"source-map-support": "^0.4.15",
"tappable": "^1.0.1",
"vue-server-renderer": "~2.3.4"
}
}