2017-05-11 17:30:00 +02:00
|
|
|
{
|
2021-04-29 11:50:14 +02:00
|
|
|
"name": "@strapi/admin",
|
2023-07-05 16:46:16 +02:00
|
|
|
"version": "4.11.4",
|
2017-05-11 17:30:00 +02:00
|
|
|
"description": "Strapi Admin",
|
2017-08-22 18:29:02 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2021-02-22 09:58:54 +01:00
|
|
|
"url": "git://github.com/strapi/strapi.git"
|
2017-08-22 18:29:02 +02:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
|
|
|
"author": {
|
2021-11-29 16:23:55 +01:00
|
|
|
"name": "Strapi Solutions SAS",
|
|
|
|
|
"email": "hi@strapi.io",
|
|
|
|
|
"url": "https://strapi.io"
|
2021-11-29 15:13:33 +01:00
|
|
|
},
|
|
|
|
|
"maintainers": [
|
|
|
|
|
{
|
2021-11-29 16:23:55 +01:00
|
|
|
"name": "Strapi Solutions SAS",
|
|
|
|
|
"email": "hi@strapi.io",
|
|
|
|
|
"url": "https://strapi.io"
|
2021-11-29 15:13:33 +01:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"main": "index.js",
|
2017-08-22 18:29:02 +02:00
|
|
|
"scripts": {
|
2021-11-29 15:13:33 +01:00
|
|
|
"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",
|
2021-11-18 12:59:05 +01:00
|
|
|
"create:plugin-file": "node ./scripts/create-dev-plugins-file.js",
|
2021-11-18 16:33:31 +01:00
|
|
|
"develop": "yarn create:plugin-file && yarn develop:webpack",
|
2021-11-29 15:13:33 +01:00
|
|
|
"develop:webpack": "cross-env NODE_ENV=development webpack serve --config webpack.config.dev.js --progress profile",
|
2021-12-02 10:34:03 +01:00
|
|
|
"prepublishOnly": "yarn build",
|
2022-03-18 16:13:47 +01:00
|
|
|
"build": "rimraf build && node ./scripts/build.js",
|
2023-04-05 13:13:16 +02:00
|
|
|
"build:measure": "rimraf build && cross-env MEASURE_BUILD_SPEED=true node ./scripts/build.js",
|
2021-12-20 14:02:31 +01:00
|
|
|
"test": "echo \"no tests yet\"",
|
2023-04-05 14:33:37 +02:00
|
|
|
"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",
|
|
|
|
|
"lint": "run -T eslint ."
|
2017-05-11 17:30:00 +02:00
|
|
|
},
|
2018-01-11 16:38:20 +01:00
|
|
|
"dependencies": {
|
2023-01-30 09:48:25 +01:00
|
|
|
"@babel/core": "^7.20.12",
|
|
|
|
|
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
|
|
|
"@babel/preset-env": "^7.20.2",
|
|
|
|
|
"@babel/preset-react": "^7.18.6",
|
|
|
|
|
"@babel/runtime": "^7.20.13",
|
2022-01-26 05:55:17 -03:00
|
|
|
"@casl/ability": "^5.4.3",
|
2023-01-11 16:56:58 +00:00
|
|
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
|
2023-07-05 16:46:16 +02:00
|
|
|
"@strapi/babel-plugin-switch-ee-ce": "4.11.4",
|
|
|
|
|
"@strapi/data-transfer": "4.11.4",
|
2023-07-03 15:14:38 +01:00
|
|
|
"@strapi/design-system": "1.8.1",
|
2023-07-05 16:46:16 +02:00
|
|
|
"@strapi/helper-plugin": "4.11.4",
|
2023-07-03 15:14:38 +01:00
|
|
|
"@strapi/icons": "1.8.1",
|
2023-07-05 16:46:16 +02:00
|
|
|
"@strapi/permissions": "4.11.4",
|
|
|
|
|
"@strapi/provider-audit-logs-local": "4.11.4",
|
|
|
|
|
"@strapi/typescript-utils": "4.11.4",
|
|
|
|
|
"@strapi/utils": "4.11.4",
|
2023-05-28 23:01:14 +00:00
|
|
|
"axios": "1.4.0",
|
2023-01-30 12:04:30 +01:00
|
|
|
"babel-loader": "^9.1.2",
|
2023-05-14 23:04:46 +00:00
|
|
|
"babel-plugin-styled-components": "2.1.1",
|
2021-10-18 12:38:21 +02:00
|
|
|
"bcryptjs": "2.4.3",
|
2023-03-24 18:12:05 -07:00
|
|
|
"browserslist": "^4.17.3",
|
2023-01-06 11:54:09 +00:00
|
|
|
"browserslist-to-esbuild": "1.2.0",
|
2023-03-03 10:09:15 +00:00
|
|
|
"chalk": "^4.1.2",
|
2021-03-17 08:58:47 +01:00
|
|
|
"chokidar": "^3.5.1",
|
2023-02-12 08:49:44 +09:00
|
|
|
"codemirror5": "npm:codemirror@^5.65.11",
|
2020-12-10 11:12:57 +01:00
|
|
|
"cross-env": "^7.0.3",
|
2023-06-05 12:04:38 +02:00
|
|
|
"css-loader": "^6.8.1",
|
2023-05-14 23:04:03 +00:00
|
|
|
"date-fns": "2.30.0",
|
2021-05-05 10:48:27 +02:00
|
|
|
"dotenv": "8.5.1",
|
2023-01-30 12:04:30 +01:00
|
|
|
"esbuild-loader": "^2.21.0",
|
2020-01-24 15:39:14 +01:00
|
|
|
"execa": "^1.0.0",
|
2021-06-28 21:37:44 +02:00
|
|
|
"fast-deep-equal": "3.1.3",
|
2022-11-18 09:10:37 +00:00
|
|
|
"find-root": "1.1.0",
|
2023-05-08 13:20:17 +00:00
|
|
|
"fork-ts-checker-webpack-plugin": "7.3.0",
|
2023-05-28 23:04:50 +00:00
|
|
|
"formik": "^2.4.0",
|
2023-02-08 16:33:38 +00:00
|
|
|
"fractional-indexing": "3.2.0",
|
2022-01-05 17:36:21 +01:00
|
|
|
"fs-extra": "10.0.0",
|
2021-06-24 09:23:49 +02:00
|
|
|
"highlight.js": "^10.4.1",
|
2019-04-12 18:23:26 +02:00
|
|
|
"history": "^4.9.0",
|
2023-01-30 12:04:30 +01:00
|
|
|
"html-loader": "^4.2.0",
|
2022-01-03 12:23:28 +01:00
|
|
|
"html-webpack-plugin": "5.5.0",
|
2023-01-31 09:04:01 +00:00
|
|
|
"immer": "9.0.19",
|
2019-04-16 11:53:29 +02:00
|
|
|
"invariant": "^2.2.4",
|
2020-12-23 13:19:51 +01:00
|
|
|
"js-cookie": "2.2.1",
|
2023-01-10 07:50:43 -07:00
|
|
|
"jsonwebtoken": "9.0.0",
|
2020-05-11 17:09:48 +02:00
|
|
|
"koa-compose": "4.1.0",
|
2022-07-19 13:54:54 -07:00
|
|
|
"koa-passport": "5.0.0",
|
2021-11-29 16:13:30 +01:00
|
|
|
"koa-static": "5.0.0",
|
2022-12-28 15:17:36 +01:00
|
|
|
"koa2-ratelimit": "^1.1.2",
|
2021-04-08 14:06:59 +02:00
|
|
|
"lodash": "4.17.21",
|
2022-01-25 19:21:55 +01:00
|
|
|
"markdown-it": "^12.3.2",
|
2021-06-24 09:23:49 +02:00
|
|
|
"markdown-it-abbr": "^1.0.4",
|
|
|
|
|
"markdown-it-container": "^3.0.0",
|
2022-01-25 19:21:55 +01:00
|
|
|
"markdown-it-deflist": "^2.1.0",
|
2021-06-24 09:23:49 +02:00
|
|
|
"markdown-it-emoji": "^2.0.0",
|
2022-01-25 19:21:55 +01:00
|
|
|
"markdown-it-footnote": "^3.0.3",
|
2021-06-24 09:23:49 +02:00
|
|
|
"markdown-it-ins": "^3.0.1",
|
|
|
|
|
"markdown-it-mark": "^3.0.1",
|
|
|
|
|
"markdown-it-sub": "^1.0.0",
|
|
|
|
|
"markdown-it-sup": "1.0.0",
|
2023-02-01 09:06:32 +00:00
|
|
|
"mini-css-extract-plugin": "2.7.2",
|
2022-12-30 11:02:41 +01:00
|
|
|
"node-schedule": "2.1.0",
|
2020-07-01 19:11:04 +02:00
|
|
|
"p-map": "4.0.0",
|
2020-05-11 17:09:48 +02:00
|
|
|
"passport-local": "1.0.0",
|
2023-02-12 08:49:44 +09:00
|
|
|
"pluralize": "8.0.0",
|
2023-01-24 15:59:44 +01:00
|
|
|
"prop-types": "^15.8.1",
|
2023-03-22 15:33:28 +01:00
|
|
|
"qs": "6.11.1",
|
2023-01-24 15:59:44 +01:00
|
|
|
"react": "^18.2.0",
|
2022-11-04 17:36:35 +00:00
|
|
|
"react-dnd": "15.1.2",
|
2023-03-23 10:01:02 +00:00
|
|
|
"react-dnd-html5-backend": "15.1.3",
|
2023-01-24 15:59:44 +01:00
|
|
|
"react-dom": "^18.2.0",
|
2022-12-08 09:07:59 +00:00
|
|
|
"react-error-boundary": "3.1.4",
|
2020-09-23 11:48:30 +02:00
|
|
|
"react-helmet": "^6.1.0",
|
2023-04-30 23:56:52 +00:00
|
|
|
"react-intl": "6.4.1",
|
2023-01-24 15:59:44 +01:00
|
|
|
"react-is": "^18.2.0",
|
2023-05-28 23:03:37 +00:00
|
|
|
"react-query": "3.39.3",
|
2023-02-09 14:51:02 +01:00
|
|
|
"react-redux": "8.0.5",
|
2022-08-29 09:41:46 +00:00
|
|
|
"react-refresh": "0.14.0",
|
2022-11-30 10:45:09 +00:00
|
|
|
"react-router-dom": "5.3.4",
|
2023-03-03 14:13:10 +00:00
|
|
|
"react-select": "5.7.0",
|
2023-03-22 09:58:27 +00:00
|
|
|
"react-window": "1.8.8",
|
2023-02-09 14:51:02 +01:00
|
|
|
"redux": "^4.2.1",
|
2023-02-21 10:01:42 +00:00
|
|
|
"reselect": "^4.1.7",
|
2021-11-25 19:34:07 +01:00
|
|
|
"rimraf": "3.0.2",
|
2023-03-21 10:36:41 +00:00
|
|
|
"sanitize-html": "2.10.0",
|
2023-06-06 14:29:44 +00:00
|
|
|
"semver": "7.5.1",
|
2023-03-29 12:39:36 +00:00
|
|
|
"sift": "16.0.1",
|
2022-01-03 12:23:28 +01:00
|
|
|
"style-loader": "3.3.1",
|
2022-04-07 17:47:58 +02:00
|
|
|
"styled-components": "5.3.3",
|
2023-06-04 23:02:10 +00:00
|
|
|
"typescript": "5.1.3",
|
2023-07-05 07:13:02 +00:00
|
|
|
"webpack": "^5.88.1",
|
2023-05-08 13:22:51 +00:00
|
|
|
"webpack-cli": "^5.1.0",
|
2023-05-09 06:31:50 +00:00
|
|
|
"webpack-dev-server": "^4.15.0",
|
2022-07-05 13:40:33 +02:00
|
|
|
"webpackbar": "^5.0.2",
|
2021-06-17 09:55:32 +02:00
|
|
|
"yup": "^0.32.9"
|
2017-05-11 17:30:00 +02:00
|
|
|
},
|
2021-11-29 15:13:33 +01:00
|
|
|
"devDependencies": {
|
2023-01-24 15:59:44 +01:00
|
|
|
"@testing-library/dom": "9.2.0",
|
|
|
|
|
"@testing-library/react": "14.0.0",
|
2022-11-14 18:28:39 +01:00
|
|
|
"@testing-library/user-event": "14.4.3",
|
2022-07-05 13:40:33 +02:00
|
|
|
"duplicate-dependencies-webpack-plugin": "^1.0.2",
|
2023-03-20 15:14:00 +01:00
|
|
|
"glob": "8.0.3",
|
2023-05-08 13:22:21 +00:00
|
|
|
"msw": "1.2.1",
|
2022-07-27 14:44:39 +02:00
|
|
|
"speed-measure-webpack-plugin": "1.5.0",
|
2023-07-02 22:39:32 +00:00
|
|
|
"webpack-bundle-analyzer": "^4.9.0"
|
2017-05-11 17:30:00 +02:00
|
|
|
},
|
2022-08-08 23:33:39 +02:00
|
|
|
"peerDependencies": {
|
2022-08-11 10:40:09 +02:00
|
|
|
"@strapi/strapi": "^4.3.4"
|
2022-08-08 23:33:39 +02:00
|
|
|
},
|
2017-05-11 17:30:00 +02:00
|
|
|
"engines": {
|
2022-09-08 08:44:27 +02:00
|
|
|
"node": ">=14.19.1 <=18.x.x",
|
2019-07-15 11:16:38 +02:00
|
|
|
"npm": ">=6.0.0"
|
2022-06-30 18:49:26 +07:00
|
|
|
},
|
|
|
|
|
"nx": {
|
|
|
|
|
"targets": {
|
|
|
|
|
"build": {
|
|
|
|
|
"outputs": [
|
|
|
|
|
"./build"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-03-04 16:08:49 +01:00
|
|
|
}
|
2023-02-27 20:33:14 +01:00
|
|
|
}
|