-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 919 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "react-chrome-ext-google-oauth2",
"version": "1.0.0",
"description": "chrome extension boilerplate with google oauth2 authentication using react on the front end",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/gulp"
},
"author": "Udith Victor",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"react": "^16.8.4",
"react-chrome-redux": "^2.0.0-alpha.5",
"react-dom": "^16.8.4",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"gulp": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.4.0",
"gulp-util": "^3.0.8",
"rimraf": "^2.6.3",
"webpack": "^4.29.6"
}
}