File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# AngularJs + React + Webpack
22
3+ [ ![ Build Status] ( https://semaphoreci.com/api/v1/nimjetushar/angularjs-react/branches/master/shields_badge.svg )] ( https://semaphoreci.com/nimjetushar/angularjs-react )
34[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/9ef9fd1b6102481597e7e3b5c9e0a3dd )] ( https://www.codacy.com/app/tushar/angularjs-react?utm_source=github.com& ; utm_medium=referral& ; utm_content=nimjetushar/angularjs-react& ; utm_campaign=Badge_Grade )
4- [ ![ StackShare] ( https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat )] ( https://stackshare.io/nimjetushar/angularjs-react )
55[ ![ Dependabot Status] ( https://api.dependabot.com/badges/status?host=github&repo=nimjetushar/angularjs-react )] ( https://dependabot.com )
6- [ ![ Build Status] ( https://semaphoreci.com/api/v1/nimjetushar/angularjs-react/branches/master/shields_badge.svg )] ( https://semaphoreci.com/nimjetushar/angularjs-react )
6+ <br />
7+ [ ![ StackShare] ( https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat )] ( https://stackshare.io/nimjetushar/angularjs-react )
78
89Angularjs integration with react
910
Original file line number Diff line number Diff line change 99 "lint" : " eslint --ext .js,.jsx src/**" ,
1010 "test" : " jest --coverage --u" ,
1111 "test:watch" : " jest --coverage --watchAll" ,
12- "test:updateSnapshot" : " jest --updateSnapshot"
12+ "test:updateSnapshot" : " jest --updateSnapshot" ,
13+ "deploy" : " gh-pages -d dist"
1314 },
1415 "repository" : {
1516 "type" : " git" ,
5455 "eslint" : " 5.15.2" ,
5556 "eslint-plugin-react" : " 7.12.4" ,
5657 "file-loader" : " 3.0.1" ,
58+ "gh-pages" : " ^2.0.1" ,
5759 "html-loader" : " 0.5.5" ,
5860 "html-webpack-plugin" : " 3.2.0" ,
5961 "jest" : " 24.5.0" ,
6365 "optimize-css-assets-webpack-plugin" : " 5.0.1" ,
6466 "sass-loader" : " 7.1.0" ,
6567 "style-loader" : " 0.23.1" ,
66- "webpack-cli" : " 3.3.0" ,
6768 "webpack" : " 4.29.6" ,
69+ "webpack-cli" : " 3.3.0" ,
6870 "webpack-dev-server" : " 3.2.1" ,
6971 "webpack-merge" : " 4.2.1"
7072 }
You can’t perform that action at this time.
0 commit comments