mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
172 lines
5.4 KiB
JSON
172 lines
5.4 KiB
JSON
{
|
|
"name": "@strapi/admin",
|
|
"version": "4.8.2",
|
|
"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:mesure": "rimraf build && cross-env MESURE_BUILD_SPEED=true node ./scripts/build.js",
|
|
"test": "echo \"no tests yet\"",
|
|
"test:unit": "jest",
|
|
"test:unit:watch": "jest --watch",
|
|
"test:front": "cross-env IS_EE=true jest --config ./jest.config.front.js",
|
|
"test:front:watch": "cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
|
"test:front:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js",
|
|
"test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
|
|
"test:front:ce:cov": "cross-env IS_EE=false jest --config ./jest.config.front.js --coverage",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@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",
|
|
"@casl/ability": "^5.4.3",
|
|
"@fingerprintjs/fingerprintjs": "3.3.6",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
|
|
"@strapi/babel-plugin-switch-ee-ce": "4.8.2",
|
|
"@strapi/data-transfer": "4.8.2",
|
|
"@strapi/design-system": "1.6.6",
|
|
"@strapi/helper-plugin": "4.8.2",
|
|
"@strapi/icons": "1.6.6",
|
|
"@strapi/permissions": "4.8.2",
|
|
"@strapi/provider-audit-logs-local": "4.8.2",
|
|
"@strapi/typescript-utils": "4.8.2",
|
|
"@strapi/utils": "4.8.2",
|
|
"axios": "1.3.4",
|
|
"babel-loader": "^9.1.2",
|
|
"babel-plugin-styled-components": "2.0.2",
|
|
"bcryptjs": "2.4.3",
|
|
"browserslist-to-esbuild": "1.2.0",
|
|
"chalk": "^4.1.2",
|
|
"chokidar": "^3.5.1",
|
|
"codemirror5": "npm:codemirror@^5.65.11",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.7.3",
|
|
"date-fns": "2.29.3",
|
|
"dotenv": "8.5.1",
|
|
"esbuild-loader": "^2.21.0",
|
|
"execa": "^1.0.0",
|
|
"fast-deep-equal": "3.1.3",
|
|
"find-root": "1.1.0",
|
|
"fork-ts-checker-webpack-plugin": "7.2.1",
|
|
"formik": "^2.2.6",
|
|
"fractional-indexing": "3.2.0",
|
|
"fs-extra": "10.0.0",
|
|
"highlight.js": "^10.4.1",
|
|
"history": "^4.9.0",
|
|
"hoist-non-react-statics": "^3.3.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",
|
|
"match-sorter": "^4.0.2",
|
|
"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.7.2",
|
|
"qs": "6.11.0",
|
|
"react": "^17.0.2",
|
|
"react-copy-to-clipboard": "^5.1.0",
|
|
"react-dnd": "15.1.2",
|
|
"react-dnd-html5-backend": "15.1.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-error-boundary": "3.1.4",
|
|
"react-fast-compare": "^3.2.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-intl": "6.3.2",
|
|
"react-is": "^17.0.2",
|
|
"react-query": "3.24.3",
|
|
"react-redux": "8.0.5",
|
|
"react-refresh": "0.14.0",
|
|
"react-router-dom": "5.3.4",
|
|
"react-select": "5.7.0",
|
|
"react-window": "1.8.7",
|
|
"redux": "^4.2.1",
|
|
"reselect": "^4.1.7",
|
|
"rimraf": "3.0.2",
|
|
"sanitize-html": "2.10.0",
|
|
"semver": "7.3.8",
|
|
"sift": "16.0.0",
|
|
"style-loader": "3.3.1",
|
|
"styled-components": "5.3.3",
|
|
"typescript": "4.6.2",
|
|
"webpack": "^5.76.0",
|
|
"webpack-cli": "^5.0.1",
|
|
"webpack-dev-server": "^4.13.1",
|
|
"webpackbar": "^5.0.2",
|
|
"yup": "^0.32.9"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "8.19.0",
|
|
"@testing-library/react": "12.1.4",
|
|
"@testing-library/react-hooks": "8.0.1",
|
|
"@testing-library/user-event": "14.4.3",
|
|
"duplicate-dependencies-webpack-plugin": "^1.0.2",
|
|
"glob": "8.0.3",
|
|
"msw": "1.0.1",
|
|
"react-test-renderer": "^17.0.2",
|
|
"speed-measure-webpack-plugin": "1.5.0",
|
|
"webpack-bundle-analyzer": "^4.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@strapi/strapi": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.19.1 <=18.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"nx": {
|
|
"targets": {
|
|
"build": {
|
|
"outputs": [
|
|
"./build"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|