27 lines
531 B
JSON
27 lines
531 B
JSON
{
|
|
"name": "netlify-cms-lib-util",
|
|
"description": "Shared utilities for Netlify CMS.",
|
|
"version": "2.0.0-alpha.0",
|
|
"main": "dist/netlify-cms-lib-util.js",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"netlify-cms"
|
|
],
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"watch": "webpack -w",
|
|
"build": "webpack"
|
|
},
|
|
"dependencies": {
|
|
"localforage": "^1.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^4.16.1",
|
|
"webpack-cli": "^3.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"immutable": "^3.7.6",
|
|
"lodash": "^4.13.1"
|
|
}
|
|
}
|