-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.1 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": "toposcope-maker",
"version": "0.0.1",
"description": "Web app for making toposcopes.",
"dependencies": {
"babel-loader": "^6.2.10",
"babel-preset-babili": "^0.0.11",
"babel-preset-react": "^6.16.0",
"file-saver": "^1.3.3",
"leaflet": "^1.5.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-bootstrap": "^0.32.4",
"react-bootstrap-modal": "^4.2.0",
"react-dom": "^16.9.0",
"react-leaflet": "^2.4.0"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"eslint": "^3.14.0",
"eslint-plugin-react": "^6.9.0",
"raw-loader": "^0.5.1",
"webpack": "^2.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zdila/simpletileplanner.git"
},
"author": {
"name": "Martin Ždila",
"email": "[email protected]"
},
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/zdila/simpletileplanner/issues"
},
"homepage": "https://github.com/zdila/simpletileplanner#readme"
}