-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.12 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
{
"name": "material-ui-layout-example",
"description": "Example and documentation page for material ui layout",
"version": "1.0.0",
"author": "Origen Studio <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/react-fontawesome": "0.0.20",
"@material-ui/core": "^3.9.1",
"@material-ui/icons": "^3.0.2",
"classnames": "^2.2.6",
"gatsby": "^1.9.247",
"gatsby-link": "^1.6.40",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-hotjar": "^1.0.1",
"gatsby-plugin-manifest": "^1.0.25",
"gatsby-plugin-offline": "^1.0.18",
"gatsby-plugin-react-helmet": "^2.0.10",
"lodash": "^4.17.10",
"material-ui-layout": "1.0.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-helmet": "^5.2.0",
"react-syntax-highlighter": "^7.0.4",
"recompose": "^0.27.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "npm run eslint && npm run flow && gatsby build && echo \"Eslint && Flow && Build passed - No jest yet\"",
"flow": "flow",
"eslint": "./node_modules/.bin/eslint src/ --ext js,jsx",
"deploy-staging": "gatsby build && surge --project public --domain material-ui-layout-staging.surge.sh",
"deploy-production": "gatsby build && surge --project public --domain material-ui-layout.origen.studio"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-preset-flow": "^6.23.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-flowtype": "^2.49.3",
"eslint-plugin-graphql": "^2.1.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"flow-bin": "^0.73.0",
"prettier": "^1.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/OrigenStudio/material-ui-layout-example"
}
}