strapi/packages/core/admin/package.json
soupette b26f344f54 Fix PR feedback
Signed-off-by: soupette <cyril@strapi.io>
2022-04-04 11:26:35 +02:00

151 lines
5.0 KiB
JSON

{
"name": "@strapi/admin",
"version": "4.1.7",
"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",
"test": "echo \"no tests yet\"",
"test:unit": "jest --verbose",
"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"
},
"dependencies": {
"@babel/core": "7.16.7",
"@babel/plugin-proposal-async-generator-functions": "7.16.7",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-modules-commonjs": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.7",
"@babel/preset-env": "7.16.7",
"@babel/preset-react": "7.16.7",
"@babel/runtime": "7.16.7",
"@casl/ability": "^5.4.3",
"@fingerprintjs/fingerprintjs": "3.3.2",
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@strapi/babel-plugin-switch-ee-ce": "4.1.7",
"@strapi/design-system": "0.0.1-alpha.79",
"@strapi/helper-plugin": "4.1.7",
"@strapi/icons": "0.0.1-alpha.79",
"@strapi/utils": "4.1.7",
"axios": "0.24.0",
"babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.2",
"bcryptjs": "2.4.3",
"chalk": "^4.1.1",
"chokidar": "^3.5.1",
"codemirror": "^5.61.0",
"cross-env": "^7.0.3",
"css-loader": "6.5.1",
"date-fns": "2.22.1",
"dotenv": "8.5.1",
"esbuild-loader": "2.18.0",
"execa": "^1.0.0",
"fast-deep-equal": "3.1.3",
"font-awesome": "^4.7.0",
"formik": "^2.2.6",
"fs-extra": "10.0.0",
"highlight.js": "^10.4.1",
"history": "^4.9.0",
"hoist-non-react-statics": "^3.3.0",
"html-loader": "3.0.1",
"html-webpack-plugin": "5.5.0",
"immer": "9.0.6",
"invariant": "^2.2.4",
"is-wsl": "2.2.0",
"js-cookie": "2.2.1",
"jsonwebtoken": "8.5.1",
"koa-compose": "4.1.0",
"koa-passport": "4.1.4",
"koa-static": "5.0.0",
"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.4.4",
"moment": "^2.29.1",
"node-polyfill-webpack-plugin": "1.1.4",
"p-map": "4.0.0",
"passport-local": "1.0.0",
"prop-types": "^15.7.2",
"qs": "6.10.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dnd": "^14.0.2",
"react-dnd-html5-backend": "^14.0.0",
"react-dom": "^17.0.2",
"react-error-boundary": "3.1.1",
"react-fast-compare": "^3.2.0",
"react-helmet": "^6.1.0",
"react-intl": "5.20.2",
"react-query": "3.24.3",
"react-redux": "7.2.3",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-select": "^4.0.2",
"react-virtualized": "^9.22.3",
"redux": "^4.0.1",
"redux-saga": "^0.16.0",
"reselect": "^4.0.0",
"rimraf": "3.0.2",
"sanitize-html": "2.4.0",
"semver": "7.3.5",
"sift": "13.5.0",
"style-loader": "3.3.1",
"styled-components": "^5.2.3",
"terser-webpack-plugin": "5.3.0",
"webpack": "5.65.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.7.3",
"webpackbar": "5.0.0-3",
"yup": "^0.32.9"
},
"devDependencies": {
"duplicate-dependencies-webpack-plugin": "0.2.0",
"fork-ts-checker-webpack-plugin": "7.2.1",
"typescript": "4.6.2",
"webpack-bundle-analyzer": "4.4.1"
},
"engines": {
"node": ">=12.22.0 <=16.x.x",
"npm": ">=6.0.0"
}
}