-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.27 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
{
"name": "gatekeeper-frontend",
"version": "0.0.1",
"description": "Front end react + redux + SCSS application for gatekeeper, used both in electron and on web",
"main": "application.js",
"repository": "[email protected]:ramaciotti-hsb/gatekeeper-frontend.git",
"author": "Nic Barker",
"license": "MIT",
"scripts": {
"start": "node_modules/.bin/webpack-dev-server --host 0.0.0.0 --config webpack.dev.js"
},
"dependencies": {
"d3": "^5.5.0",
"distance-to-polygon": "^2.0.2",
"lodash": "^4.17.10",
"point-in-polygon": "^1.0.1",
"polygon-overlap": "^1.0.5",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-onclickoutside": "^6.7.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2",
"webpack-merge": "^4.1.0"
}
}