This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.11 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "gbd-webgis-client",
"version": "0.1.0",
"description": "",
"main": "index.html",
"scripts": {
"dev": "webpack --progress --color --env.build=dev --env.app=$APP",
"dev-server": "webpack-dev-server --progress --color --env.build=dev --env.app=$APP",
"production": "webpack --progress --json --env.build=production --env.app=$APP | webpack-bundle-size-analyzer",
"test": "node ./tools/run-test.js",
"doc": "rimraf ./doc && jsdoc -c ./jsdoc.config.js"
},
"author": "Geoinformatikbüro Dassau GMbH",
"license": "MIT",
"dependencies": {
"@turf/turf": "^4.7.3",
"axios": "^0.16.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"browserslist-useragent": "^1.1.0",
"chromedriver": "^2.33.2",
"css-loader": "^0.28.7",
"eslint": "^4.9.0",
"eslint-loader": "^1.9.0",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"glob": "^7.1.2",
"html-to-react": "^1.3.1",
"jsdoc": "^3.5.5",
"lodash": "^4.17.4",
"material-design-icons": "^3.0.1",
"material-ui": "^0.19.4",
"minami": "^1.2.3",
"minimist": "^1.2.0",
"nightwatch": "^0.9.16",
"node-sass": "^4.5.3",
"ol": "^4.4.2",
"proj4": "^2.4.4",
"prop-types": "^15.6.0",
"query-string": "^5.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"source-map-loader": "^0.2.2",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"webpack": "^3.8.1",
"webpack-bundle-size-analyzer": "^2.7.0",
"webpack-dev-server": "^2.9.2",
"webpack-merge": "^4.1.0"
}
}