141 lines
4.6 KiB
JSON
141 lines
4.6 KiB
JSON
{
|
|
"name": "@payloadcms/payload",
|
|
"version": "0.0.79",
|
|
"description": "CMS and Application Framework",
|
|
"license": "ISC",
|
|
"author": "Payload CMS LLC",
|
|
"main": "index.js",
|
|
"typings": "payload.d.ts",
|
|
"bin": {
|
|
"payload": "./src/bin/index.js"
|
|
},
|
|
"scripts": {
|
|
"cov": "npm run core:build && node ./node_modules/jest/bin/jest.js src/tests --coverage",
|
|
"debug": "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:int": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.js NODE_ENV=test jest --forceExit --runInBand",
|
|
"test:unit": "cross-env PAYLOAD_CONFIG_PATH=demo/payload.config.js NODE_ENV=test jest"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
|
|
"@babel/preset-env": "^7.8.3",
|
|
"@babel/preset-react": "^7.8.3",
|
|
"@babel/register": "^7.11.5",
|
|
"@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",
|
|
"@udecode/slate-plugins": "^0.64.3",
|
|
"async-some": "^1.0.2",
|
|
"autoprefixer": "^9.7.4",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-plugin-add-module-exports": "^1.0.4",
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"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",
|
|
"dotenv-webpack": "^1.8.0",
|
|
"es6-promise": "^4.2.8",
|
|
"express": "^4.17.1",
|
|
"express-fileupload": "^1.1.6",
|
|
"express-graphql": "^0.9.0",
|
|
"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-date": "^1.0.3",
|
|
"graphql-playground-middleware-express": "^1.7.14",
|
|
"graphql-type-json": "^0.3.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"http-status": "^1.4.2",
|
|
"ignore-styles": "^5.0.1",
|
|
"image-size": "^0.7.5",
|
|
"is-hotkey": "^0.1.6",
|
|
"isomorphic-fetch": "^2.2.1",
|
|
"jest": "^25.3.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"method-override": "^3.0.0",
|
|
"micro-memoize": "^4.0.9",
|
|
"minimist": "^1.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mongodb-memory-server": "^6.5.2",
|
|
"mongoose": "^5.8.9",
|
|
"mongoose-hidden": "^1.8.1",
|
|
"mongoose-paginate-v2": "^1.3.6",
|
|
"node-sass": "^4.13.1",
|
|
"node-sass-chokidar": "^1.4.0",
|
|
"nodemailer": "^6.4.2",
|
|
"object-to-formdata": "^3.0.9",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"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",
|
|
"postcss-flexbugs-fixes": "^3.3.1",
|
|
"postcss-loader": "^2.1.6",
|
|
"postcss-preset-env": "6.0.6",
|
|
"prismjs": "^1.21.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-hook-form": "^5.7.2",
|
|
"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",
|
|
"sanitize-filename": "^1.6.3",
|
|
"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",
|
|
"style-loader": "^0.21.0",
|
|
"url-loader": "^1.0.1",
|
|
"uuid": "^8.1.0",
|
|
"val-loader": "^2.1.1",
|
|
"webpack": "^4.43.0",
|
|
"webpack-bundle-analyzer": "^3.8.0",
|
|
"webpack-dev-middleware": "^3.7.2",
|
|
"webpack-hot-middleware": "^2.25.0"
|
|
},
|
|
"devDependencies": {
|
|
"@trbl/eslint-config": "^1.2.4",
|
|
"babel-eslint": "^10.0.1",
|
|
"cross-env": "^7.0.2",
|
|
"eslint": "^6.8.0",
|
|
"eslint-loader": "^4.0.2",
|
|
"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",
|
|
"faker": "^4.1.0",
|
|
"form-data": "^3.0.0",
|
|
"graphql-request": "^2.0.0",
|
|
"nodemon": "^1.19.4"
|
|
}
|
|
}
|