-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.87 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.87 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
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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@date-io/dayjs": "^1.3.13",
"@mapbox/togeojson": "^0.16.0",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"dayjs": "^1.8.19",
"daymet-single-pixel-client": "^0.0.1",
"file-saver": "^2.0.2",
"gatsby": "^2.19.7",
"gatsby-plugin-react-helmet": "^3.1.21",
"geolib": "^2.0.24",
"jsts": "^2.1.0",
"leaflet": "^1.6.0",
"lodash": "^4.17.15",
"material-ui-pickers": "^2.2.4",
"material-ui-popup-state": "^1.1.1",
"object-hash": "^2.0.1",
"p-all": "^2.1.0",
"p-limit": "^2.2.2",
"p-retry": "^4.2.0",
"p-throttle": "^3.1.0",
"p-timeout": "^3.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-jss": "^8.6.1",
"react-leaflet": "^2.6.1",
"recompose": "^0.30.0",
"togpx": "^0.5.4",
"@maphubs/tokml": "^0.5.0",
"turf-reverse": "^1.0.0",
"uuid": "^3.4.0",
"xlsx": "^0.17.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"develop-vmguest": "gatsby develop -p 3000 -H 0.0.0.0",
"format": "prettier --write '**/*.js'",
"test-watch": "karma start",
"test": "karma start --single-run"
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"fetch-mock": "^8.3.2",
"jasmine": "^3.5.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^3.1.0",
"karma-read-json": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"prettier": "^1.19.1",
"puppeteer": "^2.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gabrielmdeal/route-wizard"
}
}