mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 12:45:45 +00:00
139 lines
4.2 KiB
JSON
139 lines
4.2 KiB
JSON
{
|
|
"name": "@strapi/admin",
|
|
"version": "3.6.0",
|
|
"description": "Strapi Admin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strapi/strapi.git"
|
|
},
|
|
"scripts": {
|
|
"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/polyfill": "7.12.1",
|
|
"@babel/preset-env": "7.14.0",
|
|
"@babel/preset-react": "7.13.13",
|
|
"@babel/runtime": "7.14.0",
|
|
"@buffetjs/core": "3.3.5",
|
|
"@buffetjs/custom": "3.3.5",
|
|
"@buffetjs/hooks": "3.3.5",
|
|
"@buffetjs/icons": "3.3.5",
|
|
"@buffetjs/styles": "3.3.5",
|
|
"@buffetjs/utils": "3.3.5",
|
|
"@casl/ability": "^4.1.5",
|
|
"@fingerprintjs/fingerprintjs": "3.0.7",
|
|
"@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/helper-plugin": "3.6.0",
|
|
"@strapi/utils": "3.6.0",
|
|
"axios": "^0.21.1",
|
|
"babel-loader": "8.2.2",
|
|
"bcryptjs": "^2.4.3",
|
|
"bootstrap": "^4.6.0",
|
|
"chalk": "^4.1.1",
|
|
"chokidar": "^3.5.1",
|
|
"classnames": "^2.3.1",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "5.2.4",
|
|
"execa": "^1.0.0",
|
|
"file-loader": "6.2.0",
|
|
"font-awesome": "^4.7.0",
|
|
"formik": "^2.2.6",
|
|
"fs-extra": "^9.1.0",
|
|
"history": "^4.9.0",
|
|
"hoist-non-react-statics": "^3.3.0",
|
|
"html-loader": "2.1.2",
|
|
"html-webpack-plugin": "5.3.1",
|
|
"immer": "^8.0.1",
|
|
"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",
|
|
"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": "^16.14.0",
|
|
"react-copy-to-clipboard": "^5.0.3",
|
|
"react-dnd": "^10.0.2",
|
|
"react-dnd-html5-backend": "^10.0.2",
|
|
"react-dom": "^16.9.0",
|
|
"react-error-boundary": "3.1.1",
|
|
"react-fast-compare": "^3.2.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-intl": "4.5.0",
|
|
"react-is": "^16.12.0",
|
|
"react-loadable": "^5.5.0",
|
|
"react-query": "3.8.3",
|
|
"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.17",
|
|
"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.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",
|
|
"video-react": "^0.13.2",
|
|
"webpack": "5.36.2",
|
|
"webpack-cli": "4.6.0",
|
|
"webpack-dev-server": "3.11.2",
|
|
"webpackbar": "5.0.0-3",
|
|
"yup": "^0.27.0"
|
|
},
|
|
"author": {
|
|
"name": "Strapi",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi",
|
|
"email": "",
|
|
"url": ""
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=10.16.0 <=14.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"
|
|
}
|
|
}
|