24 lines
556 B
JSON
24 lines
556 B
JSON
{
|
|
"name": "image-tagger",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^0.17.0",
|
|
"google-images": "^2.1.0",
|
|
"google-search": "^0.0.5",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"react-redux": "^5.0.6",
|
|
"react-scripts": "1.0.14",
|
|
"react-transition-group": "1.x",
|
|
"redux": "^3.7.2",
|
|
"redux-promise": "^0.5.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|