-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "",
"description": "",
"version": "1.0.0",
"author": "Ok! Studio <hola@okstudio.tech>",
"dependencies": {
"algoliasearch": "^3.29.0",
"gatsby": "^2.0.0-beta.51",
"gatsby-plugin-algolia": "^0.0.4",
"gatsby-plugin-google-analytics": "^2.0.0-beta.3",
"gatsby-plugin-manifest": "^2.0.2-beta.3",
"gatsby-plugin-netlify": "^2.0.0-beta.4",
"gatsby-plugin-offline": "^2.0.0-beta.4",
"gatsby-plugin-react-helmet": "^3.0.0-beta.4",
"gatsby-plugin-sass": "^2.0.0-beta.6",
"gatsby-source-strapi": "0.0.3",
"localforage": "^1.7.2",
"node-sass": "^4.9.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"react-icons": "^2.2.7",
"react-instantsearch": "^5.2.2",
"react-md": "^1.4.2",
"react-redux": "^5.0.7",
"redux": "^4.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"dotenv": "^6.0.0",
"prettier": "^1.12.0",
"webpack": "^4.16.0"
},
"repository": {
"type": "git",
"url": "https://github.com/oriolcastro/fmvngapp"
}
}