-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.79 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": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"@kenshooui/react-multi-select": "^1.1.3",
"axios": "^0.18.0",
"babel-plugin-styled-components": "^1.10.0",
"bootstrap": "^4.4.1",
"dotenv": "^8.0.0",
"gatsby": "^2.3.32",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-react-leaflet": "^2.0.10",
"gatsby-plugin-react-svg": "^2.1.1",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-stripe": "^1.2.1",
"gatsby-plugin-styled-components": "^3.0.7",
"leaflet": "^1.5.1",
"mobx": "^5.9.4",
"mobx-devtools-mst": "^0.9.21",
"mobx-persist": "^0.4.1",
"mobx-react": "^6.0.3",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-autosuggest": "^9.4.3",
"react-awesome-styled-grid": "^2.2.5",
"react-bulma-components": "^2.3.0",
"react-datepicker": "^2.7.0",
"react-dom": "^16.8.6",
"react-facebook": "^8.0.4",
"react-helmet": "^5.2.1",
"react-leaflet": "^2.4.0",
"react-modal": "^3.11.1",
"react-stripe-elements": "^3.0.0",
"react-tooltip": "^3.10.0",
"react-vis": "^1.11.7",
"styled-components": "^4.2.0"
},
"devDependencies": {
"foundation-sites": "^6.5.3",
"husky": "^4.2.1",
"prettier": "^1.17.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}