redux-app-examples
Version:
Examples of redux-app with Angular and React.
64 lines (63 loc) • 1.76 kB
JSON
{
"name": "redux-app-examples",
"version": "2.0.0",
"description": "Examples of redux-app with Angular and React.",
"keywords": [
"redux-app",
"example",
"redux",
"typescript",
"angular",
"react",
"dry",
"object oriented",
"encapsulation"
],
"homepage": "https://github.com/alonrbar/redux-app-examples",
"repository": "https://github.com/alonrbar/redux-app-examples.git",
"bugs": {
"url": "https://github.com/alonrbar/redux-app-examples/issues"
},
"main": "dist/index.js",
"scripts": {
"start": "webpack-dev-server --watch"
},
"author": "Alon Bar",
"license": "MIT",
"dependencies": {
"@angular/common": "5.1.2",
"@angular/compiler": "5.1.2",
"@angular/core": "5.1.2",
"@angular/forms": "5.1.2",
"@angular/platform-browser": "5.1.2",
"@angular/platform-browser-dynamic": "5.1.2",
"core-js": "2.5.3",
"lodash.debounce": "4.0.8",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-redux": "5.0.6",
"redux-app": "2.0.0",
"redux-devtools-extension": "2.13.2",
"rxjs": "5.5.5",
"zone.js": "0.8.18"
},
"devDependencies": {
"@types/node": "9.4.0",
"@types/react": "16.0.36",
"@types/react-dom": "16.0.3",
"@types/react-redux": "5.0.14",
"angular2-template-loader": "0.6.2",
"css-loader": "0.28.9",
"file-loader": "1.1.6",
"html-loader": "0.5.5",
"html-webpack-plugin": "2.30.1",
"progress-bar-webpack-plugin": "1.10.0",
"style-loader": "0.20.1",
"ts-loader": "3.4.0",
"tslint": "5.9.1",
"typescript": "2.7.1",
"webpack": "3.10.0",
"webpack-dev-server": "2.11.1",
"webpack-node-externals": "1.6.0"
}
}