{ "name": "@strapi/admin", "version": "4.14.3", "description": "Strapi Admin", "repository": { "type": "git", "url": "git://github.com/strapi/strapi.git" }, "license": "SEE LICENSE IN LICENSE", "author": { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" }, "maintainers": [ { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" } ], "main": "index.js", "scripts": { "analyze:bundle": "ANALYZE_BUNDLE=true webpack --config webpack.config.dev.js", "analyze:deps": "ANALYZE_DEPS=true webpack serve --config webpack.config.dev.js --progress profile", "create:plugin-file": "node ./scripts/create-dev-plugins-file.js", "develop": "yarn create:plugin-file && yarn develop:webpack", "develop:webpack": "cross-env NODE_ENV=development webpack serve --config webpack.config.dev.js --progress profile", "prepublishOnly": "yarn build", "build": "rimraf build && node ./scripts/build.js", "build:measure": "rimraf build && cross-env MEASURE_BUILD_SPEED=true node ./scripts/build.js", "test": "echo \"no tests yet\"", "test:unit": "run -T jest", "test:unit:watch": "run -T jest --watch", "test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js", "test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll", "test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js", "test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll", "test:front:ce:cov": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --coverage", "test:ts:front": "run -T tsc -p admin/tsconfig.json", "lint": "run -T eslint ." }, "dependencies": { "@casl/ability": "6.5.0", "@pmmmwh/react-refresh-webpack-plugin": "0.5.10", "@radix-ui/react-toolbar": "1.0.4", "@strapi/data-transfer": "4.14.3", "@strapi/design-system": "1.12.0", "@strapi/helper-plugin": "4.14.3", "@strapi/icons": "1.12.0", "@strapi/permissions": "4.14.3", "@strapi/provider-audit-logs-local": "4.14.3", "@strapi/typescript-utils": "4.14.3", "@strapi/utils": "4.14.3", "axios": "1.5.0", "bcryptjs": "2.4.3", "browserslist": "^4.22.1", "browserslist-to-esbuild": "1.2.0", "chalk": "^4.1.2", "chokidar": "3.5.3", "codemirror5": "npm:codemirror@^5.65.11", "cross-env": "^7.0.3", "css-loader": "^6.8.1", "date-fns": "2.30.0", "dotenv": "14.2.0", "esbuild-loader": "^2.21.0", "execa": "5.1.1", "fast-deep-equal": "3.1.3", "find-root": "1.1.0", "fork-ts-checker-webpack-plugin": "8.0.0", "formik": "2.4.0", "fractional-indexing": "3.2.0", "fs-extra": "10.0.0", "highlight.js": "^10.4.1", "history": "^4.9.0", "html-loader": "^4.2.0", "html-webpack-plugin": "5.5.0", "immer": "9.0.19", "invariant": "^2.2.4", "js-cookie": "2.2.1", "jsonwebtoken": "9.0.0", "koa-compose": "4.1.0", "koa-passport": "5.0.0", "koa-static": "5.0.0", "koa2-ratelimit": "^1.1.2", "lodash": "4.17.21", "markdown-it": "^12.3.2", "markdown-it-abbr": "^1.0.4", "markdown-it-container": "^3.0.0", "markdown-it-deflist": "^2.1.0", "markdown-it-emoji": "^2.0.0", "markdown-it-footnote": "^3.0.3", "markdown-it-ins": "^3.0.1", "markdown-it-mark": "^3.0.1", "markdown-it-sub": "^1.0.0", "markdown-it-sup": "1.0.0", "mini-css-extract-plugin": "2.7.2", "node-schedule": "2.1.0", "p-map": "4.0.0", "passport-local": "1.0.0", "pluralize": "8.0.0", "prop-types": "^15.8.1", "qs": "6.11.1", "react": "^18.2.0", "react-dnd": "15.1.2", "react-dnd-html5-backend": "15.1.3", "react-dom": "^18.2.0", "react-error-boundary": "3.1.4", "react-helmet": "^6.1.0", "react-intl": "6.4.1", "react-is": "^18.2.0", "react-query": "3.39.3", "react-redux": "8.1.1", "react-refresh": "0.14.0", "react-router-dom": "5.3.4", "react-select": "5.7.0", "react-window": "1.8.8", "redux": "^4.2.1", "reselect": "4.1.7", "rimraf": "3.0.2", "sanitize-html": "2.11.0", "semver": "7.5.4", "sift": "16.0.1", "slate": "0.94.1", "slate-history": "0.93.0", "slate-react": "0.98.3", "style-loader": "3.3.1", "styled-components": "5.3.3", "typescript": "5.2.2", "webpack": "^5.88.1", "webpack-cli": "^5.1.0", "webpack-dev-server": "^4.15.0", "webpackbar": "^5.0.2", "yup": "0.32.9" }, "devDependencies": { "@testing-library/dom": "9.2.0", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", "duplicate-dependencies-webpack-plugin": "^1.0.2", "glob": "8.0.3", "msw": "1.3.0", "speed-measure-webpack-plugin": "1.5.0", "webpack-bundle-analyzer": "^4.9.0" }, "peerDependencies": { "@strapi/strapi": "^4.3.4" }, "engines": { "node": ">=16.0.0 <=20.x.x", "npm": ">=6.0.0" }, "nx": { "targets": { "build": { "outputs": [ "./build" ] } }, "implicitDependencies": [ "!@strapi/data-transfer", "!@strapi/strapi" ] } }