strapi/packages/core/admin/package.json
2021-07-30 09:50:40 +02:00

155 lines
4.7 KiB
JSON

{
"name": "@strapi/admin",
"version": "3.6.5",
"description": "Strapi Admin",
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"scripts": {
"prepublishOnly": "node ./scripts/build.js",
"test": "echo \"no tests yet\"",
"develop": "webpack serve --config webpack.config.dev.js --progress profile",
"develop:ce": "STRAPI_DISABLE_EE=true webpack serve --config webpack.config.dev.js --progress profile",
"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"
},
"main": "index.js",
"dependencies": {
"@babel/core": "7.14.0",
"@babel/plugin-proposal-async-generator-functions": "7.13.15",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-modules-commonjs": "7.14.0",
"@babel/plugin-transform-runtime": "7.13.15",
"@babel/preset-env": "7.14.0",
"@babel/preset-react": "7.13.13",
"@babel/runtime": "7.14.0",
"@buffetjs/core": "3.3.6",
"@buffetjs/custom": "3.3.6",
"@buffetjs/hooks": "3.3.6",
"@buffetjs/icons": "3.3.6",
"@buffetjs/styles": "3.3.6",
"@buffetjs/utils": "3.3.6",
"@casl/ability": "^4.1.5",
"@fingerprintjs/fingerprintjs": "3.1.1",
"@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": "1.0.0",
"@strapi/helper-plugin": "3.6.5",
"@strapi/utils": "3.6.5",
"axios": "^0.21.1",
"babel-loader": "8.2.2",
"babel-plugin-styled-components": "1.12.0",
"bcryptjs": "^2.4.3",
"bootstrap": "^4.6.0",
"chalk": "^4.1.1",
"chokidar": "^3.5.1",
"classnames": "^2.3.1",
"codemirror": "^5.61.0",
"cross-env": "^7.0.3",
"css-loader": "5.2.4",
"dotenv": "8.5.1",
"draft-js": "^0.11.5",
"execa": "^1.0.0",
"fast-deep-equal": "3.1.3",
"file-loader": "6.2.0",
"font-awesome": "^4.7.0",
"formik": "^2.2.6",
"fs-extra": "^9.1.0",
"highlight.js": "^10.4.1",
"history": "^4.9.0",
"hoist-non-react-statics": "^3.3.0",
"html-loader": "2.1.2",
"html-webpack-plugin": "5.3.1",
"immer": "9.0.5",
"immutable": "^3.8.2",
"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",
"lodash": "4.17.21",
"markdown-it": "^12.0.6",
"markdown-it-abbr": "^1.0.4",
"markdown-it-container": "^3.0.0",
"markdown-it-deflist": "^2.0.3",
"markdown-it-emoji": "^2.0.0",
"markdown-it-footnote": "^3.0.2",
"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": "1.6.0",
"moment": "^2.29.1",
"node-polyfill-webpack-plugin": "1.1.0",
"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-loadable": "^5.5.0",
"react-query": "3.19.0",
"react-redux": "7.2.3",
"react-router": "^5.2.0",
"react-router-dom": "^5.0.0",
"react-select": "^4.0.2",
"react-tooltip": "4.2.18",
"react-transition-group": "4.4.1",
"react-virtualized": "^9.22.3",
"reactstrap": "8.4.1",
"redux": "^4.0.1",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.16.0",
"reselect": "^4.0.0",
"sanitize-html": "2.4.0",
"sanitize.css": "^4.1.0",
"semver": "7.3.5",
"sift": "13.5.0",
"style-loader": "2.0.0",
"styled-components": "^5.2.3",
"terser-webpack-plugin": "4.2.3",
"url-loader": "4.1.1",
"webpack": "5.36.2",
"webpack-cli": "4.6.0",
"webpack-dev-server": "3.11.2",
"webpackbar": "5.0.0-3",
"yup": "^0.32.9"
},
"author": {
"name": "Strapi",
"email": "",
"url": ""
},
"maintainers": [
{
"name": "Strapi",
"email": "",
"url": ""
}
],
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53",
"devDependencies": {
"duplicate-dependencies-webpack-plugin": "0.2.0",
"webpack-bundle-analyzer": "4.4.1"
}
}