mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 05:04:10 +00:00
64 lines
2.2 KiB
JSON
64 lines
2.2 KiB
JSON
{
|
|
"name": "strapi-plugin-users-permissions",
|
|
"version": "3.0.0-alpha.6.7",
|
|
"description": "This is the description of the plugin.",
|
|
"strapi": {
|
|
"name": "Auth & Permissions",
|
|
"icon": "users",
|
|
"description": "users-permissions.plugin.description"
|
|
},
|
|
"scripts": {
|
|
"analyze:clean": "rimraf stats.json",
|
|
"preanalyze": "npm run analyze:clean",
|
|
"analyze": "node node_modules/strapi-helper-plugin/lib/internals/scripts/analyze.js",
|
|
"prebuild": "npm run build:clean && npm run test",
|
|
"build": "cross-env NODE_ENV=production webpack --config node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress",
|
|
"build:clean": "rimraf admin/build",
|
|
"start": "cross-env NODE_ENV=development node node_modules/strapi-helper-plugin/lib/server",
|
|
"generate": "plop --plopfile node_modules/strapi-helper-plugin/lib/internals/generators/index.js",
|
|
"lint": "eslint --ignore-path .gitignore --config node_modules/strapi-helper-plugin/lib/internals/eslint/.eslintrc.json admin",
|
|
"pretest": "npm run lint",
|
|
"prettier": "prettier --single-quote --trailing-comma es5 --write \"{admin,__{tests,mocks}__}/**/*.js\"",
|
|
"test": "echo Tests are not implemented.",
|
|
"prepublish": "npm run build",
|
|
"postinstall": "node node_modules/strapi-helper-plugin/lib/internals/scripts/postinstall.js"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"jsonwebtoken": "^8.1.0",
|
|
"strapi-helper-plugin": "3.0.0-alpha.6.7"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "A Strapi developer",
|
|
"email": "",
|
|
"url": ""
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">= 7.0.0",
|
|
"npm": ">= 3.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"cross-env": "^5.1.1",
|
|
"eslint": "^4.12.1",
|
|
"eslint-config-airbnb": "^15.1.0",
|
|
"eslint-config-airbnb-base": "^11.3.2",
|
|
"eslint-config-prettier": "^2.9.0",
|
|
"eslint-import-resolver-webpack": "^0.8.3",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
|
"eslint-plugin-react": "^7.5.1",
|
|
"eslint-plugin-redux-saga": "^0.4.0",
|
|
"plop": "^1.9.0",
|
|
"prettier": "^1.8.2",
|
|
"rimraf": "^2.6.2",
|
|
"webpack": "^3.9.1"
|
|
}
|
|
} |