-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 3.18 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
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "Ux-Portfolio",
"description": "Ux Portfolio and collection of digital work samples",
"author": "Tyler Mathes <[email protected]>",
"repository": "https://github.com/designjudo/UxPortfolio",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"develop-host": "gatsby develop --host 192.168.0.112",
"build": "gatsby build",
"serve": "gatsby serve",
"format-output": "prettier src/**/*.{js,jsx}",
"format": "prettier --write src/**/*.{js,jsx}",
"lint-errors": "eslint src/**/*.{js,jsx} --quiet",
"lint": "eslint src/**/*.{js,jsx}",
"generate-app-icons": "sh ./scripts/generate-app-icons.sh"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"dotenv": "^6.0.0",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-graphql": "^2.1.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.5.0",
"eslint-plugin-react": "^7.9.1",
"prettier": "^1.13.5",
"sharp-cli": "^1.7.0",
"webpack-bundle-analyzer": "^2.13.1"
},
"dependencies": {
"@material-ui/core": "^1.3.0",
"@material-ui/icons": "^1.1.0",
"babel-plugin-styled-components": "^1.5.1",
"color": "^3.0.0",
"gatsby": "^1.9.271",
"gatsby-image": "^1.0.53",
"gatsby-link": "^1.6.44",
"gatsby-plugin-algolia": "^0.0.4",
"gatsby-plugin-catch-links": "^1.0.23",
"gatsby-plugin-feed": "^1.3.25",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-jss": "^1.5.14",
"gatsby-plugin-manifest": "^1.0.26",
"gatsby-plugin-netlify": "^1.0.21",
"gatsby-plugin-offline": "^1.0.18",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-react-next": "^1.0.11",
"gatsby-plugin-react-svg": "^1.1.1",
"gatsby-plugin-sharp": "^1.6.47",
"gatsby-plugin-sitemap": "^1.2.25",
"gatsby-plugin-styled-components": "^2.0.11",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^1.5.36",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^1.5.66",
"gatsby-remark-prismjs": "^2.0.3",
"gatsby-remark-responsive-iframe": "^1.4.19",
"gatsby-remark-smartypants": "^1.4.10",
"gatsby-source-filesystem": "^1.5.38",
"gatsby-transformer-remark": "^1.7.43",
"gatsby-transformer-sharp": "^1.6.26",
"hoek": "^5.0.3",
"instantsearch.css": "^7.1.0",
"prismjs": "^1.14.0",
"react": "^16.4.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.4.1",
"react-facebook": "^5.0.3",
"react-headroom": "^2.2.2",
"react-helmet": "^5.1.3",
"react-instantsearch": "^5.1.0",
"react-lazyload": "^2.3.0",
"react-loadable-visibility": "^2.4.2",
"react-material-ui-form-validator": "2.0.0-beta.10",
"react-obfuscate": "^2.1.4",
"react-popper": "0.10.4",
"react-redux": "^5.0.6",
"react-share": "^2.2.0",
"rebound": "^0.1.0",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.2",
"screenfull": "^3.3.2",
"styled-components": "^3.3.3"
}
}