{ "name": "nuxt-promo-yourself", "version": "1.0.0", "description": "nuxtjs 로 제작된 포탈 데모. 백엔드는 sailjs 로 제작되었으며 oAuth2.0 을 결합 한 프로젝트. mongodb 를 저장소로 사용 하였으며 udemy 에 동영상 컨텐츠로 배포한다.", "author": "yongun", "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", "heroku-postbuild": "npm run build" }, "dependencies": { "@nuxtjs/axios": "^5.3.6", "@nuxtjs/style-resources": "^1.0.0", "async": "^3.0.1", "async-lock": "^1.2.0", "bcrypt": "^3.0.6", "body-parser": "^1.19.0", "bulma": "^0.7.5", "connect-mongodb-session": "^2.2.0", "cross-env": "^5.2.0", "express": "^4.16.4", "express-session": "^1.16.2", "highlight.js": "^9.15.8", "jsonwebtoken": "^8.5.1", "moment": "^2.24.0", "mongoose": "^5.6.0", "nuxt": "^2.0.0", "passport": "^0.4.0", "passport-local": "^1.0.0", "portal-vue": "^2.1.6", "request": "^2.88.0", "slugify": "^1.3.4", "tiptap": "1.23.0", "tiptap-extensions": "1.26.1", "v-tooltip": "^2.0.2", "vue-toasted": "^1.1.27", "vuejs-paginate": "^2.1.0", "vuelidate": "^0.7.4" }, "devDependencies": { "nodemon": "^1.18.9", "node-sass": "^4.12.0", "sass-loader": "^7.1.0" } }