-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
{
"name": "demo-gc3",
"version": "1.0.0",
"description": "Demonstrate how to integrate GC3 API on a web application",
"main": "src/react/App.jsx",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GrottoCenter/DemoGC3.git"
},
"keywords": [
"Demo",
"Grottocenter",
"v3",
"API"
],
"author": "Kurdty",
"license": "CC BY-SA 3.0 FR",
"bugs": {
"url": "https://github.com/GrottoCenter/DemoGC3/issues"
},
"homepage": "https://github.com/GrottoCenter/DemoGC3#readme",
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"es6-promise": "^4.1.1",
"isomorphic-fetch": "^2.2.1",
"leaflet": "^1.2.0",
"react": "^16.0.0",
"react-bootstrap": "^0.31.5",
"react-bootstrap-autosuggest": "^0.5.0",
"react-dom": "^16.0.0",
"react-leaflet": "^1.7.4",
"react-router": "^4.2.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"styled-components": "^2.2.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3"
}
}