mirror of
https://github.com/strapi/strapi.git
synced 2025-08-09 01:07:27 +00:00
Simplify Content Manager public package.json
This commit is contained in:
parent
eab781b62b
commit
4a87cf78b3
@ -2,13 +2,26 @@
|
|||||||
"name": "strapi-plugin-content-manager",
|
"name": "strapi-plugin-content-manager",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Strapi Plugin - Content Manager",
|
"description": "Strapi Plugin - Content Manager",
|
||||||
"repository": {
|
|
||||||
"type": "git"
|
|
||||||
},
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"npm": ">=7"
|
"npm": ">=3",
|
||||||
|
"node": ">=5"
|
||||||
|
},
|
||||||
|
"author": {
|
||||||
|
"email": "hi@strapi.io",
|
||||||
|
"name": "Strapi team",
|
||||||
|
"url": "http://strapi.io"
|
||||||
|
},
|
||||||
|
"maintainers": [
|
||||||
|
{
|
||||||
|
"name": "Strapi team",
|
||||||
|
"email": "hi@strapi.io",
|
||||||
|
"url": "http://strapi.io"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/strapi/strapi.git"
|
||||||
},
|
},
|
||||||
"author": "Strapi",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"analyze:clean": "./node_modules/strapi-helper-plugin/node_modules/rimraf/bin.js stats.json",
|
"analyze:clean": "./node_modules/strapi-helper-plugin/node_modules/rimraf/bin.js stats.json",
|
||||||
@ -23,26 +36,15 @@
|
|||||||
"build:dll": "node ./node_modules/strapi-helper-plugin/lib/internals/scripts/dependencies.js",
|
"build:dll": "node ./node_modules/strapi-helper-plugin/lib/internals/scripts/dependencies.js",
|
||||||
"start": "./node_modules/strapi-helper-plugin/node_modules/cross-env/bin/cross-env.js NODE_ENV=development node ./node_modules/strapi-helper-plugin/lib/server",
|
"start": "./node_modules/strapi-helper-plugin/node_modules/cross-env/bin/cross-env.js NODE_ENV=development node ./node_modules/strapi-helper-plugin/lib/server",
|
||||||
"generate": "./node_modules/strapi-helper-plugin/node_modules/plop/plop.js --plopfile ./node_modules/strapi-helper-plugin/lib/internals/generators/index.js",
|
"generate": "./node_modules/strapi-helper-plugin/node_modules/plop/plop.js --plopfile ./node_modules/strapi-helper-plugin/lib/internals/generators/index.js",
|
||||||
"lint": "npm run lint:js",
|
"lint": "./node_modules/strapi-helper-plugin/node_modules/eslint/bin/eslint.js --ignore-path .gitignore --config ./node_modules/strapi-helper-plugin/lib/internals/eslint/.eslintrc.json .",
|
||||||
"lint:eslint": "./node_modules/strapi-helper-plugin/node_modules/eslint/bin/eslint.js --ignore-path .gitignore --config ./node_modules/strapi-helper-plugin/lib/internals/eslint/.eslintrc.json",
|
|
||||||
"lint:js": "npm run lint:eslint -- . ",
|
|
||||||
"lint:staged": "lint-staged",
|
|
||||||
"pretest": "npm run lint",
|
"pretest": "npm run lint",
|
||||||
"prettier": "./node_modules/strapi-helper-plugin/node_modules/prettier/bin/prettier.js --single-quote --trailing-comma es5 --write \"{app,__{tests,mocks}__}/**/*.js\"",
|
"prettier": "./node_modules/strapi-helper-plugin/node_modules/prettier/bin/prettier.js --single-quote --trailing-comma es5 --write \"{app,__{tests,mocks}__}/**/*.js\"",
|
||||||
"test": "echo Tests are not implemented.",
|
"test": "echo Tests are not implemented."
|
||||||
"coveralls": "cat ./coverage/lcov/lcov.info | coveralls"
|
|
||||||
},
|
|
||||||
"lint-staged": {
|
|
||||||
"*.js": [
|
|
||||||
"npm run prettier",
|
|
||||||
"lint:eslint"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"strapi": {
|
"strapi": {
|
||||||
"name": "Content Manager",
|
"name": "Content Manager",
|
||||||
"icon": "ion-document-text"
|
"icon": "ion-document-text"
|
||||||
},
|
},
|
||||||
"pre-commit": "lint:staged",
|
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"strapi-helper-plugin": "^3.0.0-alpha.3"
|
"strapi-helper-plugin": "^3.0.0-alpha.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user