121 lines
3.6 KiB
JSON
121 lines
3.6 KiB
JSON
{
|
|
"name": "payload",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"src/*",
|
|
"demo/client/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"test": "jest --config src/tests/jest.config.js",
|
|
"test:int": "jest --config src/tests/jest.config.integration.js",
|
|
"cov": "npm run core:build && node ./node_modules/jest/bin/jest.js src/tests --coverage",
|
|
"debug": "nodemon --inspect ./demo/init.js",
|
|
"dev": "nodemon demo/init.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.3",
|
|
"@hapi/joi": "^15.1.1",
|
|
"accept-language-parser": "^1.5.0",
|
|
"async-some": "^1.0.2",
|
|
"babel-jest": "^24.9.0",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-plugin-add-module-exports": "^1.0.2",
|
|
"body-parser": "^1.19.0",
|
|
"compression": "^1.7.4",
|
|
"connect-history-api-fallback": "^1.6.0",
|
|
"dotenv": "^6.0.0",
|
|
"express": "^4.17.1",
|
|
"express-busboy": "^7.0.1",
|
|
"express-fileupload": "^1.1.6",
|
|
"express-graphql": "^0.7.1",
|
|
"express-validation": "^1.0.3",
|
|
"file-loader": "^1.1.11",
|
|
"flat": "^5.0.0",
|
|
"graphql": "^14.5.8",
|
|
"graphql-tools": "^4.0.6",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"http-status": "^1.4.2",
|
|
"ignore-styles": "^5.0.1",
|
|
"image-size": "^0.7.5",
|
|
"jest": "^24.9.0",
|
|
"joi": "^14.3.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"jwt-decode": "^2.2.0",
|
|
"loader-utils": "^1.4.0",
|
|
"merge-graphql-schemas": "^1.7.6",
|
|
"method-override": "^3.0.0",
|
|
"minimist": "^1.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"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.12.0",
|
|
"react-document-meta": "^3.0.0-beta.2",
|
|
"react-dom": "^16.12.0",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-select": "^3.0.8",
|
|
"sharp": "^0.22.1",
|
|
"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-bundle-analyzer": "^3.6.0",
|
|
"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",
|
|
"axios": "^0.18.1",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"circular-dependency-plugin": "^5.2.0",
|
|
"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",
|
|
"jest-mock-express": "^0.1.1",
|
|
"node-sass": "^4.13.1",
|
|
"node-sass-chokidar": "^1.4.0",
|
|
"nodemon": "^1.19.4",
|
|
"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",
|
|
"supertest": "^3.4.2",
|
|
"webpack-cli": "^3.3.11"
|
|
}
|
|
}
|