{ "name": "payload", "version": "0.1.133", "description": "Node, React and MongoDB Headless CMS and Application Framework", "license": "SEE LICENSE IN license.md", "author": "Payload CMS LLC", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "sideEffects": false, "bin": { "payload": "bin.js" }, "scripts": { "copyfiles": "copyfiles -u 1 src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png} dist/", "build:tsc": "tsc --p tsconfig.admin.json && tsc --p tsconfig.server.json", "build:components": "webpack --config dist/webpack/components.config.js", "build": "yarn copyfiles && yarn build:tsc && yarn build:components", "demo:build:analyze": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.ts PAYLOAD_ANALYZE_BUNDLE=true node dist/bin/build", "demo:build": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.ts node dist/bin/build", "dev": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.ts nodemon", "test": "yarn test:int && yarn test:client", "pretest": "tsc-silent --project tsconfig.json --suppress @", "test:int": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.ts NODE_ENV=test DISABLE_LOGGING=true jest --forceExit --runInBand", "test:client": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.ts NODE_ENV=test jest --config=jest.react.config.js" }, "dependencies": { "@babel/cli": "^7.12.8", "@babel/core": "^7.11.6", "@babel/node": "^7.12.6", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-optional-chaining": "^7.8.3", "@babel/plugin-transform-runtime": "^7.11.5", "@babel/preset-env": "^7.8.3", "@babel/preset-react": "^7.8.3", "@babel/preset-typescript": "^7.12.1", "@babel/register": "^7.11.5", "@date-io/date-fns": "^2.10.6", "@faceless-ui/collapsibles": "^0.1.0", "@faceless-ui/modal": "^1.0.4", "@faceless-ui/scroll-info": "^1.1.1", "@faceless-ui/window-info": "^1.2.2", "@payloadcms/config-provider": "0.0.18", "@udecode/slate-plugins": "^0.71.9", "assert": "^2.0.0", "async-some": "^1.0.2", "babel-jest": "^26.3.0", "babel-loader": "^8.1.0", "body-parser": "^1.19.0", "compression": "^1.7.4", "connect-history-api-fallback": "^1.6.0", "css-loader": "^5.0.1", "css-minimizer-webpack-plugin": "^1.1.5", "date-fns": "^2.14.0", "deepmerge": "^4.2.2", "dotenv": "^8.2.0", "express": "^4.17.1", "express-fileupload": "^1.1.6", "express-graphql": "0.12.0", "express-rate-limit": "^5.1.3", "falsey": "^1.0.0", "file-loader": "^6.2.0", "find-up": "^5.0.0", "flatley": "^5.2.0", "graphql": "15.4.0", "graphql-playground-middleware-express": "^1.7.14", "graphql-query-complexity": "^0.7.0", "graphql-scalars": "^1.4.0", "graphql-type-json": "^0.3.1", "html-webpack-plugin": "^5.0.0-alpha.14", "http-status": "^1.4.2", "is-hotkey": "^0.2.0", "isomorphic-fetch": "^3.0.0", "jest": "26.6.3", "joi": "^17.3.0", "jsonwebtoken": "^8.5.1", "method-override": "^3.0.0", "micro-memoize": "^4.0.9", "mini-css-extract-plugin": "1.3.3", "minimist": "^1.2.0", "mkdirp": "^1.0.4", "mongodb-memory-server": "^6.5.2", "mongoose": "^5.8.9", "mongoose-paginate-v2": "^1.3.6", "node-sass": "^5.0.0", "nodemailer": "^6.4.2", "object-to-formdata": "^4.1.0", "passport": "^0.4.1", "passport-anonymous": "^1.0.1", "passport-headerapikey": "^1.2.1", "passport-jwt": "^4.0.0", "passport-local": "^1.0.0", "passport-local-mongoose": "^6.0.1", "path-browserify": "^1.0.1", "pino": "^6.4.1", "pino-pretty": "^4.3.0", "pluralize": "^8.0.0", "postcss-loader": "^4.1.0", "postcss-preset-env": "^6.7.0", "prismjs": "^1.21.0", "probe-image-size": "^6.0.0", "process": "^0.11.10", "qs": "^6.9.1", "qs-middleware": "^1.0.3", "react": "^17.0.1", "react-animate-height": "^2.0.20", "react-beautiful-dnd": "^13.0.0", "react-datepicker": "^3.3.0", "react-dom": "^17.0.1", "react-helmet": "^6.1.0", "react-router-dom": "^5.1.2", "react-router-navigation-prompt": "^1.8.11", "react-select": "^3.0.8", "react-simple-code-editor": "^0.11.0", "react-toastify": "^6.1.0", "sanitize-filename": "^1.6.3", "sass": "^1.29.0", "sass-loader": "^10.1.0", "sharp": "^0.27.0", "slate": "^0.59.0", "slate-history": "^0.59.0", "slate-hyperscript": "^0.59.0", "slate-react": "^0.59.0", "style-loader": "^2.0.0", "terser-webpack-plugin": "^5.0.3", "ts-essentials": "^7.0.1", "url-loader": "^4.1.1", "uuid": "^8.1.0", "webpack": "^5.6.0", "webpack-bundle-analyzer": "^4.3.0", "webpack-cli": "^4.2.0", "webpack-dev-middleware": "^4.0.2", "webpack-hot-middleware": "^2.25.0" }, "devDependencies": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.4", "@trbl/eslint-config": "^1.2.4", "@types/asap": "^2.0.0", "@types/autoprefixer": "^9.7.2", "@types/babel__core": "^7.1.12", "@types/babel__plugin-transform-runtime": "^7.9.1", "@types/babel__preset-env": "^7.9.1", "@types/body-parser": "^1.19.0", "@types/compression": "^1.7.0", "@types/connect-history-api-fallback": "^1.3.3", "@types/eslint": "^7.2.6", "@types/express": "^4.17.9", "@types/express-fileupload": "^1.1.5", "@types/express-graphql": "^0.9.0", "@types/express-rate-limit": "^5.1.0", "@types/extract-text-webpack-plugin": "^3.0.4", "@types/file-loader": "^4.2.0", "@types/find-up": "^4.0.0", "@types/hapi__joi": "~17.1.6", "@types/html-webpack-plugin": "^3.2.4", "@types/ignore-styles": "^5.0.0", "@types/is-hotkey": "^0.1.2", "@types/isomorphic-fetch": "^0.0.35", "@types/jest": "^26.0.15", "@types/joi": "^14.3.4", "@types/jsonwebtoken": "^8.5.0", "@types/method-override": "^0.0.31", "@types/mini-css-extract-plugin": "^1.2.1", "@types/minimist": "^1.2.1", "@types/mkdirp": "^1.0.1", "@types/mongodb": "^3.5.34", "@types/mongoose": "^5.10.1", "@types/mongoose-paginate-v2": "^1.3.8", "@types/node-fetch": "^2.5.7", "@types/node-sass": "^4.11.1", "@types/nodemailer": "^6.4.0", "@types/nodemon": "^1.19.0", "@types/optimize-css-assets-webpack-plugin": "^5.0.1", "@types/passport": "^1.0.4", "@types/passport-anonymous": "^1.0.3", "@types/passport-jwt": "^3.0.3", "@types/passport-local": "^1.0.33", "@types/passport-local-mongoose": "^4.0.13", "@types/pino": "^6.3.4", "@types/pluralize": "^0.0.29", "@types/prismjs": "^1.16.2", "@types/prop-types": "^15.7.3", "@types/qs": "^6.9.5", "@types/qs-middleware": "^1.0.1", "@types/react": "^17.0.0", "@types/react-beautiful-dnd": "^13.0.0", "@types/react-datepicker": "^3.1.1", "@types/react-dom": "^17.0.0", "@types/react-helmet": "^6.1.0", "@types/react-router-dom": "^5.1.6", "@types/react-select": "^3.0.26", "@types/sass": "^1.16.0", "@types/sharp": "^0.26.1", "@types/terser-webpack-plugin": "^5.0.2", "@types/testing-library__jest-dom": "^5.9.5", "@types/uuid": "^8.3.0", "@types/webpack": "4.41.25", "@types/webpack-bundle-analyzer": "^3.9.0", "@types/webpack-dev-middleware": "^3.7.2", "@types/webpack-env": "^1.15.3", "@types/webpack-hot-middleware": "^2.25.3", "@typescript-eslint/eslint-plugin": "^4.8.1", "@typescript-eslint/parser": "4.0.1", "babel-eslint": "^10.0.1", "babel-plugin-ignore-html-and-css-imports": "^0.1.0", "copyfiles": "^2.4.0", "cross-env": "^7.0.2", "eslint": "^6.8.0", "eslint-plugin-import": "^2.20.0", "eslint-plugin-jest": "^23.16.0", "eslint-plugin-jest-dom": "^3.0.1", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.18.0", "eslint-plugin-react-hooks": "^2.3.0", "form-data": "^3.0.0", "graphql-request": "^3.4.0", "mongodb": "^3.6.2", "nodemon": "^2.0.6", "optimize-css-assets-webpack-plugin": "^5.0.4", "passport-strategy": "^1.0.0", "tsc-silent": "^1.2.1", "typescript": "^4.1.2" }, "files": [ "bin.js", "dist", "docs", "components", "scss", "*.js", "*.d.ts", "!jest.config.js", "!jest.react.config.js" ] }