Package init

pull/1/head
Boaz Poolman 2021-03-20 00:57:12 +01:00
parent 2eeb662ce2
commit d77a487235
3 changed files with 30 additions and 10 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ coverage
node_modules
stats.json
package-lock.json
yarn.lock
# Cruft
.DS_Store

9
LICENSE.md Normal file
View File

@ -0,0 +1,9 @@
Copyright (c) 2021 Boaz Poolman.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -1,23 +1,33 @@
{
"name": "strapi-plugin-config",
"version": "0.0.0",
"description": "This is the description of the plugin.",
"version": "0.0.1",
"description": "Manage your Strapi core_store configuration as partial json files which can be imported/exported across environments. ",
"strapi": {
"name": "config",
"icon": "plug",
"description": "Description of config plugin."
"description": "Manage your Strapi core_store configuration as partial json files which can be imported/exported across environments. "
},
"dependencies": {
"immutable": "^4.0.0-rc.12",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-immutable": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"dependencies": {},
"author": {
"name": "A Strapi developer",
"email": "",
"url": ""
"name": "Boaz Poolman",
"email": "info@boazpoolman.nl",
"url": "https://github.com/boazpoolman"
},
"maintainers": [
{
"name": "A Strapi developer",
"email": "",
"url": ""
"name": "Boaz Poolman",
"email": "info@boazpoolman.nl",
"url": "https://github.com/boazpoolman"
}
],
"engines": {