-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.38 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"axios": "^0.19.0",
"crypto-js": "^3.1.9-1",
"debug": "^4.1.1",
"file-saver": "^2.0.1",
"firebase": "^5.7.2",
"fs": "0.0.1-security",
"gatsby": "^2.0.53",
"gatsby-image": "^2.0.20",
"gatsby-plugin-create-client-paths": "^2.0.3",
"gatsby-plugin-manifest": "^2.0.13",
"gatsby-plugin-netlify": "^2.0.6",
"gatsby-plugin-offline": "^2.0.20",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-react-leaflet": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.14",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-transformer-sharp": "^2.1.8",
"google-map-react": "^1.1.2",
"leaflet": "^1.5.1",
"mobx": "^5.9.4",
"mobx-react": "^5.4.4",
"moment": "^2.24.0",
"prop-types": "^15.6.2",
"public-ip": "^3.0.0",
"rc-datepicker": "^5.0.13",
"react": "^16.8.6",
"react-compound-timer": "^1.0.13",
"react-confirm-alert": "^2.4.1",
"react-data-export": "^0.5.0",
"react-date": "^2.0.0",
"react-dom": "^16.8.6",
"react-google-autocomplete": "^1.0.18",
"react-google-charts": "^3.0.10",
"react-helmet": "^5.2.0",
"react-infinite-scroller": "^1.2.4",
"react-input-mask": "^2.0.4",
"react-leaflet": "^2.4.0",
"react-leaflet-fullscreen": "^1.0.1",
"react-scroll-into-view": "^1.5.0",
"react-select": "^2.2.0",
"react-toastify": "^4.5.1",
"scroll-into-view": "^1.9.3",
"socket.io-client": "^2.2.0",
"styled-components": "^4.1.3",
"xlsx": "^0.14.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"build:staging": "GATSBY_ACTIVE_ENV=staging gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "gatsby serve"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"cypress": "^3.2.0",
"json-loader": "^0.5.7",
"mobx-react-devtools": "^6.1.1",
"prettier": "^1.15.2",
"react-masonry-css": "^1.0.12"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}