mirror of
https://github.com/strapi/strapi.git
synced 2026-02-11 18:17:22 +00:00
47 lines
2.7 KiB
JSON
Executable File
47 lines
2.7 KiB
JSON
Executable File
{
|
|
"name": "strapi-admin",
|
|
"version": "3.0.0-alpha.7.2",
|
|
"description": "Strapi Admin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strapi/strapi-admin.git"
|
|
},
|
|
"scripts": {
|
|
"analyze:clean": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/rimraf stats.json",
|
|
"preanalyze": "npm run analyze:clean",
|
|
"analyze": "node ./node_modules/strapi-helper-plugin/lib/internals/scripts/analyze.js",
|
|
"build:dev": "npm run build:dll && node ./node_modules/strapi-helper-plugin/node_modules/.bin/cross-env NODE_ENV=development IS_ADMIN=true node ./node_modules/strapi-helper-plugin/node_modules/.bin/webpack --config ./node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress",
|
|
"build": "npm run build:dll && node ./node_modules/strapi-helper-plugin/node_modules/.bin/cross-env NODE_ENV=production IS_ADMIN=true node ./node_modules/strapi-helper-plugin/node_modules/.bin/webpack --config ./node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress",
|
|
"build:dll": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/cross-env NODE_ENV=production IS_ADMIN=true node ./node_modules/strapi-helper-plugin/node_modules/.bin/webpack --config ./node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.dll.babel.js --color -p --progress",
|
|
"build:clean": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/rimraf admin/build",
|
|
"start": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/cross-env NODE_ENV=development PORT=4000 IS_ADMIN=true node ./node_modules/strapi-helper-plugin/lib/server",
|
|
"generate": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/plop --plopfile ./node_modules/strapi-helper-plugin/lib/internals/generators/index.js",
|
|
"lint": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/eslint --ignore-path ./admin/.gitignore --config ./node_modules/strapi-helper-plugin/lib/internals/eslint/.eslintrc.json admin",
|
|
"pretest": "npm run lint",
|
|
"prettier": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/prettier --single-quote --trailing-comma es5 --write \"{admin,__{tests,mocks}__}/**/*.js\"",
|
|
"test": "echo Tests are not implemented.",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"sanitize.css": "^4.1.0",
|
|
"strapi-helper-plugin": "3.0.0-alpha.7.2",
|
|
"strapi-utils": "3.0.0-alpha.7.2"
|
|
},
|
|
"author": {
|
|
"name": "Strapi",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi",
|
|
"email": "",
|
|
"url": ""
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">= 8.0.0",
|
|
"npm": ">= 3.0.0"
|
|
},
|
|
"license": "MIT"
|
|
} |