Files
app/nextjs/package.json

71 lines
1.9 KiB
JSON

{
"name": "nextjs",
"version": "1.0.0",
"private": true,
"resolutions": {
"terser": "3.14.1"
},
"dependencies": {
"@blunck/next-alias": "^1.0.0",
"@material-ui/core": "^4.0.0",
"@material-ui/icons": "^3.0.1",
"@ostai/next-css": "^1.0.2",
"@sokratis/passport-linkedin-oauth2": "^2.1.0",
"axios": "^0.18.0",
"connect-mongo": "^2.0.1",
"cross-env": "^5.2.0",
"dotenv": "^8.0.0",
"eslint": "^5.6.0",
"express": "^4.16.3",
"griddle-react": "^1.13.1",
"jss": "latest",
"lodash": "^4.17.11",
"mongodb": "^3.1.6",
"nedb": "^1.8.0",
"next": "8.1.0",
"next-auth": "^1.11.0",
"next-compose-plugins": "^2.1.1",
"next-offline": "^4.0.2",
"next-optimized-images": "^1.4.1",
"next-redux-saga": "^4.0.2",
"next-redux-wrapper": "^3.0.0-alpha.2",
"next-transpile-modules": "^2.3.1",
"node-mailjet": "^3.3.1",
"nodemailer": "^4.6.8",
"nodemailer-direct-transport": "^3.3.2",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"prop-types": "latest",
"react": "latest",
"react-dom": "latest",
"react-ga": "^2.5.7",
"react-jss": "latest",
"react-plyr": "^2.1.1",
"react-redux": "^7.0.3",
"react-swipeable-views": "^0.13.3",
"reactstrap": "^6.4.0",
"recordrtc": "^5.5.4",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.0.2",
"reselect": "^4.0.0",
"style-loader": "^0.23.1",
"terser": "3.14",
"universal-cookie": "^3.0.4",
"validator": "^11.0.0",
"video.js": "latest",
"videojs-record": "latest",
"webrtc-adapter": "^7.2.3"
},
"scripts": {
"dev": "cross-env PORT=3000 node server.js",
"build": "next build",
"start": "cross-env PORT=8000 NODE_ENV=production node server.js"
},
"devDependencies": {
"webpack-bundle-analyzer": "^3.3.2"
},
"eslint.packageManager": "yarn"
}