chore: move to monorepo structure
211
package.json
@@ -30,13 +30,16 @@
|
||||
"bin": {
|
||||
"payload": "bin.js"
|
||||
},
|
||||
"workspaces:": [
|
||||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png}\" dist/",
|
||||
"build:tsc": "tsc",
|
||||
"build:components": "webpack --config dist/bundlers/webpack/components.config.js",
|
||||
"build": "pnpm copyfiles && pnpm build:tsc && pnpm build:components",
|
||||
"build:watch": "nodemon --watch 'src/**' --ext 'ts,tsx' --exec \"pnpm build:tsc\"",
|
||||
"dev": "nodemon",
|
||||
"dev": "pnpm --filter payload run dev",
|
||||
"dev:postgres": "cross-env PAYLOAD_DATABASE=postgres nodemon",
|
||||
"dev:generate-types": "ts-node -T ./test/generateTypes.ts",
|
||||
"dev:generate-graphql-schema": "ts-node -T ./test/generateGraphQLSchema.ts",
|
||||
@@ -82,210 +85,8 @@
|
||||
"react",
|
||||
"auth"
|
||||
],
|
||||
"dependencies": {
|
||||
"@date-io/date-fns": "2.16.0",
|
||||
"@dnd-kit/core": "6.0.8",
|
||||
"@dnd-kit/sortable": "7.0.2",
|
||||
"@faceless-ui/modal": "2.0.1",
|
||||
"@faceless-ui/scroll-info": "1.3.0",
|
||||
"@faceless-ui/window-info": "2.1.1",
|
||||
"@monaco-editor/react": "4.5.1",
|
||||
"@swc/core": "1.3.76",
|
||||
"@swc/register": "0.1.10",
|
||||
"@types/sharp": "0.31.1",
|
||||
"body-parser": "1.20.2",
|
||||
"bson-objectid": "2.0.4",
|
||||
"compression": "1.7.4",
|
||||
"conf": "10.2.0",
|
||||
"connect-history-api-fallback": "1.6.0",
|
||||
"console-table-printer": "2.11.2",
|
||||
"css-loader": "5.2.7",
|
||||
"css-minimizer-webpack-plugin": "5.0.1",
|
||||
"dataloader": "2.2.2",
|
||||
"date-fns": "2.30.0",
|
||||
"deep-equal": "2.2.2",
|
||||
"deepmerge": "4.3.1",
|
||||
"dotenv": "8.6.0",
|
||||
"express": "4.18.2",
|
||||
"express-fileupload": "1.4.0",
|
||||
"express-rate-limit": "5.5.1",
|
||||
"file-loader": "6.2.0",
|
||||
"file-type": "16.5.4",
|
||||
"find-up": "4.1.0",
|
||||
"flatley": "5.2.0",
|
||||
"fs-extra": "10.1.0",
|
||||
"get-tsconfig": "4.6.2",
|
||||
"graphql": "16.7.1",
|
||||
"graphql-http": "1.21.0",
|
||||
"graphql-playground-middleware-express": "1.7.23",
|
||||
"graphql-query-complexity": "0.12.0",
|
||||
"graphql-scalars": "1.22.2",
|
||||
"graphql-type-json": "0.3.2",
|
||||
"html-webpack-plugin": "5.5.3",
|
||||
"http-status": "1.6.2",
|
||||
"i18next": "22.5.1",
|
||||
"i18next-browser-languagedetector": "6.1.8",
|
||||
"i18next-http-middleware": "3.3.2",
|
||||
"is-hotkey": "0.2.0",
|
||||
"is-plain-object": "5.0.0",
|
||||
"isomorphic-fetch": "3.0.0",
|
||||
"joi": "17.9.2",
|
||||
"json-schema-to-typescript": "11.0.3",
|
||||
"jsonwebtoken": "9.0.1",
|
||||
"jwt-decode": "3.1.2",
|
||||
"md5": "2.3.0",
|
||||
"method-override": "3.0.0",
|
||||
"micro-memoize": "4.1.2",
|
||||
"mini-css-extract-plugin": "1.6.2",
|
||||
"minimist": "1.2.8",
|
||||
"mkdirp": "1.0.4",
|
||||
"monaco-editor": "0.38.0",
|
||||
"nodemailer": "6.9.4",
|
||||
"object-to-formdata": "4.5.1",
|
||||
"passport": "0.6.0",
|
||||
"passport-anonymous": "1.0.1",
|
||||
"passport-headerapikey": "1.2.2",
|
||||
"passport-jwt": "4.0.1",
|
||||
"passport-local": "1.0.0",
|
||||
"path-browserify": "1.0.1",
|
||||
"pino": "8.15.0",
|
||||
"pino-pretty": "10.2.0",
|
||||
"pluralize": "8.0.0",
|
||||
"postcss": "8.4.27",
|
||||
"postcss-loader": "6.2.1",
|
||||
"postcss-preset-env": "9.0.0",
|
||||
"probe-image-size": "6.0.0",
|
||||
"process": "0.11.10",
|
||||
"qs": "6.11.2",
|
||||
"qs-middleware": "1.0.3",
|
||||
"react": "18.2.0",
|
||||
"react-animate-height": "2.1.2",
|
||||
"react-datepicker": "4.16.0",
|
||||
"react-diff-viewer-continued": "3.2.6",
|
||||
"react-dom": "18.2.0",
|
||||
"react-helmet": "6.1.0",
|
||||
"react-i18next": "11.18.6",
|
||||
"react-router-dom": "5.3.4",
|
||||
"react-router-navigation-prompt": "1.9.6",
|
||||
"react-select": "5.7.4",
|
||||
"react-toastify": "8.2.0",
|
||||
"sanitize-filename": "1.6.3",
|
||||
"sass": "1.64.0",
|
||||
"sass-loader": "12.6.0",
|
||||
"scheduler": "0.23.0",
|
||||
"scmp": "2.1.0",
|
||||
"sharp": "0.31.3",
|
||||
"slate": "0.91.4",
|
||||
"slate-history": "0.86.0",
|
||||
"slate-hyperscript": "0.81.3",
|
||||
"slate-react": "0.92.0",
|
||||
"style-loader": "2.0.0",
|
||||
"swc-loader": "0.2.3",
|
||||
"swc-minify-webpack-plugin": "2.1.1",
|
||||
"terser-webpack-plugin": "5.3.9",
|
||||
"ts-essentials": "7.0.3",
|
||||
"url-loader": "4.1.1",
|
||||
"use-context-selector": "1.4.1",
|
||||
"uuid": "8.3.2",
|
||||
"webpack": "5.88.2",
|
||||
"webpack-bundle-analyzer": "4.9.0",
|
||||
"webpack-cli": "4.10.0",
|
||||
"webpack-dev-middleware": "6.0.1",
|
||||
"webpack-hot-middleware": "2.25.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.33.0",
|
||||
"@release-it/conventional-changelog": "7.0.0",
|
||||
"@swc/jest": "0.2.27",
|
||||
"@testing-library/jest-dom": "5.17.0",
|
||||
"@testing-library/react": "13.4.0",
|
||||
"@trbl/eslint-config": "3.0.1",
|
||||
"@types/asap": "2.0.0",
|
||||
"@types/body-parser": "1.19.2",
|
||||
"@types/compression": "1.7.2",
|
||||
"@types/connect-history-api-fallback": "1.5.0",
|
||||
"@types/eslint": "7.29.0",
|
||||
"@types/express": "4.17.17",
|
||||
"@types/express-fileupload": "1.4.1",
|
||||
"@types/express-rate-limit": "5.1.3",
|
||||
"@types/express-serve-static-core": "4.17.35",
|
||||
"@types/extract-text-webpack-plugin": "3.0.7",
|
||||
"@types/file-loader": "4.2.1",
|
||||
"@types/hapi__joi": "17.1.9",
|
||||
"@types/html-webpack-plugin": "3.2.6",
|
||||
"@types/ignore-styles": "5.0.0",
|
||||
"@types/is-hotkey": "0.1.7",
|
||||
"@types/isomorphic-fetch": "0.0.36",
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/joi": "14.3.4",
|
||||
"@types/json-schema": "7.0.12",
|
||||
"@types/jsonwebtoken": "8.5.9",
|
||||
"@types/method-override": "0.0.32",
|
||||
"@types/mime": "2.0.3",
|
||||
"@types/mini-css-extract-plugin": "1.4.3",
|
||||
"@types/minimist": "1.2.2",
|
||||
"@types/mkdirp": "1.0.2",
|
||||
"@types/node": "20.4.2",
|
||||
"@types/node-fetch": "2.6.4",
|
||||
"@types/nodemailer": "6.4.8",
|
||||
"@types/optimize-css-assets-webpack-plugin": "5.0.5",
|
||||
"@types/passport": "1.0.12",
|
||||
"@types/passport-anonymous": "1.0.3",
|
||||
"@types/passport-jwt": "3.0.9",
|
||||
"@types/passport-local": "1.0.35",
|
||||
"@types/pluralize": "0.0.29",
|
||||
"@types/prismjs": "1.26.0",
|
||||
"@types/probe-image-size": "7.2.0",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/qs": "6.9.7",
|
||||
"@types/qs-middleware": "1.0.1",
|
||||
"@types/react": "18.2.15",
|
||||
"@types/react-datepicker": "4.11.2",
|
||||
"@types/react-dom": "18.2.7",
|
||||
"@types/react-helmet": "6.1.6",
|
||||
"@types/react-router-dom": "5.3.3",
|
||||
"@types/shelljs": "0.8.12",
|
||||
"@types/testing-library__jest-dom": "5.14.8",
|
||||
"@types/uuid": "8.3.4",
|
||||
"@types/webpack-bundle-analyzer": "4.6.0",
|
||||
"@types/webpack-env": "1.18.1",
|
||||
"@types/webpack-hot-middleware": "2.25.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.62.0",
|
||||
"@typescript-eslint/parser": "5.62.0",
|
||||
"better-sqlite3": "8.5.0",
|
||||
"confusing-browser-globals": "1.0.11",
|
||||
"copyfiles": "2.4.1",
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "8.45.0",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
"eslint-plugin-jest": "27.2.3",
|
||||
"eslint-plugin-jest-dom": "4.0.3",
|
||||
"eslint-plugin-jsx-a11y": "6.7.1",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
"eslint-plugin-playwright": "0.12.0",
|
||||
"eslint-plugin-react": "7.33.0",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"form-data": "3.0.1",
|
||||
"get-port": "5.1.1",
|
||||
"glob": "8.1.0",
|
||||
"graphql-request": "3.7.0",
|
||||
"jest": "29.6.1",
|
||||
"jest-environment-jsdom": "29.6.1",
|
||||
"mongodb-memory-server": "8.13.0",
|
||||
"node-fetch": "2.6.12",
|
||||
"nodemon": "3.0.1",
|
||||
"object.assign": "4.1.4",
|
||||
"object.entries": "1.1.6",
|
||||
"passport-strategy": "1.0.0",
|
||||
"release-it": "16.1.3",
|
||||
"rimraf": "3.0.2",
|
||||
"serve-static": "1.15.0",
|
||||
"shelljs": "0.8.5",
|
||||
"slash": "3.0.0",
|
||||
"terser": "5.19.2",
|
||||
"ts-node": "10.9.1",
|
||||
"typescript": "4.9.5"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"bin.js",
|
||||
"dist",
|
||||
|
||||
7471
packages/db-mongodb/pnpm-lock.yaml
generated
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"declaration": true, /* Generates corresponding '.d.ts' file. */
|
||||
"module": "commonjs", /* Specify what module code is generated. */
|
||||
"rootDir": "./src", /* Specify the root folder within your source files. */
|
||||
|
||||
7149
packages/db-postgres/pnpm-lock.yaml
generated
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"declaration": true, /* Generates corresponding '.d.ts' file. */
|
||||
"module": "commonjs", /* Specify what module code is generated. */
|
||||
"rootDir": "./src", /* Specify the root folder within your source files. */
|
||||
|
||||
0
auth.d.ts → packages/payload/auth.d.ts
vendored
27
packages/payload/components/index.js
Normal file
1
packages/payload/components/styles.css
Normal file
@@ -7,10 +7,7 @@
|
||||
"src/**/*.spec.ts",
|
||||
"test/**/payload-types.ts"
|
||||
],
|
||||
"watch": [
|
||||
"src/**/*.ts",
|
||||
"test/"
|
||||
],
|
||||
"watch": ["src/**/*.ts", "test/", "packages/**/*.ts"],
|
||||
"ext": "ts,js,json",
|
||||
"exec": "ts-node ./test/dev.ts"
|
||||
}
|
||||
303
packages/payload/package.json
Normal file
@@ -0,0 +1,303 @@
|
||||
{
|
||||
"name": "payload",
|
||||
"version": "1.14.0",
|
||||
"description": "Node, React and MongoDB Headless CMS and Application Framework",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=14",
|
||||
"pnpm": ">=8"
|
||||
},
|
||||
"author": {
|
||||
"email": "info@payloadcms.com",
|
||||
"name": "Payload",
|
||||
"url": "https://payloadcms.com"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Payload",
|
||||
"email": "info@payloadcms.com",
|
||||
"url": "https://payloadcms.com"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/payloadcms/payload.git"
|
||||
},
|
||||
"homepage": "https://payloadcms.com",
|
||||
"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",
|
||||
"build:components": "webpack --config dist/bundlers/webpack/components.config.js",
|
||||
"build": "pnpm copyfiles && pnpm build:tsc && pnpm build:components",
|
||||
"build:watch": "nodemon --watch 'src/**' --ext 'ts,tsx' --exec \"pnpm build:tsc\"",
|
||||
"dev": "nodemon",
|
||||
"dev:postgres": "cross-env PAYLOAD_DATABASE=postgres nodemon",
|
||||
"dev:generate-types": "ts-node -T ./test/generateTypes.ts",
|
||||
"dev:generate-graphql-schema": "ts-node -T ./test/generateGraphQLSchema.ts",
|
||||
"pretest": "pnpm build",
|
||||
"test": "pnpm test:int && pnpm test:components && pnpm test:e2e",
|
||||
"test:int": "cross-env DISABLE_LOGGING=true jest --forceExit --detectOpenHandles",
|
||||
"test:e2e": "ts-node -T ./test/runE2E.ts",
|
||||
"test:e2e:headed": "cross-env DISABLE_LOGGING=true playwright test --headed",
|
||||
"test:e2e:debug": "cross-env PWDEBUG=1 DISABLE_LOGGING=true playwright test",
|
||||
"test:components": "cross-env jest --config=jest.components.config.js",
|
||||
"translateNewKeys": "ts-node -T ./scripts/translateNewKeys.ts",
|
||||
"clean:cache": "rimraf node_modules/.cache",
|
||||
"clean": "rimraf dist",
|
||||
"release:patch": "release-it patch",
|
||||
"release:minor": "release-it minor",
|
||||
"release:major": "release-it major",
|
||||
"release:beta": "release-it pre --preReleaseId=beta --npm.tag=beta --config .release-it.pre.json",
|
||||
"release:canary": "release-it pre --preReleaseId=canary --npm.tag=canary --config .release-it.pre.json",
|
||||
"fix": "eslint \"src/**/*.ts\" --fix",
|
||||
"lint": "eslint \"src/**/*.ts\""
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/payloadcms/payload"
|
||||
},
|
||||
"keywords": [
|
||||
"payload",
|
||||
"cms",
|
||||
"content management",
|
||||
"framework",
|
||||
"typescript",
|
||||
"javascript",
|
||||
"node",
|
||||
"express",
|
||||
"headless",
|
||||
"graphQL",
|
||||
"restful",
|
||||
"access control",
|
||||
"dashboard",
|
||||
"admin panel",
|
||||
"api",
|
||||
"MongoDB",
|
||||
"self hosted",
|
||||
"react",
|
||||
"auth"
|
||||
],
|
||||
"dependencies": {
|
||||
"@date-io/date-fns": "2.16.0",
|
||||
"@dnd-kit/core": "6.0.8",
|
||||
"@dnd-kit/sortable": "7.0.2",
|
||||
"@faceless-ui/modal": "2.0.1",
|
||||
"@faceless-ui/scroll-info": "1.3.0",
|
||||
"@faceless-ui/window-info": "2.1.1",
|
||||
"@monaco-editor/react": "4.5.1",
|
||||
"@swc/core": "1.3.76",
|
||||
"@swc/register": "0.1.10",
|
||||
"@types/sharp": "0.31.1",
|
||||
"body-parser": "1.20.2",
|
||||
"bson-objectid": "2.0.4",
|
||||
"compression": "1.7.4",
|
||||
"conf": "10.2.0",
|
||||
"connect-history-api-fallback": "1.6.0",
|
||||
"console-table-printer": "2.11.2",
|
||||
"css-loader": "5.2.7",
|
||||
"css-minimizer-webpack-plugin": "5.0.1",
|
||||
"dataloader": "2.2.2",
|
||||
"date-fns": "2.30.0",
|
||||
"deep-equal": "2.2.2",
|
||||
"deepmerge": "4.3.1",
|
||||
"dotenv": "8.6.0",
|
||||
"express": "4.18.2",
|
||||
"express-fileupload": "1.4.0",
|
||||
"express-rate-limit": "5.5.1",
|
||||
"file-loader": "6.2.0",
|
||||
"file-type": "16.5.4",
|
||||
"find-up": "4.1.0",
|
||||
"flatley": "5.2.0",
|
||||
"fs-extra": "10.1.0",
|
||||
"get-tsconfig": "4.6.2",
|
||||
"graphql": "16.7.1",
|
||||
"graphql-http": "1.21.0",
|
||||
"graphql-playground-middleware-express": "1.7.23",
|
||||
"graphql-query-complexity": "0.12.0",
|
||||
"graphql-scalars": "1.22.2",
|
||||
"graphql-type-json": "0.3.2",
|
||||
"html-webpack-plugin": "5.5.3",
|
||||
"http-status": "1.6.2",
|
||||
"i18next": "22.5.1",
|
||||
"i18next-browser-languagedetector": "6.1.8",
|
||||
"i18next-http-middleware": "3.3.2",
|
||||
"is-hotkey": "0.2.0",
|
||||
"is-plain-object": "5.0.0",
|
||||
"isomorphic-fetch": "3.0.0",
|
||||
"joi": "17.9.2",
|
||||
"json-schema-to-typescript": "11.0.3",
|
||||
"jsonwebtoken": "9.0.1",
|
||||
"jwt-decode": "3.1.2",
|
||||
"md5": "2.3.0",
|
||||
"method-override": "3.0.0",
|
||||
"micro-memoize": "4.1.2",
|
||||
"mini-css-extract-plugin": "1.6.2",
|
||||
"minimist": "1.2.8",
|
||||
"mkdirp": "1.0.4",
|
||||
"monaco-editor": "0.38.0",
|
||||
"nodemailer": "6.9.4",
|
||||
"object-to-formdata": "4.5.1",
|
||||
"passport": "0.6.0",
|
||||
"passport-anonymous": "1.0.1",
|
||||
"passport-headerapikey": "1.2.2",
|
||||
"passport-jwt": "4.0.1",
|
||||
"passport-local": "1.0.0",
|
||||
"path-browserify": "1.0.1",
|
||||
"pino": "8.15.0",
|
||||
"pino-pretty": "10.2.0",
|
||||
"pluralize": "8.0.0",
|
||||
"postcss": "8.4.27",
|
||||
"postcss-loader": "6.2.1",
|
||||
"postcss-preset-env": "9.0.0",
|
||||
"probe-image-size": "6.0.0",
|
||||
"process": "0.11.10",
|
||||
"qs": "6.11.2",
|
||||
"qs-middleware": "1.0.3",
|
||||
"react": "18.2.0",
|
||||
"react-animate-height": "2.1.2",
|
||||
"react-datepicker": "4.16.0",
|
||||
"react-diff-viewer-continued": "3.2.6",
|
||||
"react-dom": "18.2.0",
|
||||
"react-helmet": "6.1.0",
|
||||
"react-i18next": "11.18.6",
|
||||
"react-router-dom": "5.3.4",
|
||||
"react-router-navigation-prompt": "1.9.6",
|
||||
"react-select": "5.7.4",
|
||||
"react-toastify": "8.2.0",
|
||||
"sanitize-filename": "1.6.3",
|
||||
"sass": "1.64.0",
|
||||
"sass-loader": "12.6.0",
|
||||
"scheduler": "0.23.0",
|
||||
"scmp": "2.1.0",
|
||||
"sharp": "0.31.3",
|
||||
"slate": "0.91.4",
|
||||
"slate-history": "0.86.0",
|
||||
"slate-hyperscript": "0.81.3",
|
||||
"slate-react": "0.92.0",
|
||||
"style-loader": "2.0.0",
|
||||
"swc-loader": "0.2.3",
|
||||
"swc-minify-webpack-plugin": "2.1.1",
|
||||
"terser-webpack-plugin": "5.3.9",
|
||||
"ts-essentials": "7.0.3",
|
||||
"url-loader": "4.1.1",
|
||||
"use-context-selector": "1.4.1",
|
||||
"uuid": "8.3.2",
|
||||
"webpack": "5.88.2",
|
||||
"webpack-bundle-analyzer": "4.9.0",
|
||||
"webpack-cli": "4.10.0",
|
||||
"webpack-dev-middleware": "6.0.1",
|
||||
"webpack-hot-middleware": "2.25.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.33.0",
|
||||
"@release-it/conventional-changelog": "7.0.0",
|
||||
"@swc/jest": "0.2.27",
|
||||
"@testing-library/jest-dom": "5.17.0",
|
||||
"@testing-library/react": "13.4.0",
|
||||
"@trbl/eslint-config": "3.0.1",
|
||||
"@types/asap": "2.0.0",
|
||||
"@types/body-parser": "1.19.2",
|
||||
"@types/compression": "1.7.2",
|
||||
"@types/connect-history-api-fallback": "1.5.0",
|
||||
"@types/eslint": "7.29.0",
|
||||
"@types/express": "4.17.17",
|
||||
"@types/express-fileupload": "1.4.1",
|
||||
"@types/express-rate-limit": "5.1.3",
|
||||
"@types/express-serve-static-core": "4.17.35",
|
||||
"@types/extract-text-webpack-plugin": "3.0.7",
|
||||
"@types/file-loader": "4.2.1",
|
||||
"@types/hapi__joi": "17.1.9",
|
||||
"@types/html-webpack-plugin": "3.2.6",
|
||||
"@types/ignore-styles": "5.0.0",
|
||||
"@types/is-hotkey": "0.1.7",
|
||||
"@types/isomorphic-fetch": "0.0.36",
|
||||
"@types/jest": "26.0.24",
|
||||
"@types/joi": "14.3.4",
|
||||
"@types/json-schema": "7.0.12",
|
||||
"@types/jsonwebtoken": "8.5.9",
|
||||
"@types/method-override": "0.0.32",
|
||||
"@types/mime": "2.0.3",
|
||||
"@types/mini-css-extract-plugin": "1.4.3",
|
||||
"@types/minimist": "1.2.2",
|
||||
"@types/mkdirp": "1.0.2",
|
||||
"@types/node": "20.4.2",
|
||||
"@types/node-fetch": "2.6.4",
|
||||
"@types/nodemailer": "6.4.8",
|
||||
"@types/optimize-css-assets-webpack-plugin": "5.0.5",
|
||||
"@types/passport": "1.0.12",
|
||||
"@types/passport-anonymous": "1.0.3",
|
||||
"@types/passport-jwt": "3.0.9",
|
||||
"@types/passport-local": "1.0.35",
|
||||
"@types/pluralize": "0.0.29",
|
||||
"@types/prismjs": "1.26.0",
|
||||
"@types/probe-image-size": "7.2.0",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/qs": "6.9.7",
|
||||
"@types/qs-middleware": "1.0.1",
|
||||
"@types/react": "18.2.15",
|
||||
"@types/react-datepicker": "4.11.2",
|
||||
"@types/react-dom": "18.2.7",
|
||||
"@types/react-helmet": "6.1.6",
|
||||
"@types/react-router-dom": "5.3.3",
|
||||
"@types/shelljs": "0.8.12",
|
||||
"@types/testing-library__jest-dom": "5.14.8",
|
||||
"@types/uuid": "8.3.4",
|
||||
"@types/webpack-bundle-analyzer": "4.6.0",
|
||||
"@types/webpack-env": "1.18.1",
|
||||
"@types/webpack-hot-middleware": "2.25.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.62.0",
|
||||
"@typescript-eslint/parser": "5.62.0",
|
||||
"better-sqlite3": "8.5.0",
|
||||
"confusing-browser-globals": "1.0.11",
|
||||
"copyfiles": "2.4.1",
|
||||
"cross-env": "7.0.3",
|
||||
"eslint": "8.45.0",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
"eslint-plugin-jest": "27.2.3",
|
||||
"eslint-plugin-jest-dom": "4.0.3",
|
||||
"eslint-plugin-jsx-a11y": "6.7.1",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
"eslint-plugin-playwright": "0.12.0",
|
||||
"eslint-plugin-react": "7.33.0",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"form-data": "3.0.1",
|
||||
"get-port": "5.1.1",
|
||||
"glob": "8.1.0",
|
||||
"graphql-request": "3.7.0",
|
||||
"jest": "29.6.1",
|
||||
"jest-environment-jsdom": "29.6.1",
|
||||
"mongodb-memory-server": "8.13.0",
|
||||
"node-fetch": "2.6.12",
|
||||
"nodemon": "3.0.1",
|
||||
"object.assign": "4.1.4",
|
||||
"object.entries": "1.1.6",
|
||||
"passport-strategy": "1.0.0",
|
||||
"release-it": "16.1.3",
|
||||
"rimraf": "3.0.2",
|
||||
"serve-static": "1.15.0",
|
||||
"shelljs": "0.8.5",
|
||||
"slash": "3.0.0",
|
||||
"terser": "5.19.2",
|
||||
"ts-node": "10.9.1",
|
||||
"typescript": "4.9.5"
|
||||
},
|
||||
"files": [
|
||||
"bin.js",
|
||||
"dist",
|
||||
"docs",
|
||||
"components",
|
||||
"scss",
|
||||
"*.js",
|
||||
"*.d.ts",
|
||||
"!jest.config.js",
|
||||
"!jest.components.config.js"
|
||||
],
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 160 KiB |
|
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 165 KiB |
|
Before Width: | Height: | Size: 437 B After Width: | Height: | Size: 437 B |
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 261 KiB After Width: | Height: | Size: 261 KiB |
|
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 226 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |