mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 05:04:10 +00:00
113 lines
4.8 KiB
JSON
113 lines
4.8 KiB
JSON
{
|
|
"name": "strapi-admin",
|
|
"version": "3.0.0-alpha.25.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",
|
|
"prebuild": "cross-env NODE_ENV=production IS_ADMIN=true node ./node_modules/strapi-helper-plugin/lib/internals/scripts/loadAdminConfigurations.js",
|
|
"build:dev": "cross-env npm run build:dll && 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": "cross-env APP_PATH=$APP_PATH npm run build:dll && cross-env NODE_ENV=production IS_ADMIN=true ./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": "cross-env APP_PATH=$APP_PATH NODE_ENV=production IS_ADMIN=true ./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": "cross-env node ./node_modules/strapi-helper-plugin/node_modules/.bin/rimraf admin/build",
|
|
"prestart": "cross-env NODE_ENV=development PORT=4000 IS_ADMIN=true node ./node_modules/strapi-helper-plugin/lib/internals/scripts/loadAdminConfigurations.js",
|
|
"start": "cross-env NODE_ENV=development PORT=4000 IS_ADMIN=true node ./node_modules/strapi-helper-plugin/lib/server",
|
|
"start:dev": "webpack-dev-server --watch",
|
|
"start:dev:infos": "webpack-dashboard -- webpack-dev-server --watch",
|
|
"generate": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/plop --plopfile ./node_modules/strapi-helper-plugin/lib/internals/generators/index.js",
|
|
"prettier": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/prettier --single-quote --trailing-comma es5 --write \"{admin,__{tests,mocks}__}/**/*.js\"",
|
|
"test": "echo \"no tests yet\"",
|
|
"prepublishOnly": "IS_MONOREPO=true npm run build",
|
|
"setup": "node ./scripts/setup.js",
|
|
"presetup": "node ./scripts/preSetup.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/polyfill": "^7.4.3",
|
|
"crypto": "^1.0.1",
|
|
"friendly-errors-webpack-plugin": "^1.7.0",
|
|
"history": "^4.9.0",
|
|
"hoist-non-react-statics": "^3.3.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"immutable": "^3.8.2",
|
|
"intl": "^1.2.5",
|
|
"invariant": "^2.2.4",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.5.2",
|
|
"react-copy-to-clipboard": "^5.0.1",
|
|
"react-dnd": "^7.4.5",
|
|
"react-dnd-html5-backend": "^7.4.4",
|
|
"react-dom": "^16.5.2",
|
|
"react-ga": "^2.4.1",
|
|
"react-helmet": "^5.2.0",
|
|
"react-intl": "^2.8.0",
|
|
"react-loadable": "^5.5.0",
|
|
"react-redux": "^5.1.1",
|
|
"react-router": "^5.0.0",
|
|
"react-router-dom": "^5.0.0",
|
|
"react-transition-group": "^2.9.0",
|
|
"reactstrap": "^5.0.0",
|
|
"redux": "^4.0.1",
|
|
"redux-immutable": "^4.0.0",
|
|
"redux-saga": "^0.16.0",
|
|
"remove-markdown": "^0.2.2",
|
|
"reselect": "^3.0.1",
|
|
"shelljs": "^0.7.8",
|
|
"strapi-helper-plugin": "3.0.0-alpha.25.2",
|
|
"video-react": "^0.13.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.3",
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/plugin-transform-runtime": "^7.4.3",
|
|
"@babel/preset-env": "^7.4.3",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"autoprefixer": "^9.5.1",
|
|
"babel-loader": "^8.0.5",
|
|
"cross-env": "^5.0.5",
|
|
"css-loader": "^2.1.1",
|
|
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
|
"file-loader": "^3.0.1",
|
|
"html-loader": "^0.5.5",
|
|
"image-webpack-loader": "^4.6.0",
|
|
"mini-css-extract-plugin": "^0.6.0",
|
|
"node-sass": "^4.11.0",
|
|
"open-browser-webpack-plugin": "^0.0.5",
|
|
"postcss-loader": "^3.0.0",
|
|
"postcss-smart-import": "^0.7.6",
|
|
"precss": "^4.0.0",
|
|
"sanitize.css": "^4.1.0",
|
|
"sass-loader": "^7.1.0",
|
|
"simple-progress-webpack-plugin": "^1.1.2",
|
|
"strapi-utils": "3.0.0-alpha.25.2",
|
|
"style-loader": "^0.23.1",
|
|
"url-loader": "^1.1.2",
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.3.0",
|
|
"webpack-dashboard": "^3.0.2",
|
|
"webpack-dev-server": "^3.3.1"
|
|
},
|
|
"author": {
|
|
"name": "Strapi",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi",
|
|
"email": "",
|
|
"url": ""
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">= 10.0.0",
|
|
"npm": ">= 6.0.0"
|
|
},
|
|
"license": "MIT"
|
|
} |