-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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
38
39
40
41
{
"name": "flickr-gallery",
"version": "0.1.0",
"author": "Max Davidson <[email protected]>",
"description": "React Flickr gallery",
"license": "MIT",
"homepage": "https://maxdavidson.github.io/flickr-gallery",
"repository": {
"type": "git",
"url": "git+https://github.com/maxdavidson/flickr-gallery.git"
},
"bugs": {
"url": "https://github.com/maxdavidson/flickr-gallery/issues"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --coverage",
"deploy": "gh-pages --dist build",
"predeploy": "npm run build"
},
"dependencies": {
"element-resize-detector": "^1.1.12",
"history": "^4.6.1",
"little-loader": "^0.2.0",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-ga": "^2.2.0",
"react-photoswipe": "^1.2.0",
"react-resizable": "^1.7.0",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-spinner": "^0.2.7"
},
"devDependencies": {
"gh-pages": "^0.12.0",
"react-scripts": "^0.9.5"
}
}