111 lines
3.4 KiB
JSON
111 lines
3.4 KiB
JSON
{
|
|
"name": "payload",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test:unit": "cross-env NODE_ENV=test jest --config src/tests/jest.config.js",
|
|
"test:int": "cross-env NODE_ENV=test jest --forceExit",
|
|
"cov": "npm run core:build && node ./node_modules/jest/bin/jest.js src/tests --coverage",
|
|
"dev": "nodemon demo/server.js",
|
|
"server": "node demo/server.js",
|
|
"lint": "eslint **/*.js"
|
|
},
|
|
"bin": {
|
|
"payload": "./src/bin/index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@babel/core": "^7.8.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
"@babel/plugin-transform-runtime": "^7.8.3",
|
|
"@babel/preset-env": "^7.8.3",
|
|
"@babel/preset-react": "^7.8.3",
|
|
"@babel/runtime": "^7.8.4",
|
|
"@date-io/date-fns": "^1.3.13",
|
|
"@trbl/react-modal": "^0.1.1",
|
|
"async-some": "^1.0.2",
|
|
"babel-loader": "^8.0.6",
|
|
"body-parser": "^1.19.0",
|
|
"compression": "^1.7.4",
|
|
"cookie-parser": "^1.4.5",
|
|
"dotenv": "^6.0.0",
|
|
"es6-promise": "^4.2.8",
|
|
"express": "^4.17.1",
|
|
"express-fileupload": "^1.1.6",
|
|
"express-graphql": "^0.9.0",
|
|
"file-loader": "^1.1.11",
|
|
"flatley": "^5.2.0",
|
|
"graphql": "^15.0.0",
|
|
"graphql-playground-middleware-express": "^1.7.14",
|
|
"graphql-type-json": "^0.3.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"http-status": "^1.4.2",
|
|
"image-size": "^0.7.5",
|
|
"isomorphic-fetch": "^2.2.1",
|
|
"jest": "^25.3.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"method-override": "^3.0.0",
|
|
"minimist": "^1.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mongodb-memory-server": "^6.5.2",
|
|
"mongoose": "^5.8.9",
|
|
"mongoose-autopopulate": "^0.11.0",
|
|
"mongoose-hidden": "^1.8.1",
|
|
"mongoose-paginate-v2": "^1.3.6",
|
|
"nodemailer": "^6.4.2",
|
|
"passport": "^0.4.1",
|
|
"passport-anonymous": "^1.0.1",
|
|
"passport-jwt": "^4.0.0",
|
|
"passport-local": "^1.0.0",
|
|
"passport-local-mongoose": "^5.0.1",
|
|
"postcss-preset-env": "6.0.6",
|
|
"prop-types": "^15.7.2",
|
|
"qs": "^6.9.1",
|
|
"react": "^16.13.0",
|
|
"react-animate-height": "^2.0.20",
|
|
"react-beautiful-dnd": "^13.0.0",
|
|
"react-datepicker": "^2.13.0",
|
|
"react-document-meta": "^3.0.0-beta.2",
|
|
"react-dom": "^16.13.0",
|
|
"react-redux": "^7.2.0",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-select": "^3.0.8",
|
|
"sharp": "^0.25.2",
|
|
"uglifyjs-webpack-plugin": "^1.3.0",
|
|
"universal-cookie": "^3.1.0",
|
|
"url-loader": "^1.0.1",
|
|
"val-loader": "^2.1.0",
|
|
"webpack": "^4.41.5",
|
|
"webpack-dev-middleware": "^3.7.2",
|
|
"webpack-hot-middleware": "^2.25.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
|
|
"autoprefixer": "^9.7.4",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"cross-env": "^7.0.2",
|
|
"css-loader": "^1.0.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb": "^17.1.0",
|
|
"eslint-plugin-import": "^2.20.0",
|
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
|
"eslint-plugin-react": "^7.18.0",
|
|
"eslint-plugin-react-hooks": "^2.3.0",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"faker": "^4.1.0",
|
|
"node-sass": "^4.13.1",
|
|
"node-sass-chokidar": "^1.4.0",
|
|
"nodemon": "^1.19.4",
|
|
"npm-run-all": "^4.1.5",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"postcss-flexbugs-fixes": "^3.3.1",
|
|
"postcss-loader": "^2.1.6",
|
|
"sass-loader": "7.1.0",
|
|
"style-loader": "^0.21.0",
|
|
"webpack-cli": "^3.3.11"
|
|
}
|
|
}
|