This repository has been archived on 2020-07-23. You can view files and clone it, but cannot push or open issues or pull requests.
BaseContextProvider/package.json

29 lines
692 B
JSON
Raw Normal View History

2020-06-03 13:06:30 +07:00
{
2020-06-03 21:19:05 +07:00
"name": "base-context-provider",
2020-06-04 09:16:04 +07:00
"version": "1.1.1",
"description": "Base Context Provider for React Application",
2020-06-03 21:19:05 +07:00
"main": "./lib/baseContextProvider.js",
2020-06-04 09:16:04 +07:00
"license": "MIT",
2020-06-03 13:06:30 +07:00
"scripts": {
"build": "webpack"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.24.1",
"path": "^0.12.7",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"webpack": "^4.5.0",
"webpack-cli": "^3.2.1"
}
}