227 lines
7.9 KiB
JSON
227 lines
7.9 KiB
JSON
{
|
|
"name": "@payloadcms/payload",
|
|
"version": "0.0.141",
|
|
"description": "CMS and Application Framework",
|
|
"license": "ISC",
|
|
"author": "Payload CMS LLC",
|
|
"main": "./dist/index.js",
|
|
"sideEffects": false,
|
|
"bin": {
|
|
"payload": "./src/bin/index.js"
|
|
},
|
|
"scripts": {
|
|
"build:components": "webpack --config src/webpack/components.config.js",
|
|
"build": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.js node src/bin/build",
|
|
"build:analyze": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.js PAYLOAD_ANALYZE_BUNDLE=true node src/bin/build",
|
|
"cov": "npm run core:build && node ./node_modules/jest/bin/jest.js src/tests --coverage",
|
|
"debug": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.js nodemon --inspect demo/server.js",
|
|
"debug:test:int": "node --inspect-brk node_modules/.bin/jest --runInBand",
|
|
"dev": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.js nodemon demo/server.js",
|
|
"lint": "eslint .",
|
|
"test": "yarn test:int && yarn test:client",
|
|
"test:int": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.js NODE_ENV=test DISABLE_LOGGING=true jest --forceExit --runInBand",
|
|
"test:client": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.js NODE_ENV=test jest --config=jest.react.config.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.11.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/register": "^7.11.5",
|
|
"@babel/runtime": "^7.11.2",
|
|
"@date-io/date-fns": "^1.3.13",
|
|
"@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",
|
|
"@typescript-eslint/parser": "^4.8.1",
|
|
"@udecode/slate-plugins": "^0.64.3",
|
|
"ajv": "^6.12.6",
|
|
"async-some": "^1.0.2",
|
|
"autoprefixer": "^9.7.4",
|
|
"babel-jest": "^26.3.0",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-plugin-add-module-exports": "^1.0.4",
|
|
"body-parser": "^1.19.0",
|
|
"compression": "^1.7.4",
|
|
"connect-history-api-fallback": "^1.6.0",
|
|
"css-loader": "^1.0.0",
|
|
"date-fns": "^2.14.0",
|
|
"deepmerge": "^4.2.2",
|
|
"dotenv": "^6.0.0",
|
|
"es6-promise": "^4.2.8",
|
|
"express": "^4.17.1",
|
|
"express-fileupload": "^1.1.6",
|
|
"express-graphql": "^0.9.0",
|
|
"express-rate-limit": "^5.1.3",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"falsey": "^1.0.0",
|
|
"file-loader": "^1.1.11",
|
|
"flatley": "^5.2.0",
|
|
"graphql": "^15.0.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": "^3.2.0",
|
|
"http-status": "^1.4.2",
|
|
"ignore-styles": "^5.0.1",
|
|
"is-hotkey": "^0.1.6",
|
|
"is-url": "^1.2.4",
|
|
"isomorphic-fetch": "^2.2.1",
|
|
"isomorphic-style-loader": "^5.1.0",
|
|
"jest": "26.6.3",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"jwt-decode": "^3.0.0",
|
|
"method-override": "^3.0.0",
|
|
"micro-memoize": "^4.0.9",
|
|
"mini-css-extract-plugin": "^1.0.0",
|
|
"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": "^4.14.1",
|
|
"nodemailer": "^6.4.2",
|
|
"object-to-formdata": "^3.0.9",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.4",
|
|
"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",
|
|
"pino": "^6.4.1",
|
|
"pino-pretty": "^4.1.0",
|
|
"pluralize": "^8.0.0",
|
|
"postcss-loader": "^4.0.4",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"prismjs": "^1.21.0",
|
|
"probe-image-size": "^5.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"qs": "^6.9.1",
|
|
"qs-middleware": "^1.0.3",
|
|
"react": "^16.13.1",
|
|
"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.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.27.0",
|
|
"sass-loader": "7.1.0",
|
|
"sharp": "^0.25.2",
|
|
"slate": "^0.58.4",
|
|
"slate-history": "^0.58.3",
|
|
"slate-hyperscript": "^0.58.3",
|
|
"slate-react": "^0.58.3",
|
|
"terser-webpack-plugin": "^4.2.3",
|
|
"url-loader": "^1.0.1",
|
|
"uuid": "^8.1.0",
|
|
"webpack": "4.44.2",
|
|
"webpack-bundle-analyzer": "^3.8.0",
|
|
"webpack-dev-middleware": "^3.7.2",
|
|
"webpack-hot-middleware": "^2.25.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-typescript": "^7.12.1",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.0.4",
|
|
"@trbl/eslint-config": "^1.2.4",
|
|
"@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": "^6.8.1",
|
|
"@types/express": "^4.17.9",
|
|
"@types/express-fileupload": "^1.1.5",
|
|
"@types/express-rate-limit": "^5.1.0",
|
|
"@types/extract-text-webpack-plugin": "^3.0.4",
|
|
"@types/file-loader": "^4.2.0",
|
|
"@types/html-webpack-plugin": "^3.2.4",
|
|
"@types/ignore-styles": "^5.0.0",
|
|
"@types/is-hotkey": "^0.1.2",
|
|
"@types/is-url": "^1.2.28",
|
|
"@types/isomorphic-fetch": "^0.0.35",
|
|
"@types/jest": "^26.0.15",
|
|
"@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-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": "^0.4.7",
|
|
"@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": "^16.14.0",
|
|
"@types/react-beautiful-dnd": "^13.0.0",
|
|
"@types/react-datepicker": "^3.1.1",
|
|
"@types/react-document-meta": "^3.0.0",
|
|
"@types/react-dom": "^16.9.9",
|
|
"@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-hot-middleware": "^2.25.3",
|
|
"@typescript-eslint/eslint-plugin": "^4.8.1",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-plugin-ignore-html-and-css-imports": "^0.1.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": "^2.0.0",
|
|
"mongodb": "^3.6.2",
|
|
"nodemon": "^1.19.4",
|
|
"ts-jest": "^26.4.4",
|
|
"typescript": "^4.1.2",
|
|
"webpack-cli": "^4.1.0"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"!jest.config.js",
|
|
"payload.d.ts",
|
|
"src",
|
|
"docs",
|
|
"components",
|
|
"scss"
|
|
]
|
|
}
|