json

{
  "name": "nm1",
  "version": "1.0.0",
  "description": "My posh Nuxt.js project",
  "author": "",
  "private": true,
  "scripts": {
    "dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
    "build": "nuxt build",
    "start": "cross-env NODE_ENV=production node server/index.js",
    "generate": "nuxt generate"
  },
  "dependencies": {
    "@nuxtjs/axios": "^5.5.2",
    "cross-env": "^5.2.0",
    "koa": "^2.6.2",
    "nuxt": "^2.4.0",
    "vuetify": "^1.5.5",
    "vuetify-loader": "^1.2.1"
  },
  "devDependencies": {
    "nodemon": "^1.18.9",
    "stylus": "^0.54.5",
    "stylus-loader": "^3.0.2",
    "webpack-bundle-analyzer": "^3.3.2"
  }
}
原文地址:https://www.cnblogs.com/cnchengv/p/11074858.html