37 lines
1010 B
JSON
37 lines
1010 B
JSON
{
|
|
"name": "netlify-cms-backend-gitlab",
|
|
"description": "GitLab backend for Netlify CMS",
|
|
"version": "2.1.4-beta.0",
|
|
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab",
|
|
"bugs": "https://github.com/netlify/netlify-cms/issues",
|
|
"license": "MIT",
|
|
"main": "dist/netlify-cms-backend-gitlab.js",
|
|
"keywords": [
|
|
"netlify",
|
|
"netlify-cms",
|
|
"backend",
|
|
"gitlab"
|
|
],
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"watch": "webpack -w",
|
|
"develop": "npm run watch",
|
|
"build": "cross-env NODE_ENV=production webpack"
|
|
},
|
|
"dependencies": {
|
|
"js-base64": "^2.5.1",
|
|
"semaphore": "^1.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/core": "^10.0.9",
|
|
"@emotion/styled": "^10.0.9",
|
|
"immutable": "^3.7.6",
|
|
"lodash": "^4.17.11",
|
|
"netlify-cms-lib-auth": "^2.0.6-beta.0",
|
|
"netlify-cms-lib-util": "^2.1.3-beta.0",
|
|
"netlify-cms-ui-default": "^2.4.1-beta.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.4"
|
|
}
|
|
}
|