-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.74 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "ptpt",
"version": "1.0.0",
"repository": "https://github.com/isubit/ptpt.git",
"scripts": {
"watch": "webpack -d --watch",
"serve": "webpack-dev-server --progress --inline --hot",
"build": "webpack --config webpack.config.js"
},
"dependencies": {
"@babel/runtime": "^7.7.6",
"@mapbox/geojsonhint": "^3.0.0",
"@mapbox/mapbox-gl-draw": "^1.1.2",
"@turf/along": "^6.0.1",
"@turf/area": "^6.0.1",
"@turf/bbox": "^6.0.1",
"@turf/bearing": "^6.0.1",
"@turf/boolean-contains": "^6.0.1",
"@turf/boolean-overlap": "^6.0.1",
"@turf/boolean-point-in-polygon": "^6.0.1",
"@turf/boolean-point-on-line": "^6.0.1",
"@turf/boolean-within": "^6.0.1",
"@turf/buffer": "^5.1.5",
"@turf/center": "^6.0.1",
"@turf/centroid": "^6.0.2",
"@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@turf/intersect": "^6.1.3",
"@turf/length": "^6.0.2",
"@turf/line-arc": "^6.0.0",
"@turf/line-intersect": "^6.0.2",
"@turf/line-offset": "^5.1.5",
"@turf/line-split": "^5.1.5",
"@turf/polygon-to-line": "^6.0.3",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"exceljs": "^3.5.0",
"immutable": "^4.0.0-rc.12",
"js-file-download": "^0.4.8",
"jszip": "^3.2.2",
"lodash": "^4.17.15",
"mapbox-gl": "^1.4.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-places-autocomplete": "^7.2.1",
"react-route": "^1.0.3",
"react-router-dom": "^5.1.2",
"shortid": "^2.2.15",
"shp-write": "^0.3.2",
"smoothscroll-polyfill": "^0.4.4",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@babel/preset-stage-2": "^7.0.0",
"@babel/register": "^7.6.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"chai": "^4.2.0",
"css-loader": "^3.2.0",
"enzyme": "^3.10.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"file-loader": "^4.2.0",
"json-loader": "^0.5.7",
"mocha": "^6.2.2",
"node-sass": "^4.13.0",
"raw-loader": "^3.1.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"svg-transform-loader": "^2.0.8",
"url-loader": "^2.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0",
"worker-loader": "^2.0.0"
}
}