{ "name": "asean_nuxt", "version": "1.0.0", "description": "My magnificent Nuxt.js project", "author": "wangyong", "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", "pm2": "git pull && yarn build && pm2 restart npm" }, "dependencies": { "@nuxtjs/axios": "^5.0.0", "cross-env": "^5.2.0", "express": "^4.16.3", "iview": "^3.1.5", "nuxt": "^2.0.0", "vue-awesome-swiper": "^3.1.3", "vue-lazyload": "^1.2.6", "vue-social-sharing": "^2.3.3" }, "devDependencies": { "eslint-config-prettier": "^3.1.0", "eslint-plugin-prettier": "2.6.2", "iview-loader": "^1.2.2", "node-sass": "^4.10.0", "nodemon": "^1.11.0", "prettier": "1.14.3", "sass-loader": "^7.1.0", "scss-loader": "0.0.1", "vue-qriously": "^1.1.1" } }