-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 KB
/
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
34
35
36
37
{
"name": "flickr-faves-from-gallery",
"version": "0.2.0",
"dependencies": {
"flickr-sdk": "^3.10.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"description": "Get the latest favorite photos from the members of a given Flickr gallery. I personally use this to find new people to follow. First I build a small gallery of photos I really like, then I run this app to find photos that those people liked, and so on. This is a great way to find new LEGO MOCs (try gallery ID 72157707187816175)!",
"main": "index.js",
"devDependencies": {},
"keywords": [
"flickr",
"api",
"node",
"react"
],
"author": "Jordan Kohl",
"license": "ISC"
}