forked from pka/ol3-react-example
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 898 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 898 Bytes
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
{
"name": "ol3-react-example",
"version": "0.0.0",
"description": "Basic ol3 + react example",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oliverbienert/ol3-react-example.git"
},
"keywords": [
"redux",
"react"
],
"author": "Pirmin Kalberer",
"license": "MIT",
"bugs": {
"url": "https://github.com/pka/ol3-react-example/issues"
},
"homepage": "https://github.com/pka/ol3-react-example#readme",
"dependencies": {
"openlayers": "^3.15.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2"
},
"devDependencies": {
"react-hot-loader": "^1.3.0",
"jsx-loader": "^0.13.2",
"style-loader": "^0.13.1",
"css-loader": "^0.23.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}