-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.23 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "the-picture-project",
"version": "0.0.0",
"description": "Visualize geo-tagged pictures.",
"scripts": {
"test": "echo YOU SHOULD ADD TESTS!",
"lint": "gulp lint"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mlucool/ThePictureProject.git"
},
"keywords": [
"geotag",
"geotagged",
"pictures",
"google",
"maps"
],
"author": "Marc Udoff",
"license": "MIT",
"bugs": {
"url": "https://github.com/mlucool/ThePictureProject/issues"
},
"homepage": "https://github.com/mlucool/ThePictureProject#readme",
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.1.18",
"css-loader": "^0.23.0",
"eslint": "^3.3.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-react": "^6.0.0",
"gulp-babel": "^6.1.1",
"gulp-env": "^0.4.0",
"gulp-eslint": "^1.1.0",
"gulp-jsdoc3": "0.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"pre-commit": "^1.1.3",
"react-hot-loader": "^1.3.0",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.1",
"redux-validate-fsa": "^0.1.2",
"run-sequence": "^1.2.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.6",
"webpack-dev-server": "^1.10.1",
"webpack-hot-middleware": "^2.5.0"
},
"dependencies": {
"bluebird": "^3.4.1",
"google-map-react": "^0.17.0",
"griddle-react": "^0.6.0",
"gulp": "^3.9.0",
"immutable": "^3.8.1",
"json-loader": "^0.5.3",
"lodash": "^4.15.0",
"moment": "^2.10.6",
"rbush": "^1.4.2",
"react": "^15.3.0",
"react-addons-update": "^15.3.0",
"react-bootstrap-daterangepicker": "^3.1.0",
"react-dom": "^15.3.0",
"react-modal": "1.4.0",
"react-pure-render": "^1.0.2",
"react-redux": "^4.4.5",
"react-select": "^1.0.0-beta14",
"redux": "^3.0.4"
},
"babel": {
"presets": [
"es2015",
"stage-0",
"react"
]
}
}