-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
37 lines (37 loc) · 865 Bytes
/
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": "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/pka/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.3.0",
"react": "^0.13.3",
"react-redux": "^0.5.0",
"redux": "^1.0.0-rc"
},
"devDependencies": {
"react-hot-loader": "^1.2.7",
"jsx-loader": "^0.13.2",
"style-loader": "^0.12.0",
"css-loader": "^0.16.0",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"
}
}