-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 KB
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": "mapui",
"version": "1.0.0",
"description": "Front end displaying a map component.",
"main": "index.js",
"scripts": {
"build-mapui-deps": "cross-env COMPONENT=MapUI webpack --watch",
"build-mapui-deps-prod": "cross-env NODE_ENV=production cross-env COMPONENT=MapUI webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chazgorman/mapui.git"
},
"author": "chaz.gorman",
"license": "ISC",
"bugs": {
"url": "https://github.com/chazgorman/mapui/issues"
},
"homepage": "https://github.com/chazgorman/mapui#readme",
"dependencies": {
"csvtojson": "^1.0.3",
"leaflet": "*",
"nominatim": "^0.1.0",
"react": "^15.3.2",
"react-dom": "15.0.1",
"react-leaflet": "1.0.0-rc.2",
"react-redux": "4.4.4",
"redux": "3.4.0"
},
"devDependencies": {
"babel-cli": "6.6.5",
"babel-core": "6.0.20",
"babel-loader": "6.0.1",
"babel-polyfill": "6.7.4",
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"cross-env": "1.0.7",
"css-loader": "0.25.0",
"expose-loader": "*"
}
}